is_duplicated
bool
2 classes
xmi
stringlengths
506
392k
ids
stringlengths
42
388
model_type
stringclasses
1 value
txt
stringlengths
3
77k
labels
null
graph
stringlengths
176
1.29M
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ir" nsURI="http://www.cea.fr/nabla/ir" nsPrefix="ir"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="fileExtensions" value="nablair"/> <details key="modelName" value="NablaIR"/> <details key="importerID" value="org.eclipse.emf.importer.ecore"/> <details key="basePackage" value="fr.cea.nabla.ir"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="IrAnnotable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//IrAnnotation" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IrAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IrModule" eSuperTypes="#//IrAnnotable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//Function" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reductions" upperBound="-1" eType="#//Reduction" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectivities" upperBound="-1" eType="#//Connectivity" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="jobs" upperBound="-1" eType="#//Job" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//IrAnnotable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" eSuperTypes="#//IrAnnotable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false" lowerBound="1" eType="#//BasicType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persist" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persistenceName" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalarVariable" eSuperTypes="#//Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="const" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayVariable" eSuperTypes="#//Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" lowerBound="1" upperBound="-1" eType="#//Connectivity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//IrAnnotable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inTypes" unique="false" upperBound="-1" eType="#//BasicType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" unique="false" lowerBound="1" eType="#//BasicType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reduction" eSuperTypes="#//IrAnnotable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionType" unique="false" lowerBound="1" eType="#//BasicType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" unique="false" lowerBound="1" eType="#//BasicType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connectivity" eSuperTypes="#//IrAnnotable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inTypes" upperBound="-1" eType="#//ItemType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//ItemArgType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexEqualId" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemArgType" eSuperTypes="#//IrAnnotable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" unique="false" lowerBound="1" eType="#//ItemType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Job" abstract="true" eSuperTypes="#//IrAnnotable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="at" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="onCycle" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstructionJob" eSuperTypes="#//Job"> <eStructuralFeatures xsi:type="ecore:EReference" name="instruction" lowerBound="1" eType="#//Instruction" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeIterationCopyJob" eSuperTypes="#//Job"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeIteratorName" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReductionCall" eSuperTypes="#//IrAnnotable"> <eStructuralFeatures xsi:type="ecore:EReference" name="reduction" lowerBound="1" eType="#//Reduction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" lowerBound="1" eType="#//Iterator" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arg" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true" eSuperTypes="#//IrAnnotable"/> <eClassifiers xsi:type="ecore:EClass" name="ReductionInstruction" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//ScalarVariable" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reduction" lowerBound="1" eType="#//ReductionCall" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalarVarDefinition" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1" upperBound="-1" eType="#//ScalarVariable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstructionBlock" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" lowerBound="1" upperBound="-1" eType="#//Instruction" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Affectation" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//VarRef" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" lowerBound="1" eType="#//Iterator" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Instruction" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenInstruction" lowerBound="1" eType="#//Instruction" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseInstruction" eType="#//Instruction" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//IrAnnotable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ExpressionType" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basicType" unique="false" lowerBound="1" eType="#//BasicType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimension" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parenthesis" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Real2Constant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Real3Constant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="z" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Real2x2Constant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="x" lowerBound="1" eType="#//Real2Constant" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="y" lowerBound="1" eType="#//Real2Constant" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Real3x3Constant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="x" lowerBound="1" eType="#//Real3Constant" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="y" lowerBound="1" eType="#//Real3Constant" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="z" lowerBound="1" eType="#//Real3Constant" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MaxConstant" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="MinConstant" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="BoolConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" lowerBound="1" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" upperBound="-1" eType="#//IteratorRangeOrRef" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fields" unique="false" upperBound="-1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#//IrAnnotable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="range" lowerBound="1" eType="#//IteratorRange" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorRangeOrRef" abstract="true" eSuperTypes="#//IrAnnotable"/> <eClassifiers xsi:type="ecore:EClass" name="IteratorRange" eSuperTypes="#//IteratorRangeOrRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectivity" lowerBound="1" eType="#//Connectivity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//IteratorRef" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorRef" eSuperTypes="#//IteratorRangeOrRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" lowerBound="1" eType="#//Iterator"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prev" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="next" unique="false" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ItemType"> <eLiterals name="none"/> <eLiterals name="node" value="1"/> <eLiterals name="cell" value="2"/> <eLiterals name="face" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BasicType"> <eLiterals name="Void"/> <eLiterals name="Int" value="1"/> <eLiterals name="Real" value="2"/> <eLiterals name="Real2" value="3"/> <eLiterals name="Real2x2" value="4"/> <eLiterals name="Real3" value="5"/> <eLiterals name="Real3x3" value="6"/> <eLiterals name="Bool" value="7"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/fcoulon/sle2020-dev/nablab/nabla.xtext.parent/fr.cea.nabla.ir/model/Ir.ecore
ecore
ir IrAnnotable annotations IrAnnotation source details IrModule name imports functions reductions connectivities variables jobs Import importedNamespace Variable name type persist false persistenceName ScalarVariable defaultValue const ArrayVariable dimensions Function name inTypes returnType provider Reduction name collectionType returnType provider Connectivity name inTypes returnType indexEqualId false ItemArgType multiple type Job name at onCycle InstructionJob instruction TimeIterationCopyJob left right timeIteratorName ReductionCall reduction iterator arg Instruction ReductionInstruction variable reduction ScalarVarDefinition variables InstructionBlock instructions Affectation left operator right Loop iterator body If condition thenInstruction elseInstruction Expression type ExpressionType basicType dimension BinaryExpression operator left right UnaryExpression operator expression Parenthesis expression IntConstant value RealConstant value Real2Constant x y Real3Constant x y z Real2x2Constant x y Real3x3Constant x y z MaxConstant MinConstant BoolConstant value FunctionCall function args VarRef variable iterators fields Iterator name range IteratorRangeOrRef IteratorRange connectivity args IteratorRef iterator prev next ItemType none none node node cell cell face face BasicType Void Void Int Int Real Real Real2 Real2 Real2x2 Real2x2 Real3 Real3 Real3x3 Real3x3 Bool Bool
null
{"directed":true,"nodes":[{"nsPrefix":"ir","nsURI":"http://www.cea.fr/nabla/ir","name":"ir","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IrAnnotable","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IrAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IrModule","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarVariable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayVariable","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reduction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connectivity","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemArgType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Job","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstructionJob","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeIterationCopyJob","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReductionCall","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReductionInstruction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarVarDefinition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstructionBlock","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Affectation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parenthesis","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealConstant","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real2Constant","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real3Constant","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real2x2Constant","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real3x3Constant","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaxConstant","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinConstant","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarRef","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorRangeOrRef","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorRange","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorRef","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ItemType","instanceClass":null,"id":43,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BasicType","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"imports","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reductions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectivities","changeable":true,"resolveProxies":false,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"jobs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"importedNamespace","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"persist","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":"persistenceName","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":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":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"const","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":86,"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":"inTypes","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"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":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"collectionType","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"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":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":1,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":104,"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":"inTypes","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"indexEqualId","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"multiple","changeable":true,"lowerBound":1,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":118,"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":"at","changeable":true,"lowerBound":1,"iD":false,"id":119,"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":"onCycle","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":false,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"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":"timeIteratorName","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reduction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":false,"lowerBound":1,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":false,"lowerBound":1,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reduction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"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":"variables","changeable":true,"resolveProxies":false,"lowerBound":1,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":false,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"id":154,"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":"operator","changeable":true,"lowerBound":1,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":false,"lowerBound":1,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":false,"lowerBound":1,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenInstruction","changeable":true,"resolveProxies":false,"lowerBound":1,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseInstruction","changeable":true,"resolveProxies":false,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":false,"lowerBound":1,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"basicType","changeable":true,"lowerBound":1,"iD":false,"id":176,"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":"dimension","changeable":true,"lowerBound":1,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":180,"derived":false},{"container":false,"ordered":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":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":false,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":201,"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":"y","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":206,"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":"y","changeable":true,"lowerBound":1,"iD":false,"id":207,"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":"z","changeable":true,"lowerBound":1,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"resolveProxies":false,"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":"y","changeable":true,"resolveProxies":false,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"resolveProxies":false,"lowerBound":1,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"resolveProxies":false,"lowerBound":1,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"z","changeable":true,"resolveProxies":false,"lowerBound":1,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"args","changeable":true,"resolveProxies":false,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":false,"lowerBound":0,"id":236,"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":"fields","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":false,"lowerBound":1,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectivity","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"args","changeable":true,"resolveProxies":false,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"name":"prev","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"next","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"name":"none","id":260,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"node","id":261,"value":1,"literal":"node","eClass":"EEnumLiteral"},{"name":"cell","id":262,"value":2,"literal":"cell","eClass":"EEnumLiteral"},{"name":"face","id":263,"value":3,"literal":"face","eClass":"EEnumLiteral"},{"name":"Void","id":264,"value":0,"literal":"Void","eClass":"EEnumLiteral"},{"name":"Int","id":265,"value":1,"literal":"Int","eClass":"EEnumLiteral"},{"name":"Real","id":266,"value":2,"literal":"Real","eClass":"EEnumLiteral"},{"name":"Real2","id":267,"value":3,"literal":"Real2","eClass":"EEnumLiteral"},{"name":"Real2x2","id":268,"value":4,"literal":"Real2x2","eClass":"EEnumLiteral"},{"name":"Real3","id":269,"value":5,"literal":"Real3","eClass":"EEnumLiteral"},{"name":"Real3x3","id":270,"value":6,"literal":"Real3x3","eClass":"EEnumLiteral"},{"name":"Bool","id":271,"value":7,"literal":"Bool","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":1,"target":0},{"source":1,"target":45},{"source":45,"target":2},{"source":45,"target":46},{"source":45,"target":1},{"source":46,"target":2},{"source":2,"target":0},{"source":2,"target":47},{"source":2,"target":48},{"source":47,"target":49},{"source":47,"target":2},{"source":48,"target":50},{"source":48,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":51,"target":59},{"source":51,"target":3},{"source":52,"target":4},{"source":52,"target":60},{"source":52,"target":3},{"source":60,"target":4},{"source":53,"target":8},{"source":53,"target":61},{"source":53,"target":3},{"source":61,"target":8},{"source":54,"target":9},{"source":54,"target":62},{"source":54,"target":3},{"source":62,"target":9},{"source":55,"target":10},{"source":55,"target":63},{"source":55,"target":3},{"source":63,"target":10},{"source":56,"target":5},{"source":56,"target":64},{"source":56,"target":3},{"source":64,"target":5},{"source":57,"target":12},{"source":57,"target":65},{"source":57,"target":3},{"source":65,"target":12},{"source":58,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":66},{"source":4,"target":67},{"source":66,"target":68},{"source":66,"target":4},{"source":67,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":69,"target":74},{"source":69,"target":5},{"source":70,"target":44},{"source":70,"target":75},{"source":70,"target":5},{"source":75,"target":44},{"source":71,"target":76},{"source":71,"target":5},{"source":72,"target":77},{"source":72,"target":5},{"source":73,"target":1},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":78,"target":23},{"source":78,"target":81},{"source":78,"target":6},{"source":81,"target":23},{"source":79,"target":82},{"source":79,"target":6},{"source":80,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":83},{"source":7,"target":84},{"source":83,"target":10},{"source":83,"target":85},{"source":83,"target":7},{"source":85,"target":10},{"source":84,"target":5},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":86},{"source":8,"target":87},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":86,"target":91},{"source":86,"target":8},{"source":87,"target":44},{"source":87,"target":92},{"source":87,"target":8},{"source":92,"target":44},{"source":88,"target":44},{"source":88,"target":93},{"source":88,"target":8},{"source":93,"target":44},{"source":89,"target":94},{"source":89,"target":8},{"source":90,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":9,"target":99},{"source":95,"target":100},{"source":95,"target":9},{"source":96,"target":44},{"source":96,"target":101},{"source":96,"target":9},{"source":101,"target":44},{"source":97,"target":44},{"source":97,"target":102},{"source":97,"target":9},{"source":102,"target":44},{"source":98,"target":103},{"source":98,"target":9},{"source":99,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":104},{"source":10,"target":105},{"source":10,"target":106},{"source":10,"target":107},{"source":10,"target":108},{"source":104,"target":109},{"source":104,"target":10},{"source":105,"target":43},{"source":105,"target":110},{"source":105,"target":10},{"source":110,"target":43},{"source":106,"target":11},{"source":106,"target":111},{"source":106,"target":10},{"source":111,"target":11},{"source":107,"target":112},{"source":107,"target":10},{"source":108,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":113},{"source":11,"target":114},{"source":11,"target":115},{"source":113,"target":116},{"source":113,"target":11},{"source":114,"target":43},{"source":114,"target":117},{"source":114,"target":11},{"source":117,"target":43},{"source":115,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":118,"target":122},{"source":118,"target":12},{"source":119,"target":123},{"source":119,"target":12},{"source":120,"target":124},{"source":120,"target":12},{"source":121,"target":1},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":125},{"source":13,"target":126},{"source":125,"target":16},{"source":125,"target":127},{"source":125,"target":13},{"source":127,"target":16},{"source":126,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":128},{"source":14,"target":129},{"source":14,"target":130},{"source":14,"target":131},{"source":128,"target":5},{"source":128,"target":132},{"source":128,"target":14},{"source":132,"target":5},{"source":129,"target":5},{"source":129,"target":133},{"source":129,"target":14},{"source":133,"target":5},{"source":130,"target":134},{"source":130,"target":14},{"source":131,"target":12},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":135},{"source":15,"target":136},{"source":15,"target":137},{"source":15,"target":138},{"source":135,"target":9},{"source":135,"target":139},{"source":135,"target":15},{"source":139,"target":9},{"source":136,"target":39},{"source":136,"target":140},{"source":136,"target":15},{"source":140,"target":39},{"source":137,"target":23},{"source":137,"target":141},{"source":137,"target":15},{"source":141,"target":23},{"source":138,"target":1},{"source":16,"target":0},{"source":16,"target":1},{"source":16,"target":142},{"source":142,"target":1},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":143},{"source":17,"target":144},{"source":17,"target":145},{"source":143,"target":6},{"source":143,"target":146},{"source":143,"target":17},{"source":146,"target":6},{"source":144,"target":15},{"source":144,"target":147},{"source":144,"target":17},{"source":147,"target":15},{"source":145,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":148},{"source":18,"target":149},{"source":148,"target":6},{"source":148,"target":150},{"source":148,"target":18},{"source":150,"target":6},{"source":149,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":151},{"source":19,"target":152},{"source":151,"target":16},{"source":151,"target":153},{"source":151,"target":19},{"source":153,"target":16},{"source":152,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":154},{"source":20,"target":155},{"source":20,"target":156},{"source":20,"target":157},{"source":154,"target":38},{"source":154,"target":158},{"source":154,"target":20},{"source":158,"target":38},{"source":155,"target":159},{"source":155,"target":20},{"source":156,"target":23},{"source":156,"target":160},{"source":156,"target":20},{"source":160,"target":23},{"source":157,"target":16},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":161},{"source":21,"target":162},{"source":21,"target":163},{"source":161,"target":39},{"source":161,"target":164},{"source":161,"target":21},{"source":164,"target":39},{"source":162,"target":16},{"source":162,"target":165},{"source":162,"target":21},{"source":165,"target":16},{"source":163,"target":16},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":166},{"source":22,"target":167},{"source":22,"target":168},{"source":22,"target":169},{"source":166,"target":23},{"source":166,"target":170},{"source":166,"target":22},{"source":170,"target":23},{"source":167,"target":16},{"source":167,"target":171},{"source":167,"target":22},{"source":171,"target":16},{"source":168,"target":16},{"source":168,"target":172},{"source":168,"target":22},{"source":172,"target":16},{"source":169,"target":16},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":173},{"source":23,"target":174},{"source":173,"target":24},{"source":173,"target":175},{"source":173,"target":23},{"source":175,"target":24},{"source":174,"target":1},{"source":24,"target":0},{"source":24,"target":176},{"source":24,"target":177},{"source":176,"target":44},{"source":176,"target":178},{"source":176,"target":24},{"source":178,"target":44},{"source":177,"target":179},{"source":177,"target":24},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":180},{"source":25,"target":181},{"source":25,"target":182},{"source":25,"target":183},{"source":180,"target":184},{"source":180,"target":25},{"source":181,"target":23},{"source":181,"target":185},{"source":181,"target":25},{"source":185,"target":23},{"source":182,"target":23},{"source":182,"target":186},{"source":182,"target":25},{"source":186,"target":23},{"source":183,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":187},{"source":26,"target":188},{"source":26,"target":189},{"source":187,"target":190},{"source":187,"target":26},{"source":188,"target":23},{"source":188,"target":191},{"source":188,"target":26},{"source":191,"target":23},{"source":189,"target":23},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":192},{"source":27,"target":193},{"source":192,"target":23},{"source":192,"target":194},{"source":192,"target":27},{"source":194,"target":23},{"source":193,"target":23},{"source":28,"target":0},{"source":28,"target":23},{"source":28,"target":195},{"source":28,"target":196},{"source":195,"target":197},{"source":195,"target":28},{"source":196,"target":23},{"source":29,"target":0},{"source":29,"target":23},{"source":29,"target":198},{"source":29,"target":199},{"source":198,"target":200},{"source":198,"target":29},{"source":199,"target":23},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":201},{"source":30,"target":202},{"source":30,"target":203},{"source":201,"target":204},{"source":201,"target":30},{"source":202,"target":205},{"source":202,"target":30},{"source":203,"target":23},{"source":31,"target":0},{"source":31,"target":23},{"source":31,"target":206},{"source":31,"target":207},{"source":31,"target":208},{"source":31,"target":209},{"source":206,"target":210},{"source":206,"target":31},{"source":207,"target":211},{"source":207,"target":31},{"source":208,"target":212},{"source":208,"target":31},{"source":209,"target":23},{"source":32,"target":0},{"source":32,"target":23},{"source":32,"target":213},{"source":32,"target":214},{"source":32,"target":215},{"source":213,"target":30},{"source":213,"target":216},{"source":213,"target":32},{"source":216,"target":30},{"source":214,"target":30},{"source":214,"target":217},{"source":214,"target":32},{"source":217,"target":30},{"source":215,"target":23},{"source":33,"target":0},{"source":33,"target":23},{"source":33,"target":218},{"source":33,"target":219},{"source":33,"target":220},{"source":33,"target":221},{"source":218,"target":31},{"source":218,"target":222},{"source":218,"target":33},{"source":222,"target":31},{"source":219,"target":31},{"source":219,"target":223},{"source":219,"target":33},{"source":223,"target":31},{"source":220,"target":31},{"source":220,"target":224},{"source":220,"target":33},{"source":224,"target":31},{"source":221,"target":23},{"source":34,"target":0},{"source":34,"target":23},{"source":34,"target":225},{"source":225,"target":23},{"source":35,"target":0},{"source":35,"target":23},{"source":35,"target":226},{"source":226,"target":23},{"source":36,"target":0},{"source":36,"target":23},{"source":36,"target":227},{"source":36,"target":228},{"source":227,"target":229},{"source":227,"target":36},{"source":228,"target":23},{"source":37,"target":0},{"source":37,"target":23},{"source":37,"target":230},{"source":37,"target":231},{"source":37,"target":232},{"source":230,"target":8},{"source":230,"target":233},{"source":230,"target":37},{"source":233,"target":8},{"source":231,"target":23},{"source":231,"target":234},{"source":231,"target":37},{"source":234,"target":23},{"source":232,"target":23},{"source":38,"target":0},{"source":38,"target":23},{"source":38,"target":235},{"source":38,"target":236},{"source":38,"target":237},{"source":38,"target":238},{"source":235,"target":5},{"source":235,"target":239},{"source":235,"target":38},{"source":239,"target":5},{"source":236,"target":40},{"source":236,"target":240},{"source":236,"target":38},{"source":240,"target":40},{"source":237,"target":241},{"source":237,"target":38},{"source":238,"target":23},{"source":39,"target":0},{"source":39,"target":1},{"source":39,"target":242},{"source":39,"target":243},{"source":39,"target":244},{"source":242,"target":245},{"source":242,"target":39},{"source":243,"target":41},{"source":243,"target":246},{"source":243,"target":39},{"source":246,"target":41},{"source":244,"target":1},{"source":40,"target":0},{"source":40,"target":1},{"source":40,"target":247},{"source":247,"target":1},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":248},{"source":41,"target":249},{"source":41,"target":250},{"source":248,"target":10},{"source":248,"target":251},{"source":248,"target":41},{"source":251,"target":10},{"source":249,"target":42},{"source":249,"target":252},{"source":249,"target":41},{"source":252,"target":42},{"source":250,"target":40},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":253},{"source":42,"target":254},{"source":42,"target":255},{"source":42,"target":256},{"source":253,"target":39},{"source":253,"target":257},{"source":253,"target":42},{"source":257,"target":39},{"source":254,"target":258},{"source":254,"target":42},{"source":255,"target":259},{"source":255,"target":42},{"source":256,"target":40},{"source":43,"target":0},{"source":43,"target":260},{"source":43,"target":261},{"source":43,"target":262},{"source":43,"target":263},{"source":260,"target":43},{"source":261,"target":43},{"source":262,"target":43},{"source":263,"target":43},{"source":44,"target":0},{"source":44,"target":264},{"source":44,"target":265},{"source":44,"target":266},{"source":44,"target":267},{"source":44,"target":268},{"source":44,"target":269},{"source":44,"target":270},{"source":44,"target":271},{"source":264,"target":44},{"source":265,"target":44},{"source":266,"target":44},{"source":267,"target":44},{"source":268,"target":44},{"source":269,"target":44},{"source":270,"target":44},{"source":271,"target":44}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="requirement" nsURI="http://www.obeonetwork.org/dsl/requirement/1.0" nsPrefix="requirement"> <eClassifiers xsi:type="ecore:EClass" name="Repository" eSuperTypes="#//CategoriesContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="mainCategories" upperBound="-1" eType="#//Category" containment="true" eOpposite="#//Category/repository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the root categories of the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedObject" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the objects concerned by this requirement category."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//CategoriesContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1" eType="#//Requirement" containment="true" eOpposite="#//Requirement/category"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the contained requirements."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subCategories" upperBound="-1" eType="#//Category" containment="true" eOpposite="#//Category/parentCategory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the contained categories."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Category's identifier."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//Repository" eOpposite="#//Repository/mainCategories"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Repository where the category is contained."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentCategory" eType="#//Category" eOpposite="#//Category/subCategories"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parent category containing this one."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedObject" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the referenced objects."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isRequirementValid"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The business identifier of the requirement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The version of the requirement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedObject" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list of the objects the requirement holds on."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statement" 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 statement is the text that expresses the requirement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rationale" 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 requirement's rationale."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptanceCriteria" 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 acceptance criteria shall be meet for the client to accept the specified system."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//RequirementType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The requirement type can be either functionnal or technical."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="category" eType="#//Category" eOpposite="#//Category/requirements"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The category containing the requirement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subtype" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Application dependent requirement type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Application dependent status indicating where the requirement lies in the requirement's life cycle."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdOn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Date the requirement was created."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiedOn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Date the requirement was last modified."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="../../org.obeonetwork.dsl.technicalid/model/technicalid.ecore#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of this model element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RequirementType"> <eLiterals name="functional"/> <eLiterals name="technical" value="1" literal="technical"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CategoriesContainer" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCategories" upperBound="-1" eType="#//Category" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of contained categories (and only the directly contained ones)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRequirements" upperBound="-1" eType="#//Requirement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of directly contained requirements."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ObeoNetwork/InformationSystem/models/requirement/plugins/org.obeonetwork.dsl.requirement/model/requirement.ecore
ecore
requirement Repository mainCategories referencedObject Category requirements subCategories id repository parentCategory referencedObject Requirement id version 1 referencedObject statement rationale acceptanceCriteria type category subtype status createdOn modifiedOn NamedElement name RequirementType functional functional technical technical CategoriesContainer ownedCategories ownedRequirements
null
{"directed":true,"nodes":[{"nsPrefix":"requirement","nsURI":"http://www.obeonetwork.org/dsl/requirement/1.0","name":"requirement","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","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":"RequirementType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoriesContainer","instanceClass":null,"abstract":true,"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":"mainCategories","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":"referencedObject","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":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirements","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":"subCategories","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":"id","changeable":true,"lowerBound":0,"iD":false,"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":"parentCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"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":26,"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":"version","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statement","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":"rationale","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":"acceptanceCriteria","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":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":"subtype","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","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":"createdOn","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":"modifiedOn","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"name":"functional","id":53,"value":0,"literal":"functional","eClass":"EEnumLiteral"},{"name":"technical","id":54,"value":1,"literal":"technical","eClass":"EEnumLiteral"},{"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":"ownedCategories","changeable":false,"resolveProxies":true,"lowerBound":0,"id":55,"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":"ownedRequirements","changeable":false,"resolveProxies":true,"lowerBound":0,"id":56,"derived":true},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"}],"links":[{"source":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":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":10,"target":2},{"source":8,"target":12},{"source":8,"target":1},{"source":9,"target":6},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":11},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":13,"target":3},{"source":13,"target":19},{"source":13,"target":2},{"source":13,"target":20},{"source":19,"target":3},{"source":14,"target":2},{"source":14,"target":21},{"source":14,"target":2},{"source":14,"target":16},{"source":21,"target":2},{"source":15,"target":22},{"source":15,"target":2},{"source":11,"target":1},{"source":11,"target":23},{"source":11,"target":2},{"source":11,"target":7},{"source":23,"target":1},{"source":16,"target":2},{"source":16,"target":24},{"source":16,"target":2},{"source":16,"target":14},{"source":24,"target":2},{"source":17,"target":25},{"source":17,"target":2},{"source":18,"target":6},{"source":3,"target":0},{"source":3,"target":4},{"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":20},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":26,"target":38},{"source":26,"target":3},{"source":27,"target":39},{"source":27,"target":3},{"source":28,"target":40},{"source":28,"target":3},{"source":29,"target":41},{"source":29,"target":3},{"source":30,"target":42},{"source":30,"target":3},{"source":31,"target":43},{"source":31,"target":3},{"source":32,"target":5},{"source":32,"target":44},{"source":32,"target":3},{"source":44,"target":5},{"source":20,"target":2},{"source":20,"target":45},{"source":20,"target":3},{"source":20,"target":13},{"source":45,"target":2},{"source":33,"target":46},{"source":33,"target":3},{"source":34,"target":47},{"source":34,"target":3},{"source":35,"target":48},{"source":35,"target":3},{"source":36,"target":49},{"source":36,"target":3},{"source":37,"target":4},{"source":4,"target":0},{"source":4,"target":50},{"source":4,"target":51},{"source":50,"target":52},{"source":50,"target":4},{"source":5,"target":0},{"source":5,"target":53},{"source":5,"target":54},{"source":53,"target":5},{"source":54,"target":5},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":55,"target":2},{"source":55,"target":58},{"source":55,"target":6},{"source":58,"target":2},{"source":56,"target":3},{"source":56,"target":59},{"source":56,"target":6},{"source":59,"target":3},{"source":57,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="behaviourLanguage" nsURI="http://www.mdsd.hu/behaviour/language" nsPrefix="behaviourLanguage"> <eClassifiers xsi:type="ecore:EClass" name="BehaviourLanguage"> <eStructuralFeatures xsi:type="ecore:EReference" name="importModel" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//BehaviourContainer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="AtomicStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" upperBound="-1" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="otherStatements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronousStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//AtomicStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionDeclarationStatement" 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="properties" unique="false" upperBound="-1" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/drone.ecore#//PropertyKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionStatement" eSuperTypes="#//AtomicStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="robot" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//DynamicRobot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//ActionImplementation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moreactions" upperBound="-1" eType="#//ActionImplementation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionImplementation"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//ActionDeclarationStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentTaskExecution" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//TaskExecution"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/drone.ecore#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" unique="false" upperBound="-1" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/drone.ecore#//AreaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageStatement" eSuperTypes="#//AtomicStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="robot" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//DynamicRobot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//MessageTarget" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//Message" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollaborationStatement" eSuperTypes="#//AtomicStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="robot" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//DynamicRobot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collaboration" upperBound="-1" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//RobotCollaboration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DetectionStatement" eSuperTypes="#//AtomicStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="robot" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//DynamicRobot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/drone.ecore#//AreaObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="obstacle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutionStatement" eSuperTypes="#//AtomicStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="robot" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//DynamicRobot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="execution" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//TaskExecution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatusStatement" eSuperTypes="#//AtomicStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RobotStatusStatement" eSuperTypes="#//StatusStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="robot" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//DynamicRobot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskStatusStatement" eSuperTypes="#//StatusStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//TaskExecution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageTarget"/> <eClassifiers xsi:type="ecore:EClass" name="UniTarget" eSuperTypes="#//MessageTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//DynamicRobot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiTarget" eSuperTypes="#//MessageTarget"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" unique="false" upperBound="-1" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//DynamicRobot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AllTarget" eSuperTypes="#//MessageTarget"> <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="Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftTask" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//TaskExecution"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compare" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rightStatus" eType="#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftRobot" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//DynamicRobot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftMeasure" eType="#//MeasureComparable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightMeasure" eType="#//MeasureComparable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MeasureComparable"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/behaviour.ecore#//DynamicRobot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/drone.ecore#//PropertyKey"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/resource/hu.bme.mdsd.ztz.model/model/drone.ecore#//PropertyValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EObject"> <eLiterals name="Ready" literal="RobotReady"/> <eLiterals name="TurnedOff" value="1" literal="RobotTurnedOff"/> <eLiterals name="Waiting" value="2" literal="RobotWaiting"/> <eLiterals name="Executing" value="3" literal="RobotExecuting"/> <eLiterals name="Finished" value="4" literal="TaskFinished"/> <eLiterals name="Suspended" value="5" literal="TaskSuspended"/> <eLiterals name="InProgress" value="6" literal="TaskInProgress"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ftsrg-mdsd/ztz-MDSD-2016/hu.bme.mdsd.ztz.text/model/generated/BehaviourLanguage.ecore
ecore
behaviourLanguage BehaviourLanguage importModel container statements Import importURI Statement AtomicStatement ConditionalStatement condition statements otherStatements SynchronousStatement statements ActionDeclarationStatement name properties ActionStatement robot action moreactions ActionImplementation declaration currentTaskExecution properties targets MessageStatement robot target message CollaborationStatement robot collaboration DetectionStatement robot object obstacle ExecutionStatement robot execution StatusStatement status RobotStatusStatement robot TaskStatusStatement task MessageTarget UniTarget target MultiTarget target AllTarget target Condition leftTask compare rightStatus leftRobot leftMeasure rightMeasure MeasureComparable container member value EObject Ready RobotReady TurnedOff RobotTurnedOff Waiting RobotWaiting Executing RobotExecuting Finished TaskFinished Suspended TaskSuspended InProgress TaskInProgress
null
{"directed":true,"nodes":[{"nsPrefix":"behaviourLanguage","nsURI":"http://www.mdsd.hu/behaviour/language","name":"behaviourLanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviourLanguage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicStatement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronousStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionDeclarationStatement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionImplementation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageStatement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DetectionStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatusStatement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RobotStatusStatement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskStatusStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTarget","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniTarget","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiTarget","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllTarget","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeasureComparable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"container","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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":"otherStatements","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"},{"container":false,"ordered":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":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"robot","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":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moreactions","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentTaskExecution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","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":false,"name":"targets","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":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"robot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"robot","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":"collaboration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"robot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"obstacle","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"robot","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":false,"unsettable":false,"transient":false,"unique":true,"name":"execution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"robot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"task","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"target","changeable":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"leftTask","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":"compare","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rightStatus","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"leftRobot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftMeasure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightMeasure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":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":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"name":"Ready","id":123,"value":0,"literal":"RobotReady","eClass":"EEnumLiteral"},{"name":"TurnedOff","id":124,"value":1,"literal":"RobotTurnedOff","eClass":"EEnumLiteral"},{"name":"Waiting","id":125,"value":2,"literal":"RobotWaiting","eClass":"EEnumLiteral"},{"name":"Executing","id":126,"value":3,"literal":"RobotExecuting","eClass":"EEnumLiteral"},{"name":"Finished","id":127,"value":4,"literal":"TaskFinished","eClass":"EEnumLiteral"},{"name":"Suspended","id":128,"value":5,"literal":"TaskSuspended","eClass":"EEnumLiteral"},{"name":"InProgress","id":129,"value":6,"literal":"TaskInProgress","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":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":24,"target":2},{"source":24,"target":27},{"source":24,"target":1},{"source":27,"target":2},{"source":25,"target":28},{"source":25,"target":1},{"source":26,"target":3},{"source":26,"target":29},{"source":26,"target":1},{"source":29,"target":3},{"source":2,"target":0},{"source":2,"target":30},{"source":30,"target":31},{"source":30,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":32},{"source":32,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":33,"target":21},{"source":33,"target":37},{"source":33,"target":5},{"source":37,"target":21},{"source":34,"target":3},{"source":34,"target":38},{"source":34,"target":5},{"source":38,"target":3},{"source":35,"target":3},{"source":35,"target":39},{"source":35,"target":5},{"source":39,"target":3},{"source":36,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":40},{"source":6,"target":41},{"source":40,"target":4},{"source":40,"target":42},{"source":40,"target":6},{"source":42,"target":4},{"source":41,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":43,"target":46},{"source":43,"target":7},{"source":44,"target":47},{"source":44,"target":7},{"source":45,"target":3},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":48,"target":52},{"source":48,"target":8},{"source":49,"target":9},{"source":49,"target":53},{"source":49,"target":8},{"source":53,"target":9},{"source":50,"target":9},{"source":50,"target":54},{"source":50,"target":8},{"source":54,"target":9},{"source":51,"target":4},{"source":9,"target":0},{"source":9,"target":55},{"source":9,"target":56},{"source":9,"target":57},{"source":9,"target":58},{"source":55,"target":7},{"source":55,"target":59},{"source":55,"target":9},{"source":59,"target":7},{"source":56,"target":60},{"source":56,"target":9},{"source":57,"target":61},{"source":57,"target":9},{"source":58,"target":62},{"source":58,"target":9},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":63,"target":67},{"source":63,"target":10},{"source":64,"target":17},{"source":64,"target":68},{"source":64,"target":10},{"source":68,"target":17},{"source":65,"target":69},{"source":65,"target":10},{"source":66,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":70,"target":73},{"source":70,"target":11},{"source":71,"target":74},{"source":71,"target":11},{"source":72,"target":4},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":75,"target":79},{"source":75,"target":12},{"source":76,"target":80},{"source":76,"target":12},{"source":77,"target":81},{"source":77,"target":12},{"source":78,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":82},{"source":13,"target":83},{"source":13,"target":84},{"source":82,"target":85},{"source":82,"target":13},{"source":83,"target":86},{"source":83,"target":13},{"source":84,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":87},{"source":14,"target":88},{"source":87,"target":23},{"source":87,"target":89},{"source":87,"target":14},{"source":89,"target":23},{"source":88,"target":4},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":90},{"source":15,"target":91},{"source":90,"target":92},{"source":90,"target":15},{"source":91,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":93},{"source":16,"target":94},{"source":93,"target":95},{"source":93,"target":16},{"source":94,"target":14},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":96},{"source":18,"target":97},{"source":96,"target":98},{"source":96,"target":18},{"source":97,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":99},{"source":19,"target":100},{"source":99,"target":101},{"source":99,"target":19},{"source":100,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":102},{"source":20,"target":103},{"source":102,"target":104},{"source":102,"target":20},{"source":103,"target":17},{"source":21,"target":0},{"source":21,"target":105},{"source":21,"target":106},{"source":21,"target":107},{"source":21,"target":108},{"source":21,"target":109},{"source":21,"target":110},{"source":105,"target":111},{"source":105,"target":21},{"source":106,"target":112},{"source":106,"target":21},{"source":107,"target":23},{"source":107,"target":113},{"source":107,"target":21},{"source":113,"target":23},{"source":108,"target":114},{"source":108,"target":21},{"source":109,"target":22},{"source":109,"target":115},{"source":109,"target":21},{"source":115,"target":22},{"source":110,"target":22},{"source":110,"target":116},{"source":110,"target":21},{"source":116,"target":22},{"source":22,"target":0},{"source":22,"target":117},{"source":22,"target":118},{"source":22,"target":119},{"source":117,"target":120},{"source":117,"target":22},{"source":118,"target":121},{"source":118,"target":22},{"source":119,"target":122},{"source":119,"target":22},{"source":23,"target":0},{"source":23,"target":123},{"source":23,"target":124},{"source":23,"target":125},{"source":23,"target":126},{"source":23,"target":127},{"source":23,"target":128},{"source":23,"target":129},{"source":123,"target":23},{"source":124,"target":23},{"source":125,"target":23},{"source":126,"target":23},{"source":127,"target":23},{"source":128,"target":23},{"source":129,"target":23}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="genericsoftware" nsURI="http://www.ibm.com/ccl/soa/deploy/genericsoftware/1.0.0/" nsPrefix="genericsoftware"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9; The Topology Definition Model (TDM) defines a core set of concepts to describe&#xD;&#xA;&#x9;&#x9; Enterprise Architectures from the Software Applications down to the hardware &#xD;&#xA;&#x9;&#x9; requirements. The model is inherently extensible, allowing technology specific&#xD;&#xA;&#x9;&#x9; domains to define their own types. At a high level, the model is orgainzed into&#xD;&#xA;&#x9;&#x9; {@link Topology topologies}, which contain {@link Unit}s. A Unit contain &#xD;&#xA;&#x9;&#x9; {@link Capability capabilities}, {@Requirement requirements}, and four types &#xD;&#xA;&#x9;&#x9; of links ({@link DependencyLink dependency links}, {@link HostingLink hosting links},&#xD;&#xA;&#x9;&#x9; {@link ConstraintLink constraint links}, {@link MemberLink member links}. In &#xD;&#xA;&#x9;&#x9; addition, the model defines the notion of {@link Constraint constraints} which &#xD;&#xA;&#x9;&#x9; can be added to Units or Contraint Links in order to describe requirements on &#xD;&#xA;&#x9;&#x9; target application or environment. &#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;An object that can be part of a deployable module. See {@link FileArtifact}.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="GenericsoftwareRoot"> <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="capabilitySoftwareInstall" upperBound="-2" eType="#//SoftwareInstall" 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="capability.softwareInstall"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilitySoftwarePatch" upperBound="-2" eType="#//SoftwarePatch" 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="capability.softwarePatch"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityVersion" upperBound="-2" eType="#//Version" 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="capability.version"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitSoftwareInstallUnit" upperBound="-2" eType="#//SoftwareInstallUnit" 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="unit.softwareInstallUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitSoftwarePatchUnit" upperBound="-2" eType="#//SoftwarePatchUnit" 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="unit.softwarePatchUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareInstall" eSuperTypes="../core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SoftwareInstall"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executableName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="executableName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Date and time software was or will be installed."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="installDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installedLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="installedLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="productId" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ProductId"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="productName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="productName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publisher" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="e.g. &quot;Microsoft Corporation&quot;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="publisher"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareInstallUnit" eSuperTypes="../core.ecore#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SoftwareInstallUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwarePatch" eSuperTypes="../core.ecore#//Capability"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;SoftwarePatchUnit is a configuration unit hosted on whatever it patches&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SoftwarePatch"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Date and time patch was or will be installed."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="installDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="patchID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ID or name of the patch. E.g. &quot;KB931768&quot;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="patchID"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwarePatchUnit" eSuperTypes="../core.ecore#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SoftwarePatchUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Version" eSuperTypes="../core.ecore#//Capability"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;Version can be a capability on any unit type that needs all or some of these attributes.&#xD;&#xA;&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;A representation of the specification of the version of a piece of hardware or software. The version is&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;specified in two parts - it can be specified as a single string, in which case the format of the string&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;is determined by the manufacturer of the entity (but should not include any manufacturer or model or&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;product name information ... it should just be the data that identifies the version); and it can be&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;specified as a combination of four integers that correspond to the Solution Install standard.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Version"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="buildLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;This string contains the build level without any version or release information.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="buildLevel"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;A very precise specification of the exact build level of a particular piece of software, or&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the exact manufacturing run of a physical element. Not always specified in the version&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;string. For products that use a 3 digit numbering convention, the level should not be used.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="level"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="majorVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;A major version of the product, and generally specified as the first number in a version&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;string (for example, in WebSphere 6.1, the '6' is the major version). Generally,&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;backwards-compatibility is not maintained across major version changes.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="majorVersion"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;A version specification that is normally tied to fixes within a software release, and is&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;normally specified third in a version string. The Modifier may not always be specified, as&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;in WebSphere 6.1, but it is more precise to include the exact fix pack level present in the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;software.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="modifier"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="release" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The second highest specification in a version, generally used to show updates in a product&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;where compatibility is maintained (such as between version 6.0 and 6.1 of WebSphere, where&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the '0' and the '1' are the release numbers).&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="release"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versionString" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;The complete version specification of the entity, expressed as a single string. Note that&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;this string should not contain any information about the manufacturer of the entity, the&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;model of the entity, or the name of the product associated with the entity. It should just&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;contain version information, in a format described by the manufacturer of the entity. It is&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;recommended, when the other attributes in the Version interface are filled in, that this&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;attribute contain the same values, separated by periods. Note - In some cases the version&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;string may be returned directly from an API call. If so, the string should not be parsed&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;other than to remove things like line breaks.&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="versionString"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kalapriyakannan/UMLONT/com.ibm.ccl.soa.deploy.core/models/ecore/genericsoftware/genericsoftware.ecore
ecore
genericsoftware GenericsoftwareRoot mixed xMLNSPrefixMap xSISchemaLocation capabilitySoftwareInstall capabilitySoftwarePatch capabilityVersion unitSoftwareInstallUnit unitSoftwarePatchUnit SoftwareInstall executableName installDate installedLocation productId productName publisher SoftwareInstallUnit SoftwarePatch installDate patchID SoftwarePatchUnit Version buildLevel level majorVersion modifier release versionString
null
{"directed":true,"nodes":[{"nsPrefix":"genericsoftware","nsURI":"http://www.ibm.com/ccl/soa/deploy/genericsoftware/1.0.0/","name":"genericsoftware","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericsoftwareRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareInstall","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareInstallUnit","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwarePatch","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwarePatchUnit","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":6,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"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":"capabilitySoftwareInstall","changeable":true,"resolveProxies":false,"lowerBound":0,"id":10,"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":"capabilitySoftwarePatch","changeable":true,"resolveProxies":false,"lowerBound":0,"id":11,"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":"capabilityVersion","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"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":"unitSoftwareInstallUnit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"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":"unitSoftwarePatchUnit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":true},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"executableName","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":"installDate","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"installedLocation","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":"productId","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productName","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":"publisher","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"installDate","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":"patchID","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"buildLevel","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":44,"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":"majorVersion","changeable":true,"lowerBound":0,"iD":false,"id":45,"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":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":46,"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":"release","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"versionString","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":7,"target":15},{"source":7,"target":1},{"source":8,"target":16},{"source":8,"target":1},{"source":9,"target":17},{"source":9,"target":1},{"source":10,"target":2},{"source":10,"target":18},{"source":10,"target":1},{"source":18,"target":2},{"source":11,"target":4},{"source":11,"target":19},{"source":11,"target":1},{"source":19,"target":4},{"source":12,"target":6},{"source":12,"target":20},{"source":12,"target":1},{"source":20,"target":6},{"source":13,"target":3},{"source":13,"target":21},{"source":13,"target":1},{"source":21,"target":3},{"source":14,"target":5},{"source":14,"target":22},{"source":14,"target":1},{"source":22,"target":5},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":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":33},{"source":26,"target":2},{"source":27,"target":34},{"source":27,"target":2},{"source":28,"target":35},{"source":28,"target":2},{"source":3,"target":0},{"source":3,"target":36},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":40},{"source":37,"target":4},{"source":38,"target":41},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":42},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":43,"target":50},{"source":43,"target":6},{"source":44,"target":51},{"source":44,"target":6},{"source":45,"target":52},{"source":45,"target":6},{"source":46,"target":53},{"source":46,"target":6},{"source":47,"target":54},{"source":47,"target":6},{"source":48,"target":55},{"source":48,"target":6}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="MARTE_Library" nsURI="http:///MARTE_Library.ecore" nsPrefix="MARTE_Library"> <eSubpackages name="MeasurementUnits" nsURI="http:///MARTE_Library/MeasurementUnits.ecore" nsPrefix="MARTE_Library.MeasurementUnits"> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnitKind"> <eLiterals name="s"/> <eLiterals name="tick" value="1"/> <eLiterals name="ms" value="2"/> <eLiterals name="us" value="3"/> <eLiterals name="min" value="4"/> <eLiterals name="hrs" value="5"/> <eLiterals name="day" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PowerUnitKind"> <eLiterals name="W"/> <eLiterals name="mW" value="1"/> <eLiterals name="KW" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FrequencyUnitKind"> <eLiterals name="Hz"/> <eLiterals name="KHz" value="1"/> <eLiterals name="MHz" value="2"/> <eLiterals name="GHz" value="3"/> <eLiterals name="rpm" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataSizeUnitKind"> <eLiterals name="bit"/> <eLiterals name="Byte" value="1"/> <eLiterals name="KB" value="2"/> <eLiterals name="MB" value="3"/> <eLiterals name="GB" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataTxRateUnitKind"> <eLiterals name="b_per_s"/> <eLiterals name="Kb_per_s" value="1"/> <eLiterals name="Mb_per_s" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnergyUnitKind"> <eLiterals name="J"/> <eLiterals name="KJ" value="1"/> <eLiterals name="Wh" value="2"/> <eLiterals name="KWh" value="3"/> <eLiterals name="mWh" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LengthUnitKind"> <eLiterals name="m"/> <eLiterals name="cm" value="1"/> <eLiterals name="mm" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AreaUnitKind"> <eLiterals name="mm2"/> <eLiterals name="um2" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WeightUnitKind"> <eLiterals name="g"/> <eLiterals name="mg" value="1"/> <eLiterals name="kg" value="2"/> </eClassifiers> </eSubpackages> <eSubpackages name="GRM_BasicTypes" nsURI="http:///MARTE_Library/GRM_BasicTypes.ecore" nsPrefix="MARTE_Library.GRM_BasicTypes"> <eClassifiers xsi:type="ecore:EClass" name="EDF_Parameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="deadline" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SchedPolicyKind"> <eLiterals name="EarliestDeadlineFirst"/> <eLiterals name="FIFO" value="1"/> <eLiterals name="FixedPriority" value="2"/> <eLiterals name="LeastLaxityFirst" value="3"/> <eLiterals name="RoundRobin" value="4"/> <eLiterals name="TimeTableDriven" value="5"/> <eLiterals name="Undef" value="6"/> <eLiterals name="Other" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProtectProtocolKind"> <eLiterals name="FIFO"/> <eLiterals name="NoPreemption" value="1"/> <eLiterals name="PriorityCeiling" value="2"/> <eLiterals name="PriorityInheritance" value="3"/> <eLiterals name="StackBased" value="4"/> <eLiterals name="Undef" value="5"/> <eLiterals name="Other" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PeriodicServerKind"> <eLiterals name="Sporadic"/> <eLiterals name="Deferrable" value="1"/> <eLiterals name="Undef" value="2"/> <eLiterals name="Other" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SchedParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="edf" ordered="false" unique="false" eType="#//GRM_BasicTypes/EDF_Parameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fp" ordered="false" unique="false" eType="#//GRM_BasicTypes/FixedPriorityParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pooling" ordered="false" unique="false" eType="#//GRM_BasicTypes/PoolingParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="server" ordered="false" unique="false" eType="#//GRM_BasicTypes/PeriodicServerParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableEntry" ordered="false" unique="false" upperBound="-1" eType="#//MARTE_PrimitivesTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FixedPriorityParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="priority" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Integer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PoolingParameters" eSuperTypes="#//GRM_BasicTypes/FixedPriorityParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="period" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overhead" ordered="false" upperBound="-1" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PeriodicServerParameters" eSuperTypes="#//GRM_BasicTypes/FixedPriorityParameters"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" eType="#//GRM_BasicTypes/PeriodicServerKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundPriority" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialBudget" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="replenishPeriod" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxPendingReplenish" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Integer" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="BasicNFP_Types" nsURI="http:///MARTE_Library/BasicNFP_Types.ecore" nsPrefix="MARTE_Library.BasicNFP_Types"> <eClassifiers xsi:type="ecore:EEnum" name="SourceKind"> <eLiterals name="est"/> <eLiterals name="meas" value="1"/> <eLiterals name="calc" value="2"/> <eLiterals name="req" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DirectionKind"> <eLiterals name="incr"/> <eLiterals name="decr" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StatisticalQualifierKind"> <eLiterals name="max"/> <eLiterals name="min" value="1"/> <eLiterals name="mean" value="2"/> <eLiterals name="range" value="3"/> <eLiterals name="percent" value="4"/> <eLiterals name="distrib" value="5"/> <eLiterals name="determ" value="6"/> <eLiterals name="other" value="7"/> <eLiterals name="variance" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_CommonType"> <eOperations name="bernoulli" ordered="false" lowerBound="1"> <eParameters name="prob" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="binomial" ordered="false" lowerBound="1"> <eParameters name="prob" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="trials" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Integer"/> </eOperations> <eOperations name="exp" ordered="false" lowerBound="1"> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="gamma" ordered="false" lowerBound="1"> <eParameters name="k" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Integer"/> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="normal" ordered="false" lowerBound="1"> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="standDev" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="poisson" ordered="false" lowerBound="1"> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="uniform" ordered="false" lowerBound="1"> <eParameters name="min" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="max" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="gamma" ordered="false" lowerBound="1"> <eParameters name="k" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="mean" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="geometric" ordered="false" lowerBound="1"> <eParameters name="p" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="triangular" ordered="false" lowerBound="1"> <eParameters name="min" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="max" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> <eParameters name="mode" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eOperations name="logarithmic" ordered="false" lowerBound="1"> <eParameters name="theta" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expr" ordered="false" unique="false" eType="#//MARTE_DataTypes/VSL_Expression"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" ordered="false" unique="false" eType="#//BasicNFP_Types/SourceKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statQ" ordered="false" unique="false" eType="#//BasicNFP_Types/StatisticalQualifierKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" eType="#//BasicNFP_Types/DirectionKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" ordered="false" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Frequency" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/FrequencyUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Real" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Natural" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Boolean" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_String" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Integer" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_DateTime" eSuperTypes="#//BasicNFP_Types/NFP_CommonType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/DateTime"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_DataTxRate" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/DataTxRateUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Power" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/PowerUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_DataSize" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/DataSizeUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Energy" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/EnergyUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Length" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/LengthUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Area" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/AreaUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrivalPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="periodic" ordered="false" unique="false" eType="#//BasicNFP_Types/PeriodicPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aperiodic" ordered="false" unique="false" eType="#//BasicNFP_Types/AperiodicPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="burst" ordered="false" unique="false" eType="#//BasicNFP_Types/BurstPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="irregular" ordered="false" unique="false" eType="#//BasicNFP_Types/IrregularPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="closed" ordered="false" unique="false" eType="#//BasicNFP_Types/ClosedPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sporadic" ordered="false" unique="false" eType="#//BasicNFP_Types/SporadicPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="open" ordered="false" unique="false" eType="#//BasicNFP_Types/OpenPattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PeriodicPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="period" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="jitter" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="phase" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="occurrences" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Integer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AperiodicPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="distribution" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_CommonType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BurstPattern" eSuperTypes="#//BasicNFP_Types/AperiodicPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="minInterarrival" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxInterarrival" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minEventInterval" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxEventInterval" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="burstSize" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Integer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IrregularPattern" eSuperTypes="#//BasicNFP_Types/AperiodicPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="phase" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interarrivals" ordered="false" upperBound="-1" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClosedPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="population" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Integer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extDelay" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SporadicPattern" eSuperTypes="#//BasicNFP_Types/AperiodicPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="minInterarrival" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxInterarrival" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="jitter" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpenPattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="interArrivalTime" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Duration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrivalRate" ordered="false" unique="false" eType="#//BasicNFP_Types/NFP_Frequency" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arrivalProcess" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Percentage" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/String" defaultValueLiteral="%"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Price" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/String" defaultValueLiteral="$US"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Weight" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/WeightUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_Duration" eSuperTypes="#//BasicNFP_Types/NFP_Real"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//MeasurementUnits/TimeUnitKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clock" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="worst" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="best" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> </eSubpackages> <eSubpackages name="MARTE_DataTypes" nsURI="http:///MARTE_Library/MARTE_DataTypes.ecore" nsPrefix="MARTE_Library.MARTE_DataTypes"> <eClassifiers xsi:type="ecore:EClass" name="IntegerVector"> <eOperations name="at" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Integer"> <eParameters name="i" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Integer"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vectorElem" ordered="false" unique="false" upperBound="-1" eType="#//MARTE_PrimitivesTypes/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerMatrix"> <eOperations name="at" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/IntegerVector"> <eParameters name="i" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="matrixElem" ordered="false" upperBound="-1" eType="#//MARTE_DataTypes/IntegerVector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerInterval"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bound" ordered="false" unique="false" lowerBound="2" upperBound="2" eType="#//MARTE_PrimitivesTypes/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TransmModeKind"> <eLiterals name="simplex"/> <eLiterals name="halfDuplex" value="1"/> <eLiterals name="fullDuplex" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UtilityType"> <eOperations name="eq" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> <eOperations name="lt" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> <eOperations name="gt" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> <eOperations name="le" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> <eOperations name="ge" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> <eOperations name="ne" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Boolean"> <eParameters name="u" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/UtilityType"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Array"> <eTypeParameters name="T"/> <eOperations name="at" ordered="false" lowerBound="1"> <eGenericType eTypeParameter="#//MARTE_DataTypes/Array/T"/> <eParameters name="i" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="vectorElement" ordered="false" upperBound="-1" containment="true"> <eGenericType eTypeParameter="#//MARTE_DataTypes/Array/T"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interval"> <eTypeParameters name="T1"/> <eTypeParameters name="T2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" lowerBound="2" upperBound="2" containment="true"> <eGenericType eTypeParameter="#//MARTE_DataTypes/Interval/T2"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realnterval"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bound" ordered="false" unique="false" lowerBound="2" upperBound="2" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_FrequencyInterval"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" lowerBound="2" upperBound="2" eType="#//BasicNFP_Types/NFP_Frequency" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NFP_NaturalInterval"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" lowerBound="2" upperBound="2" eType="#//BasicNFP_Types/NFP_Natural" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealVector"> <eOperations name="at" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"> <eParameters name="i" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vectorElem" ordered="false" unique="false" upperBound="-1" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealMatrix"> <eOperations name="at" ordered="false" lowerBound="1"> <eParameters name="i" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="p" ordered="false" lowerBound="1" eType="#//MARTE_DataTypes/RealVector"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matrixElem" ordered="false" unique="false" upperBound="-1" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="VSL_Expression" instanceTypeName="Object"/> </eSubpackages> <eSubpackages name="TimeTypesLibrary" nsURI="http:///MARTE_Library/TimeTypesLibrary.ecore" nsPrefix="MARTE_Library.TimeTypesLibrary"> <eClassifiers xsi:type="ecore:EEnum" name="TimeNatureKind"> <eLiterals name="discrete"/> <eLiterals name="dense" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeInterpretationKind"> <eLiterals name="duration"/> <eLiterals name="instant" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EventKind"> <eLiterals name="start"/> <eLiterals name="finish" value="1"/> <eLiterals name="send" value="2"/> <eLiterals name="receive" value="3"/> <eLiterals name="consume" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeStandardKind"> <eLiterals name="TAI"/> <eLiterals name="UT0" value="1"/> <eLiterals name="UT1" value="2"/> <eLiterals name="UTC" value="3"/> <eLiterals name="Local" value="4"/> <eLiterals name="TT" value="5"/> <eLiterals name="TBD" value="6"/> <eLiterals name="TCG" value="7"/> <eLiterals name="TCB" value="8"/> <eLiterals name="Sidereal" value="9"/> <eLiterals name="GPS" value="10"/> </eClassifiers> </eSubpackages> <eSubpackages name="TimeLibrary" nsURI="http:///MARTE_Library/TimeLibrary.ecore" nsPrefix="MARTE_Library.TimeLibrary"> <eClassifiers xsi:type="ecore:EClass" name="TimedValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="#//TimeLibrary/TUK"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/Real"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expr" ordered="false" unique="false" eType="#//TimeLibrary/ClockedValueSpecification"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="onClock" ordered="false" unique="false" eType="#//MARTE_PrimitivesTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TUK"/> <eClassifiers xsi:type="ecore:EDataType" name="ClockedValueSpecification" instanceTypeName="Object"/> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnitKind"> <eLiterals name="s"/> <eLiterals name="ms" value="1"/> <eLiterals name="us" value="2"/> <eLiterals name="ns" value="3"/> <eLiterals name="min" value="4"/> <eLiterals name="hrs" value="5"/> <eLiterals name="day" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LogicalTimeUnit"> <eLiterals name="tick"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdealClock"> <eOperations name="currentTime" ordered="false" lowerBound="1" eType="#//MARTE_PrimitivesTypes/Real"/> </eClassifiers> </eSubpackages> <eSubpackages name="RS_Library" nsURI="http:///MARTE_Library/RS_Library.ecore" nsPrefix="MARTE_Library.RS_Library"> <eClassifiers xsi:type="ecore:EClass" name="TilerSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" ordered="false" unique="false" eType="#//MARTE_DataTypes/IntegerVector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paving" ordered="false" unique="false" lowerBound="1" eType="#//MARTE_DataTypes/IntegerMatrix" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fitting" ordered="false" unique="false" eType="#//MARTE_DataTypes/IntegerVector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShapeSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false" upperBound="-1" eType="#//MARTE_PrimitivesTypes/UnlimitedNatural"/> </eClassifiers> </eSubpackages> <eSubpackages name="MARTE_PrimitivesTypes" nsURI="http:///MARTE_Library/MARTE_PrimitivesTypes.ecore" nsPrefix="MARTE_Library.MARTE_PrimitivesTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceTypeName="Object"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="String"/> <eClassifiers xsi:type="ecore:EDataType" name="DateTime" instanceTypeName="Object"/> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceTypeName="Object"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/s-hosoai/solderbullet/jp.ac.jaist.kslab.sb.marte/model/MARTE_Library.ecore
ecore
MARTE_Library MeasurementUnits TimeUnitKind s s tick tick ms ms us us min min hrs hrs day day PowerUnitKind W W mW mW KW KW FrequencyUnitKind Hz Hz KHz KHz MHz MHz GHz GHz rpm rpm DataSizeUnitKind bit bit Byte Byte KB KB MB MB GB GB DataTxRateUnitKind b_per_s b_per_s Kb_per_s Kb_per_s Mb_per_s Mb_per_s EnergyUnitKind J J KJ KJ Wh Wh KWh KWh mWh mWh LengthUnitKind m m cm cm mm mm AreaUnitKind mm2 mm2 um2 um2 WeightUnitKind g g mg mg kg kg GRM_BasicTypes EDF_Parameters deadline SchedPolicyKind EarliestDeadlineFirst EarliestDeadlineFirst FIFO FIFO FixedPriority FixedPriority LeastLaxityFirst LeastLaxityFirst RoundRobin RoundRobin TimeTableDriven TimeTableDriven Undef Undef Other Other ProtectProtocolKind FIFO FIFO NoPreemption NoPreemption PriorityCeiling PriorityCeiling PriorityInheritance PriorityInheritance StackBased StackBased Undef Undef Other Other PeriodicServerKind Sporadic Sporadic Deferrable Deferrable Undef Undef Other Other SchedParameters edf fp pooling server tableEntry FixedPriorityParameters priority PoolingParameters period overhead PeriodicServerParameters kind backgroundPriority initialBudget replenishPeriod maxPendingReplenish BasicNFP_Types SourceKind est est meas meas calc calc req req DirectionKind incr incr decr decr StatisticalQualifierKind max max min min mean mean range range percent percent distrib distrib determ determ other other variance variance NFP_CommonType bernoulli prob binomial prob trials exp mean gamma k mean normal mean standDev poisson mean uniform min max gamma k mean geometric p triangular min max mode logarithmic theta expr source statQ dir mode NFP_Frequency unit precision NFP_Real value NFP_Natural value NFP_Boolean value NFP_String value NFP_Integer value NFP_DateTime value NFP_DataTxRate unit precision NFP_Power unit precision NFP_DataSize unit precision NFP_Energy unit precision NFP_Length unit precision NFP_Area unit precision ArrivalPattern periodic aperiodic burst irregular closed sporadic open PeriodicPattern period jitter phase occurrences AperiodicPattern distribution BurstPattern minInterarrival maxInterarrival minEventInterval maxEventInterval burstSize IrregularPattern phase interarrivals ClosedPattern population extDelay SporadicPattern minInterarrival maxInterarrival jitter OpenPattern interArrivalTime arrivalRate arrivalProcess NFP_Percentage unit % NFP_Price unit $US NFP_Weight unit precision NFP_Duration unit clock precision worst best MARTE_DataTypes IntegerVector at i vectorElem IntegerMatrix at i matrixElem IntegerInterval bound TransmModeKind simplex simplex halfDuplex halfDuplex fullDuplex fullDuplex UtilityType eq u lt u gt u le u ge u ne u Array T at i vectorElement Interval T1 T2 bound Realnterval bound NFP_FrequencyInterval bound NFP_NaturalInterval bound RealVector at i vectorElem RealMatrix at i p matrixElem VSL_Expression java.lang.Object Object TimeTypesLibrary TimeNatureKind discrete discrete dense dense TimeInterpretationKind duration duration instant instant EventKind start start finish finish send send receive receive consume consume TimeStandardKind TAI TAI UT0 UT0 UT1 UT1 UTC UTC Local Local TT TT TBD TBD TCG TCG TCB TCB Sidereal Sidereal GPS GPS TimeLibrary TimedValueType unit value expr onClock TUK ClockedValueSpecification java.lang.Object Object TimeUnitKind s s ms ms us us ns ns min min hrs hrs day day LogicalTimeUnit tick tick IdealClock currentTime RS_Library TilerSpecification origin paving fitting ShapeSpecification size MARTE_PrimitivesTypes Integer Integer Integer Boolean Boolean Boolean UnlimitedNatural java.lang.Object Object String String String DateTime java.lang.Object Object Real java.lang.Object Object
null
{"directed":true,"nodes":[{"nsPrefix":"MARTE_Library","nsURI":"http:///MARTE_Library.ecore","name":"MARTE_Library","id":0,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.MeasurementUnits","nsURI":"http:///MARTE_Library/MeasurementUnits.ecore","name":"MeasurementUnits","id":1,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.GRM_BasicTypes","nsURI":"http:///MARTE_Library/GRM_BasicTypes.ecore","name":"GRM_BasicTypes","id":2,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.BasicNFP_Types","nsURI":"http:///MARTE_Library/BasicNFP_Types.ecore","name":"BasicNFP_Types","id":3,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.MARTE_DataTypes","nsURI":"http:///MARTE_Library/MARTE_DataTypes.ecore","name":"MARTE_DataTypes","id":4,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.TimeTypesLibrary","nsURI":"http:///MARTE_Library/TimeTypesLibrary.ecore","name":"TimeTypesLibrary","id":5,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.TimeLibrary","nsURI":"http:///MARTE_Library/TimeLibrary.ecore","name":"TimeLibrary","id":6,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.RS_Library","nsURI":"http:///MARTE_Library/RS_Library.ecore","name":"RS_Library","id":7,"eClass":"EPackage"},{"nsPrefix":"MARTE_Library.MARTE_PrimitivesTypes","nsURI":"http:///MARTE_Library/MARTE_PrimitivesTypes.ecore","name":"MARTE_PrimitivesTypes","id":8,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnitKind","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PowerUnitKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FrequencyUnitKind","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataSizeUnitKind","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataTxRateUnitKind","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnergyUnitKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LengthUnitKind","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AreaUnitKind","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"WeightUnitKind","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"name":"s","id":18,"value":0,"literal":"s","eClass":"EEnumLiteral"},{"name":"tick","id":19,"value":1,"literal":"tick","eClass":"EEnumLiteral"},{"name":"ms","id":20,"value":2,"literal":"ms","eClass":"EEnumLiteral"},{"name":"us","id":21,"value":3,"literal":"us","eClass":"EEnumLiteral"},{"name":"min","id":22,"value":4,"literal":"min","eClass":"EEnumLiteral"},{"name":"hrs","id":23,"value":5,"literal":"hrs","eClass":"EEnumLiteral"},{"name":"day","id":24,"value":6,"literal":"day","eClass":"EEnumLiteral"},{"name":"W","id":25,"value":0,"literal":"W","eClass":"EEnumLiteral"},{"name":"mW","id":26,"value":1,"literal":"mW","eClass":"EEnumLiteral"},{"name":"KW","id":27,"value":2,"literal":"KW","eClass":"EEnumLiteral"},{"name":"Hz","id":28,"value":0,"literal":"Hz","eClass":"EEnumLiteral"},{"name":"KHz","id":29,"value":1,"literal":"KHz","eClass":"EEnumLiteral"},{"name":"MHz","id":30,"value":2,"literal":"MHz","eClass":"EEnumLiteral"},{"name":"GHz","id":31,"value":3,"literal":"GHz","eClass":"EEnumLiteral"},{"name":"rpm","id":32,"value":4,"literal":"rpm","eClass":"EEnumLiteral"},{"name":"bit","id":33,"value":0,"literal":"bit","eClass":"EEnumLiteral"},{"name":"Byte","id":34,"value":1,"literal":"Byte","eClass":"EEnumLiteral"},{"name":"KB","id":35,"value":2,"literal":"KB","eClass":"EEnumLiteral"},{"name":"MB","id":36,"value":3,"literal":"MB","eClass":"EEnumLiteral"},{"name":"GB","id":37,"value":4,"literal":"GB","eClass":"EEnumLiteral"},{"name":"b_per_s","id":38,"value":0,"literal":"b_per_s","eClass":"EEnumLiteral"},{"name":"Kb_per_s","id":39,"value":1,"literal":"Kb_per_s","eClass":"EEnumLiteral"},{"name":"Mb_per_s","id":40,"value":2,"literal":"Mb_per_s","eClass":"EEnumLiteral"},{"name":"J","id":41,"value":0,"literal":"J","eClass":"EEnumLiteral"},{"name":"KJ","id":42,"value":1,"literal":"KJ","eClass":"EEnumLiteral"},{"name":"Wh","id":43,"value":2,"literal":"Wh","eClass":"EEnumLiteral"},{"name":"KWh","id":44,"value":3,"literal":"KWh","eClass":"EEnumLiteral"},{"name":"mWh","id":45,"value":4,"literal":"mWh","eClass":"EEnumLiteral"},{"name":"m","id":46,"value":0,"literal":"m","eClass":"EEnumLiteral"},{"name":"cm","id":47,"value":1,"literal":"cm","eClass":"EEnumLiteral"},{"name":"mm","id":48,"value":2,"literal":"mm","eClass":"EEnumLiteral"},{"name":"mm2","id":49,"value":0,"literal":"mm2","eClass":"EEnumLiteral"},{"name":"um2","id":50,"value":1,"literal":"um2","eClass":"EEnumLiteral"},{"name":"g","id":51,"value":0,"literal":"g","eClass":"EEnumLiteral"},{"name":"mg","id":52,"value":1,"literal":"mg","eClass":"EEnumLiteral"},{"name":"kg","id":53,"value":2,"literal":"kg","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDF_Parameters","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SchedPolicyKind","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProtectProtocolKind","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PeriodicServerKind","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchedParameters","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedPriorityParameters","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PoolingParameters","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeriodicServerParameters","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"deadline","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Duration","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"id":64,"eClass":"EGenericType"},{"name":"EarliestDeadlineFirst","id":65,"value":0,"literal":"EarliestDeadlineFirst","eClass":"EEnumLiteral"},{"name":"FIFO","id":66,"value":1,"literal":"FIFO","eClass":"EEnumLiteral"},{"name":"FixedPriority","id":67,"value":2,"literal":"FixedPriority","eClass":"EEnumLiteral"},{"name":"LeastLaxityFirst","id":68,"value":3,"literal":"LeastLaxityFirst","eClass":"EEnumLiteral"},{"name":"RoundRobin","id":69,"value":4,"literal":"RoundRobin","eClass":"EEnumLiteral"},{"name":"TimeTableDriven","id":70,"value":5,"literal":"TimeTableDriven","eClass":"EEnumLiteral"},{"name":"Undef","id":71,"value":6,"literal":"Undef","eClass":"EEnumLiteral"},{"name":"Other","id":72,"value":7,"literal":"Other","eClass":"EEnumLiteral"},{"name":"FIFO","id":73,"value":0,"literal":"FIFO","eClass":"EEnumLiteral"},{"name":"NoPreemption","id":74,"value":1,"literal":"NoPreemption","eClass":"EEnumLiteral"},{"name":"PriorityCeiling","id":75,"value":2,"literal":"PriorityCeiling","eClass":"EEnumLiteral"},{"name":"PriorityInheritance","id":76,"value":3,"literal":"PriorityInheritance","eClass":"EEnumLiteral"},{"name":"StackBased","id":77,"value":4,"literal":"StackBased","eClass":"EEnumLiteral"},{"name":"Undef","id":78,"value":5,"literal":"Undef","eClass":"EEnumLiteral"},{"name":"Other","id":79,"value":6,"literal":"Other","eClass":"EEnumLiteral"},{"name":"Sporadic","id":80,"value":0,"literal":"Sporadic","eClass":"EEnumLiteral"},{"name":"Deferrable","id":81,"value":1,"literal":"Deferrable","eClass":"EEnumLiteral"},{"name":"Undef","id":82,"value":2,"literal":"Undef","eClass":"EEnumLiteral"},{"name":"Other","id":83,"value":3,"literal":"Other","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"edf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"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":false,"name":"fp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"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":false,"name":"pooling","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"server","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"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":"tableEntry","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"instanceTypeName":"String","defaultValue":null,"instanceClassName":"String","name":"String","instanceClass":null,"id":93,"serializable":true,"eClass":"EDataType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"priority","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Integer","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"period","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"overhead","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":103,"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":"backgroundPriority","changeable":true,"lowerBound":0,"iD":false,"id":104,"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":false,"name":"initialBudget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"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":false,"name":"replenishPeriod","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"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":false,"name":"maxPendingReplenish","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"instanceTypeName":"Integer","defaultValue":null,"instanceClassName":"Integer","name":"Integer","instanceClass":null,"id":110,"serializable":true,"eClass":"EDataType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"SourceKind","instanceClass":null,"id":115,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKind","instanceClass":null,"id":116,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"StatisticalQualifierKind","instanceClass":null,"id":117,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_CommonType","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Frequency","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Real","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Natural","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Boolean","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_String","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_DateTime","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_DataTxRate","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Power","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_DataSize","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Energy","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Length","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Area","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrivalPattern","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeriodicPattern","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AperiodicPattern","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BurstPattern","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IrregularPattern","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosedPattern","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SporadicPattern","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenPattern","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Percentage","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Price","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_Weight","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"name":"est","id":142,"value":0,"literal":"est","eClass":"EEnumLiteral"},{"name":"meas","id":143,"value":1,"literal":"meas","eClass":"EEnumLiteral"},{"name":"calc","id":144,"value":2,"literal":"calc","eClass":"EEnumLiteral"},{"name":"req","id":145,"value":3,"literal":"req","eClass":"EEnumLiteral"},{"name":"incr","id":146,"value":0,"literal":"incr","eClass":"EEnumLiteral"},{"name":"decr","id":147,"value":1,"literal":"decr","eClass":"EEnumLiteral"},{"name":"max","id":148,"value":0,"literal":"max","eClass":"EEnumLiteral"},{"name":"min","id":149,"value":1,"literal":"min","eClass":"EEnumLiteral"},{"name":"mean","id":150,"value":2,"literal":"mean","eClass":"EEnumLiteral"},{"name":"range","id":151,"value":3,"literal":"range","eClass":"EEnumLiteral"},{"name":"percent","id":152,"value":4,"literal":"percent","eClass":"EEnumLiteral"},{"name":"distrib","id":153,"value":5,"literal":"distrib","eClass":"EEnumLiteral"},{"name":"determ","id":154,"value":6,"literal":"determ","eClass":"EEnumLiteral"},{"name":"other","id":155,"value":7,"literal":"other","eClass":"EEnumLiteral"},{"name":"variance","id":156,"value":8,"literal":"variance","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"unique":true,"name":"bernoulli","lowerBound":1,"id":157,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"binomial","lowerBound":1,"id":158,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"exp","lowerBound":1,"id":159,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"gamma","lowerBound":1,"id":160,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"normal","lowerBound":1,"id":161,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"poisson","lowerBound":1,"id":162,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"uniform","lowerBound":1,"id":163,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"gamma","lowerBound":1,"id":164,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"geometric","lowerBound":1,"id":165,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"triangular","lowerBound":1,"id":166,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"logarithmic","lowerBound":1,"id":167,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"expr","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"source","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"statQ","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dir","changeable":true,"lowerBound":0,"iD":false,"id":171,"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":"mode","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"prob","lowerBound":1,"id":173,"many":false,"required":true,"eClass":"EParameter"},{"instanceTypeName":"Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Real","instanceClass":"java.lang.Object","id":174,"serializable":true,"eClass":"EDataType"},{"id":175,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"prob","lowerBound":1,"id":176,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"trials","lowerBound":1,"id":177,"many":false,"required":true,"eClass":"EParameter"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":180,"many":false,"required":true,"eClass":"EParameter"},{"id":181,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"k","lowerBound":1,"id":182,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":183,"many":false,"required":true,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":186,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"standDev","lowerBound":1,"id":187,"many":false,"required":true,"eClass":"EParameter"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":190,"many":false,"required":true,"eClass":"EParameter"},{"id":191,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"min","lowerBound":1,"id":192,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"max","lowerBound":1,"id":193,"many":false,"required":true,"eClass":"EParameter"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"k","lowerBound":1,"id":196,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"mean","lowerBound":1,"id":197,"many":false,"required":true,"eClass":"EParameter"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"p","lowerBound":1,"id":200,"many":false,"required":true,"eClass":"EParameter"},{"id":201,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"min","lowerBound":1,"id":202,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"max","lowerBound":1,"id":203,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"mode","lowerBound":1,"id":204,"many":false,"required":true,"eClass":"EParameter"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"theta","lowerBound":1,"id":208,"many":false,"required":true,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"instanceTypeName":"Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"VSL_Expression","instanceClass":"java.lang.Object","id":210,"serializable":true,"eClass":"EDataType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":216,"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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"instanceTypeName":"Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"UnlimitedNatural","instanceClass":"java.lang.Object","id":226,"serializable":true,"eClass":"EDataType"},{"id":227,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"instanceTypeName":"Boolean","defaultValue":null,"instanceClassName":"Boolean","name":"Boolean","instanceClass":null,"id":230,"serializable":true,"eClass":"EDataType"},{"id":231,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"instanceTypeName":"Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"DateTime","instanceClass":"java.lang.Object","id":240,"serializable":true,"eClass":"EDataType"},{"id":241,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":242,"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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":252,"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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":262,"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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":267,"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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"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":false,"name":"periodic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"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":false,"name":"aperiodic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"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":false,"name":"burst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"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":false,"name":"irregular","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"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":false,"name":"closed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"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":false,"name":"sporadic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"open","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"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"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":false,"name":"period","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"jitter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"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":false,"name":"phase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"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":false,"name":"occurrences","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"distribution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"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":false,"name":"minInterarrival","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"maxInterarrival","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"minEventInterval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"maxEventInterval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"burstSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"phase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interarrivals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"population","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"extDelay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"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":false,"name":"minInterarrival","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"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":false,"name":"maxInterarrival","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"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":false,"name":"jitter","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"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"interArrivalTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"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":false,"name":"arrivalRate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"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":"arrivalProcess","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"%","unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"$US","unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":335,"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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":340,"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":"clock","changeable":true,"lowerBound":0,"iD":false,"id":341,"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":"precision","changeable":true,"lowerBound":0,"iD":false,"id":342,"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":"worst","changeable":true,"lowerBound":0,"iD":false,"id":343,"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":"best","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"},{"id":350,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVector","instanceClass":null,"abstract":false,"id":351,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerMatrix","instanceClass":null,"abstract":false,"id":352,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerInterval","instanceClass":null,"abstract":false,"id":353,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransmModeKind","instanceClass":null,"id":354,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilityType","instanceClass":null,"abstract":false,"id":355,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Array","instanceClass":null,"abstract":false,"id":356,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":357,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realnterval","instanceClass":null,"abstract":false,"id":358,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_FrequencyInterval","instanceClass":null,"abstract":false,"id":359,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NFP_NaturalInterval","instanceClass":null,"abstract":false,"id":360,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealVector","instanceClass":null,"abstract":false,"id":361,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealMatrix","instanceClass":null,"abstract":false,"id":362,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"unique":true,"name":"at","lowerBound":1,"id":363,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"vectorElem","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"i","lowerBound":1,"id":366,"many":false,"required":true,"eClass":"EParameter"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"at","lowerBound":1,"id":369,"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":"matrixElem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"i","lowerBound":1,"id":372,"many":false,"required":true,"eClass":"EParameter"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"bound","changeable":true,"lowerBound":2,"iD":false,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"name":"simplex","id":377,"value":0,"literal":"simplex","eClass":"EEnumLiteral"},{"name":"halfDuplex","id":378,"value":1,"literal":"halfDuplex","eClass":"EEnumLiteral"},{"name":"fullDuplex","id":379,"value":2,"literal":"fullDuplex","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"unique":true,"name":"eq","lowerBound":1,"id":380,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"lt","lowerBound":1,"id":381,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"gt","lowerBound":1,"id":382,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"le","lowerBound":1,"id":383,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"ge","lowerBound":1,"id":384,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"ne","lowerBound":1,"id":385,"many":false,"required":true,"eClass":"EOperation"},{"id":386,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":387,"many":false,"required":true,"eClass":"EParameter"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":390,"many":false,"required":true,"eClass":"EParameter"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":393,"many":false,"required":true,"eClass":"EParameter"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":396,"many":false,"required":true,"eClass":"EParameter"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":399,"many":false,"required":true,"eClass":"EParameter"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":402,"many":false,"required":true,"eClass":"EParameter"},{"id":403,"eClass":"EGenericType"},{"name":"T","id":404,"eClass":"ETypeParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"at","lowerBound":1,"id":405,"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":"vectorElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"i","lowerBound":1,"id":408,"many":false,"required":true,"eClass":"EParameter"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"name":"T1","id":411,"eClass":"ETypeParameter"},{"name":"T2","id":412,"eClass":"ETypeParameter"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":2,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"bound","changeable":true,"lowerBound":2,"iD":false,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":2,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":2,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"at","lowerBound":1,"id":421,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"vectorElem","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"i","lowerBound":1,"id":424,"many":false,"required":true,"eClass":"EParameter"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"at","lowerBound":1,"id":427,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"matrixElem","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"i","lowerBound":1,"id":429,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"p","lowerBound":1,"id":430,"many":false,"required":true,"eClass":"EParameter"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeNatureKind","instanceClass":null,"id":434,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeInterpretationKind","instanceClass":null,"id":435,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EventKind","instanceClass":null,"id":436,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeStandardKind","instanceClass":null,"id":437,"serializable":true,"eClass":"EEnum"},{"name":"discrete","id":438,"value":0,"literal":"discrete","eClass":"EEnumLiteral"},{"name":"dense","id":439,"value":1,"literal":"dense","eClass":"EEnumLiteral"},{"name":"duration","id":440,"value":0,"literal":"duration","eClass":"EEnumLiteral"},{"name":"instant","id":441,"value":1,"literal":"instant","eClass":"EEnumLiteral"},{"name":"start","id":442,"value":0,"literal":"start","eClass":"EEnumLiteral"},{"name":"finish","id":443,"value":1,"literal":"finish","eClass":"EEnumLiteral"},{"name":"send","id":444,"value":2,"literal":"send","eClass":"EEnumLiteral"},{"name":"receive","id":445,"value":3,"literal":"receive","eClass":"EEnumLiteral"},{"name":"consume","id":446,"value":4,"literal":"consume","eClass":"EEnumLiteral"},{"name":"TAI","id":447,"value":0,"literal":"TAI","eClass":"EEnumLiteral"},{"name":"UT0","id":448,"value":1,"literal":"UT0","eClass":"EEnumLiteral"},{"name":"UT1","id":449,"value":2,"literal":"UT1","eClass":"EEnumLiteral"},{"name":"UTC","id":450,"value":3,"literal":"UTC","eClass":"EEnumLiteral"},{"name":"Local","id":451,"value":4,"literal":"Local","eClass":"EEnumLiteral"},{"name":"TT","id":452,"value":5,"literal":"TT","eClass":"EEnumLiteral"},{"name":"TBD","id":453,"value":6,"literal":"TBD","eClass":"EEnumLiteral"},{"name":"TCG","id":454,"value":7,"literal":"TCG","eClass":"EEnumLiteral"},{"name":"TCB","id":455,"value":8,"literal":"TCB","eClass":"EEnumLiteral"},{"name":"Sidereal","id":456,"value":9,"literal":"Sidereal","eClass":"EEnumLiteral"},{"name":"GPS","id":457,"value":10,"literal":"GPS","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedValueType","instanceClass":null,"abstract":false,"id":458,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TUK","instanceClass":null,"id":459,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ClockedValueSpecification","instanceClass":"java.lang.Object","id":460,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnitKind","instanceClass":null,"id":461,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalTimeUnit","instanceClass":null,"id":462,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdealClock","instanceClass":null,"abstract":false,"id":463,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":464,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":465,"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":"expr","changeable":true,"lowerBound":0,"iD":false,"id":466,"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":"onClock","changeable":true,"lowerBound":0,"iD":false,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"name":"s","id":472,"value":0,"literal":"s","eClass":"EEnumLiteral"},{"name":"ms","id":473,"value":1,"literal":"ms","eClass":"EEnumLiteral"},{"name":"us","id":474,"value":2,"literal":"us","eClass":"EEnumLiteral"},{"name":"ns","id":475,"value":3,"literal":"ns","eClass":"EEnumLiteral"},{"name":"min","id":476,"value":4,"literal":"min","eClass":"EEnumLiteral"},{"name":"hrs","id":477,"value":5,"literal":"hrs","eClass":"EEnumLiteral"},{"name":"day","id":478,"value":6,"literal":"day","eClass":"EEnumLiteral"},{"name":"tick","id":479,"value":0,"literal":"tick","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"unique":true,"name":"currentTime","lowerBound":1,"id":480,"many":false,"required":true,"eClass":"EOperation"},{"id":481,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TilerSpecification","instanceClass":null,"abstract":false,"id":482,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShapeSpecification","instanceClass":null,"abstract":false,"id":483,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"paving","changeable":true,"resolveProxies":true,"lowerBound":1,"id":485,"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":false,"name":"fitting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"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":"size","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":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":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":0},{"source":9,"target":1},{"source":9,"target":18},{"source":9,"target":19},{"source":9,"target":20},{"source":9,"target":21},{"source":9,"target":22},{"source":9,"target":23},{"source":9,"target":24},{"source":18,"target":9},{"source":19,"target":9},{"source":20,"target":9},{"source":21,"target":9},{"source":22,"target":9},{"source":23,"target":9},{"source":24,"target":9},{"source":10,"target":1},{"source":10,"target":25},{"source":10,"target":26},{"source":10,"target":27},{"source":25,"target":10},{"source":26,"target":10},{"source":27,"target":10},{"source":11,"target":1},{"source":11,"target":28},{"source":11,"target":29},{"source":11,"target":30},{"source":11,"target":31},{"source":11,"target":32},{"source":28,"target":11},{"source":29,"target":11},{"source":30,"target":11},{"source":31,"target":11},{"source":32,"target":11},{"source":12,"target":1},{"source":12,"target":33},{"source":12,"target":34},{"source":12,"target":35},{"source":12,"target":36},{"source":12,"target":37},{"source":33,"target":12},{"source":34,"target":12},{"source":35,"target":12},{"source":36,"target":12},{"source":37,"target":12},{"source":13,"target":1},{"source":13,"target":38},{"source":13,"target":39},{"source":13,"target":40},{"source":38,"target":13},{"source":39,"target":13},{"source":40,"target":13},{"source":14,"target":1},{"source":14,"target":41},{"source":14,"target":42},{"source":14,"target":43},{"source":14,"target":44},{"source":14,"target":45},{"source":41,"target":14},{"source":42,"target":14},{"source":43,"target":14},{"source":44,"target":14},{"source":45,"target":14},{"source":15,"target":1},{"source":15,"target":46},{"source":15,"target":47},{"source":15,"target":48},{"source":46,"target":15},{"source":47,"target":15},{"source":48,"target":15},{"source":16,"target":1},{"source":16,"target":49},{"source":16,"target":50},{"source":49,"target":16},{"source":50,"target":16},{"source":17,"target":1},{"source":17,"target":51},{"source":17,"target":52},{"source":17,"target":53},{"source":51,"target":17},{"source":52,"target":17},{"source":53,"target":17},{"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":0},{"source":54,"target":2},{"source":54,"target":62},{"source":62,"target":63},{"source":62,"target":64},{"source":62,"target":54},{"source":64,"target":63},{"source":55,"target":2},{"source":55,"target":65},{"source":55,"target":66},{"source":55,"target":67},{"source":55,"target":68},{"source":55,"target":69},{"source":55,"target":70},{"source":55,"target":71},{"source":55,"target":72},{"source":65,"target":55},{"source":66,"target":55},{"source":67,"target":55},{"source":68,"target":55},{"source":69,"target":55},{"source":70,"target":55},{"source":71,"target":55},{"source":72,"target":55},{"source":56,"target":2},{"source":56,"target":73},{"source":56,"target":74},{"source":56,"target":75},{"source":56,"target":76},{"source":56,"target":77},{"source":56,"target":78},{"source":56,"target":79},{"source":73,"target":56},{"source":74,"target":56},{"source":75,"target":56},{"source":76,"target":56},{"source":77,"target":56},{"source":78,"target":56},{"source":79,"target":56},{"source":57,"target":2},{"source":57,"target":80},{"source":57,"target":81},{"source":57,"target":82},{"source":57,"target":83},{"source":80,"target":57},{"source":81,"target":57},{"source":82,"target":57},{"source":83,"target":57},{"source":58,"target":2},{"source":58,"target":84},{"source":58,"target":85},{"source":58,"target":86},{"source":58,"target":87},{"source":58,"target":88},{"source":84,"target":54},{"source":84,"target":89},{"source":84,"target":58},{"source":89,"target":54},{"source":85,"target":59},{"source":85,"target":90},{"source":85,"target":58},{"source":90,"target":59},{"source":86,"target":60},{"source":86,"target":91},{"source":86,"target":58},{"source":91,"target":60},{"source":87,"target":61},{"source":87,"target":92},{"source":87,"target":58},{"source":92,"target":61},{"source":88,"target":93},{"source":88,"target":94},{"source":88,"target":58},{"source":94,"target":93},{"source":59,"target":2},{"source":59,"target":95},{"source":95,"target":96},{"source":95,"target":97},{"source":95,"target":59},{"source":97,"target":96},{"source":60,"target":2},{"source":60,"target":59},{"source":60,"target":98},{"source":60,"target":99},{"source":60,"target":100},{"source":98,"target":63},{"source":98,"target":101},{"source":98,"target":60},{"source":101,"target":63},{"source":99,"target":63},{"source":99,"target":102},{"source":99,"target":60},{"source":102,"target":63},{"source":100,"target":59},{"source":61,"target":2},{"source":61,"target":59},{"source":61,"target":103},{"source":61,"target":104},{"source":61,"target":105},{"source":61,"target":106},{"source":61,"target":107},{"source":61,"target":108},{"source":103,"target":57},{"source":103,"target":109},{"source":103,"target":61},{"source":109,"target":57},{"source":104,"target":110},{"source":104,"target":111},{"source":104,"target":61},{"source":111,"target":110},{"source":105,"target":63},{"source":105,"target":112},{"source":105,"target":61},{"source":112,"target":63},{"source":106,"target":63},{"source":106,"target":113},{"source":106,"target":61},{"source":113,"target":63},{"source":107,"target":96},{"source":107,"target":114},{"source":107,"target":61},{"source":114,"target":96},{"source":108,"target":59},{"source":3,"target":115},{"source":3,"target":116},{"source":3,"target":117},{"source":3,"target":118},{"source":3,"target":119},{"source":3,"target":120},{"source":3,"target":121},{"source":3,"target":122},{"source":3,"target":123},{"source":3,"target":96},{"source":3,"target":124},{"source":3,"target":125},{"source":3,"target":126},{"source":3,"target":127},{"source":3,"target":128},{"source":3,"target":129},{"source":3,"target":130},{"source":3,"target":131},{"source":3,"target":132},{"source":3,"target":133},{"source":3,"target":134},{"source":3,"target":135},{"source":3,"target":136},{"source":3,"target":137},{"source":3,"target":138},{"source":3,"target":139},{"source":3,"target":140},{"source":3,"target":141},{"source":3,"target":63},{"source":3,"target":0},{"source":115,"target":3},{"source":115,"target":142},{"source":115,"target":143},{"source":115,"target":144},{"source":115,"target":145},{"source":142,"target":115},{"source":143,"target":115},{"source":144,"target":115},{"source":145,"target":115},{"source":116,"target":3},{"source":116,"target":146},{"source":116,"target":147},{"source":146,"target":116},{"source":147,"target":116},{"source":117,"target":3},{"source":117,"target":148},{"source":117,"target":149},{"source":117,"target":150},{"source":117,"target":151},{"source":117,"target":152},{"source":117,"target":153},{"source":117,"target":154},{"source":117,"target":155},{"source":117,"target":156},{"source":148,"target":117},{"source":149,"target":117},{"source":150,"target":117},{"source":151,"target":117},{"source":152,"target":117},{"source":153,"target":117},{"source":154,"target":117},{"source":155,"target":117},{"source":156,"target":117},{"source":118,"target":3},{"source":118,"target":157},{"source":118,"target":158},{"source":118,"target":159},{"source":118,"target":160},{"source":118,"target":161},{"source":118,"target":162},{"source":118,"target":163},{"source":118,"target":164},{"source":118,"target":165},{"source":118,"target":166},{"source":118,"target":167},{"source":118,"target":168},{"source":118,"target":169},{"source":118,"target":170},{"source":118,"target":171},{"source":118,"target":172},{"source":157,"target":118},{"source":157,"target":173},{"source":173,"target":174},{"source":173,"target":175},{"source":173,"target":157},{"source":175,"target":174},{"source":158,"target":118},{"source":158,"target":176},{"source":158,"target":177},{"source":176,"target":174},{"source":176,"target":178},{"source":176,"target":158},{"source":178,"target":174},{"source":177,"target":110},{"source":177,"target":179},{"source":177,"target":158},{"source":179,"target":110},{"source":159,"target":118},{"source":159,"target":180},{"source":180,"target":174},{"source":180,"target":181},{"source":180,"target":159},{"source":181,"target":174},{"source":160,"target":118},{"source":160,"target":182},{"source":160,"target":183},{"source":182,"target":110},{"source":182,"target":184},{"source":182,"target":160},{"source":184,"target":110},{"source":183,"target":174},{"source":183,"target":185},{"source":183,"target":160},{"source":185,"target":174},{"source":161,"target":118},{"source":161,"target":186},{"source":161,"target":187},{"source":186,"target":174},{"source":186,"target":188},{"source":186,"target":161},{"source":188,"target":174},{"source":187,"target":174},{"source":187,"target":189},{"source":187,"target":161},{"source":189,"target":174},{"source":162,"target":118},{"source":162,"target":190},{"source":190,"target":174},{"source":190,"target":191},{"source":190,"target":162},{"source":191,"target":174},{"source":163,"target":118},{"source":163,"target":192},{"source":163,"target":193},{"source":192,"target":174},{"source":192,"target":194},{"source":192,"target":163},{"source":194,"target":174},{"source":193,"target":174},{"source":193,"target":195},{"source":193,"target":163},{"source":195,"target":174},{"source":164,"target":118},{"source":164,"target":196},{"source":164,"target":197},{"source":196,"target":198},{"source":196,"target":164},{"source":197,"target":174},{"source":197,"target":199},{"source":197,"target":164},{"source":199,"target":174},{"source":165,"target":118},{"source":165,"target":200},{"source":200,"target":174},{"source":200,"target":201},{"source":200,"target":165},{"source":201,"target":174},{"source":166,"target":118},{"source":166,"target":202},{"source":166,"target":203},{"source":166,"target":204},{"source":202,"target":174},{"source":202,"target":205},{"source":202,"target":166},{"source":205,"target":174},{"source":203,"target":174},{"source":203,"target":206},{"source":203,"target":166},{"source":206,"target":174},{"source":204,"target":174},{"source":204,"target":207},{"source":204,"target":166},{"source":207,"target":174},{"source":167,"target":118},{"source":167,"target":208},{"source":208,"target":174},{"source":208,"target":209},{"source":208,"target":167},{"source":209,"target":174},{"source":168,"target":210},{"source":168,"target":211},{"source":168,"target":118},{"source":211,"target":210},{"source":169,"target":115},{"source":169,"target":212},{"source":169,"target":118},{"source":212,"target":115},{"source":170,"target":117},{"source":170,"target":213},{"source":170,"target":118},{"source":213,"target":117},{"source":171,"target":116},{"source":171,"target":214},{"source":171,"target":118},{"source":214,"target":116},{"source":172,"target":215},{"source":172,"target":118},{"source":119,"target":3},{"source":119,"target":120},{"source":119,"target":216},{"source":119,"target":217},{"source":119,"target":218},{"source":216,"target":11},{"source":216,"target":219},{"source":216,"target":119},{"source":219,"target":11},{"source":217,"target":174},{"source":217,"target":220},{"source":217,"target":119},{"source":220,"target":174},{"source":218,"target":120},{"source":120,"target":3},{"source":120,"target":118},{"source":120,"target":221},{"source":120,"target":222},{"source":221,"target":174},{"source":221,"target":223},{"source":221,"target":120},{"source":223,"target":174},{"source":222,"target":118},{"source":121,"target":3},{"source":121,"target":118},{"source":121,"target":224},{"source":121,"target":225},{"source":224,"target":226},{"source":224,"target":227},{"source":224,"target":121},{"source":227,"target":226},{"source":225,"target":118},{"source":122,"target":3},{"source":122,"target":118},{"source":122,"target":228},{"source":122,"target":229},{"source":228,"target":230},{"source":228,"target":231},{"source":228,"target":122},{"source":231,"target":230},{"source":229,"target":118},{"source":123,"target":3},{"source":123,"target":118},{"source":123,"target":232},{"source":123,"target":233},{"source":232,"target":93},{"source":232,"target":234},{"source":232,"target":123},{"source":234,"target":93},{"source":233,"target":118},{"source":96,"target":3},{"source":96,"target":118},{"source":96,"target":235},{"source":96,"target":236},{"source":235,"target":110},{"source":235,"target":237},{"source":235,"target":96},{"source":237,"target":110},{"source":236,"target":118},{"source":124,"target":3},{"source":124,"target":118},{"source":124,"target":238},{"source":124,"target":239},{"source":238,"target":240},{"source":238,"target":241},{"source":238,"target":124},{"source":241,"target":240},{"source":239,"target":118},{"source":125,"target":3},{"source":125,"target":120},{"source":125,"target":242},{"source":125,"target":243},{"source":125,"target":244},{"source":242,"target":13},{"source":242,"target":245},{"source":242,"target":125},{"source":245,"target":13},{"source":243,"target":174},{"source":243,"target":246},{"source":243,"target":125},{"source":246,"target":174},{"source":244,"target":120},{"source":126,"target":3},{"source":126,"target":120},{"source":126,"target":247},{"source":126,"target":248},{"source":126,"target":249},{"source":247,"target":10},{"source":247,"target":250},{"source":247,"target":126},{"source":250,"target":10},{"source":248,"target":174},{"source":248,"target":251},{"source":248,"target":126},{"source":251,"target":174},{"source":249,"target":120},{"source":127,"target":3},{"source":127,"target":120},{"source":127,"target":252},{"source":127,"target":253},{"source":127,"target":254},{"source":252,"target":12},{"source":252,"target":255},{"source":252,"target":127},{"source":255,"target":12},{"source":253,"target":174},{"source":253,"target":256},{"source":253,"target":127},{"source":256,"target":174},{"source":254,"target":120},{"source":128,"target":3},{"source":128,"target":120},{"source":128,"target":257},{"source":128,"target":258},{"source":128,"target":259},{"source":257,"target":14},{"source":257,"target":260},{"source":257,"target":128},{"source":260,"target":14},{"source":258,"target":174},{"source":258,"target":261},{"source":258,"target":128},{"source":261,"target":174},{"source":259,"target":120},{"source":129,"target":3},{"source":129,"target":120},{"source":129,"target":262},{"source":129,"target":263},{"source":129,"target":264},{"source":262,"target":15},{"source":262,"target":265},{"source":262,"target":129},{"source":265,"target":15},{"source":263,"target":174},{"source":263,"target":266},{"source":263,"target":129},{"source":266,"target":174},{"source":264,"target":120},{"source":130,"target":3},{"source":130,"target":120},{"source":130,"target":267},{"source":130,"target":268},{"source":130,"target":269},{"source":267,"target":16},{"source":267,"target":270},{"source":267,"target":130},{"source":270,"target":16},{"source":268,"target":174},{"source":268,"target":271},{"source":268,"target":130},{"source":271,"target":174},{"source":269,"target":120},{"source":131,"target":3},{"source":131,"target":272},{"source":131,"target":273},{"source":131,"target":274},{"source":131,"target":275},{"source":131,"target":276},{"source":131,"target":277},{"source":131,"target":278},{"source":272,"target":132},{"source":272,"target":279},{"source":272,"target":131},{"source":279,"target":132},{"source":273,"target":133},{"source":273,"target":280},{"source":273,"target":131},{"source":280,"target":133},{"source":274,"target":134},{"source":274,"target":281},{"source":274,"target":131},{"source":281,"target":134},{"source":275,"target":135},{"source":275,"target":282},{"source":275,"target":131},{"source":282,"target":135},{"source":276,"target":136},{"source":276,"target":283},{"source":276,"target":131},{"source":283,"target":136},{"source":277,"target":137},{"source":277,"target":284},{"source":277,"target":131},{"source":284,"target":137},{"source":278,"target":138},{"source":278,"target":285},{"source":278,"target":131},{"source":285,"target":138},{"source":132,"target":3},{"source":132,"target":286},{"source":132,"target":287},{"source":132,"target":288},{"source":132,"target":289},{"source":286,"target":63},{"source":286,"target":290},{"source":286,"target":132},{"source":290,"target":63},{"source":287,"target":63},{"source":287,"target":291},{"source":287,"target":132},{"source":291,"target":63},{"source":288,"target":63},{"source":288,"target":292},{"source":288,"target":132},{"source":292,"target":63},{"source":289,"target":96},{"source":289,"target":293},{"source":289,"target":132},{"source":293,"target":96},{"source":133,"target":3},{"source":133,"target":294},{"source":294,"target":118},{"source":294,"target":295},{"source":294,"target":133},{"source":295,"target":118},{"source":134,"target":3},{"source":134,"target":133},{"source":134,"target":296},{"source":134,"target":297},{"source":134,"target":298},{"source":134,"target":299},{"source":134,"target":300},{"source":134,"target":301},{"source":296,"target":63},{"source":296,"target":302},{"source":296,"target":134},{"source":302,"target":63},{"source":297,"target":63},{"source":297,"target":303},{"source":297,"target":134},{"source":303,"target":63},{"source":298,"target":63},{"source":298,"target":304},{"source":298,"target":134},{"source":304,"target":63},{"source":299,"target":63},{"source":299,"target":305},{"source":299,"target":134},{"source":305,"target":63},{"source":300,"target":96},{"source":300,"target":306},{"source":300,"target":134},{"source":306,"target":96},{"source":301,"target":133},{"source":135,"target":3},{"source":135,"target":133},{"source":135,"target":307},{"source":135,"target":308},{"source":135,"target":309},{"source":307,"target":63},{"source":307,"target":310},{"source":307,"target":135},{"source":310,"target":63},{"source":308,"target":63},{"source":308,"target":311},{"source":308,"target":135},{"source":311,"target":63},{"source":309,"target":133},{"source":136,"target":3},{"source":136,"target":312},{"source":136,"target":313},{"source":312,"target":96},{"source":312,"target":314},{"source":312,"target":136},{"source":314,"target":96},{"source":313,"target":63},{"source":313,"target":315},{"source":313,"target":136},{"source":315,"target":63},{"source":137,"target":3},{"source":137,"target":133},{"source":137,"target":316},{"source":137,"target":317},{"source":137,"target":318},{"source":137,"target":319},{"source":316,"target":63},{"source":316,"target":320},{"source":316,"target":137},{"source":320,"target":63},{"source":317,"target":63},{"source":317,"target":321},{"source":317,"target":137},{"source":321,"target":63},{"source":318,"target":63},{"source":318,"target":322},{"source":318,"target":137},{"source":322,"target":63},{"source":319,"target":133},{"source":138,"target":3},{"source":138,"target":323},{"source":138,"target":324},{"source":138,"target":325},{"source":323,"target":63},{"source":323,"target":326},{"source":323,"target":138},{"source":326,"target":63},{"source":324,"target":119},{"source":324,"target":327},{"source":324,"target":138},{"source":327,"target":119},{"source":325,"target":328},{"source":325,"target":138},{"source":139,"target":3},{"source":139,"target":120},{"source":139,"target":329},{"source":139,"target":330},{"source":329,"target":93},{"source":329,"target":331},{"source":329,"target":139},{"source":331,"target":93},{"source":330,"target":120},{"source":140,"target":3},{"source":140,"target":120},{"source":140,"target":332},{"source":140,"target":333},{"source":332,"target":93},{"source":332,"target":334},{"source":332,"target":140},{"source":334,"target":93},{"source":333,"target":120},{"source":141,"target":3},{"source":141,"target":120},{"source":141,"target":335},{"source":141,"target":336},{"source":141,"target":337},{"source":335,"target":17},{"source":335,"target":338},{"source":335,"target":141},{"source":338,"target":17},{"source":336,"target":174},{"source":336,"target":339},{"source":336,"target":141},{"source":339,"target":174},{"source":337,"target":120},{"source":63,"target":3},{"source":63,"target":120},{"source":63,"target":340},{"source":63,"target":341},{"source":63,"target":342},{"source":63,"target":343},{"source":63,"target":344},{"source":63,"target":345},{"source":340,"target":9},{"source":340,"target":346},{"source":340,"target":63},{"source":346,"target":9},{"source":341,"target":93},{"source":341,"target":347},{"source":341,"target":63},{"source":347,"target":93},{"source":342,"target":174},{"source":342,"target":348},{"source":342,"target":63},{"source":348,"target":174},{"source":343,"target":174},{"source":343,"target":349},{"source":343,"target":63},{"source":349,"target":174},{"source":344,"target":174},{"source":344,"target":350},{"source":344,"target":63},{"source":350,"target":174},{"source":345,"target":120},{"source":4,"target":351},{"source":4,"target":352},{"source":4,"target":353},{"source":4,"target":354},{"source":4,"target":355},{"source":4,"target":356},{"source":4,"target":357},{"source":4,"target":358},{"source":4,"target":359},{"source":4,"target":360},{"source":4,"target":361},{"source":4,"target":362},{"source":4,"target":210},{"source":4,"target":0},{"source":351,"target":4},{"source":351,"target":363},{"source":351,"target":364},{"source":363,"target":110},{"source":363,"target":365},{"source":363,"target":351},{"source":363,"target":366},{"source":365,"target":110},{"source":366,"target":110},{"source":366,"target":367},{"source":366,"target":363},{"source":367,"target":110},{"source":364,"target":110},{"source":364,"target":368},{"source":364,"target":351},{"source":368,"target":110},{"source":352,"target":4},{"source":352,"target":369},{"source":352,"target":370},{"source":369,"target":351},{"source":369,"target":371},{"source":369,"target":352},{"source":369,"target":372},{"source":371,"target":351},{"source":372,"target":373},{"source":372,"target":369},{"source":370,"target":351},{"source":370,"target":374},{"source":370,"target":352},{"source":374,"target":351},{"source":353,"target":4},{"source":353,"target":375},{"source":375,"target":110},{"source":375,"target":376},{"source":375,"target":353},{"source":376,"target":110},{"source":354,"target":4},{"source":354,"target":377},{"source":354,"target":378},{"source":354,"target":379},{"source":377,"target":354},{"source":378,"target":354},{"source":379,"target":354},{"source":355,"target":4},{"source":355,"target":380},{"source":355,"target":381},{"source":355,"target":382},{"source":355,"target":383},{"source":355,"target":384},{"source":355,"target":385},{"source":380,"target":230},{"source":380,"target":386},{"source":380,"target":355},{"source":380,"target":387},{"source":386,"target":230},{"source":387,"target":355},{"source":387,"target":388},{"source":387,"target":380},{"source":388,"target":355},{"source":381,"target":230},{"source":381,"target":389},{"source":381,"target":355},{"source":381,"target":390},{"source":389,"target":230},{"source":390,"target":355},{"source":390,"target":391},{"source":390,"target":381},{"source":391,"target":355},{"source":382,"target":230},{"source":382,"target":392},{"source":382,"target":355},{"source":382,"target":393},{"source":392,"target":230},{"source":393,"target":355},{"source":393,"target":394},{"source":393,"target":382},{"source":394,"target":355},{"source":383,"target":230},{"source":383,"target":395},{"source":383,"target":355},{"source":383,"target":396},{"source":395,"target":230},{"source":396,"target":355},{"source":396,"target":397},{"source":396,"target":383},{"source":397,"target":355},{"source":384,"target":230},{"source":384,"target":398},{"source":384,"target":355},{"source":384,"target":399},{"source":398,"target":230},{"source":399,"target":355},{"source":399,"target":400},{"source":399,"target":384},{"source":400,"target":355},{"source":385,"target":230},{"source":385,"target":401},{"source":385,"target":355},{"source":385,"target":402},{"source":401,"target":230},{"source":402,"target":355},{"source":402,"target":403},{"source":402,"target":385},{"source":403,"target":355},{"source":356,"target":4},{"source":356,"target":404},{"source":356,"target":405},{"source":356,"target":406},{"source":405,"target":407},{"source":405,"target":356},{"source":405,"target":408},{"source":407,"target":404},{"source":408,"target":409},{"source":408,"target":405},{"source":406,"target":410},{"source":406,"target":356},{"source":410,"target":404},{"source":357,"target":4},{"source":357,"target":411},{"source":357,"target":412},{"source":357,"target":413},{"source":413,"target":414},{"source":413,"target":357},{"source":414,"target":412},{"source":358,"target":4},{"source":358,"target":415},{"source":415,"target":174},{"source":415,"target":416},{"source":415,"target":358},{"source":416,"target":174},{"source":359,"target":4},{"source":359,"target":417},{"source":417,"target":119},{"source":417,"target":418},{"source":417,"target":359},{"source":418,"target":119},{"source":360,"target":4},{"source":360,"target":419},{"source":419,"target":121},{"source":419,"target":420},{"source":419,"target":360},{"source":420,"target":121},{"source":361,"target":4},{"source":361,"target":421},{"source":361,"target":422},{"source":421,"target":174},{"source":421,"target":423},{"source":421,"target":361},{"source":421,"target":424},{"source":423,"target":174},{"source":424,"target":425},{"source":424,"target":421},{"source":422,"target":174},{"source":422,"target":426},{"source":422,"target":361},{"source":426,"target":174},{"source":362,"target":4},{"source":362,"target":427},{"source":362,"target":428},{"source":427,"target":362},{"source":427,"target":429},{"source":427,"target":430},{"source":429,"target":431},{"source":429,"target":427},{"source":430,"target":361},{"source":430,"target":432},{"source":430,"target":427},{"source":432,"target":361},{"source":428,"target":174},{"source":428,"target":433},{"source":428,"target":362},{"source":433,"target":174},{"source":210,"target":4},{"source":5,"target":434},{"source":5,"target":435},{"source":5,"target":436},{"source":5,"target":437},{"source":5,"target":0},{"source":434,"target":5},{"source":434,"target":438},{"source":434,"target":439},{"source":438,"target":434},{"source":439,"target":434},{"source":435,"target":5},{"source":435,"target":440},{"source":435,"target":441},{"source":440,"target":435},{"source":441,"target":435},{"source":436,"target":5},{"source":436,"target":442},{"source":436,"target":443},{"source":436,"target":444},{"source":436,"target":445},{"source":436,"target":446},{"source":442,"target":436},{"source":443,"target":436},{"source":444,"target":436},{"source":445,"target":436},{"source":446,"target":436},{"source":437,"target":5},{"source":437,"target":447},{"source":437,"target":448},{"source":437,"target":449},{"source":437,"target":450},{"source":437,"target":451},{"source":437,"target":452},{"source":437,"target":453},{"source":437,"target":454},{"source":437,"target":455},{"source":437,"target":456},{"source":437,"target":457},{"source":447,"target":437},{"source":448,"target":437},{"source":449,"target":437},{"source":450,"target":437},{"source":451,"target":437},{"source":452,"target":437},{"source":453,"target":437},{"source":454,"target":437},{"source":455,"target":437},{"source":456,"target":437},{"source":457,"target":437},{"source":6,"target":458},{"source":6,"target":459},{"source":6,"target":460},{"source":6,"target":461},{"source":6,"target":462},{"source":6,"target":463},{"source":6,"target":0},{"source":458,"target":6},{"source":458,"target":464},{"source":458,"target":465},{"source":458,"target":466},{"source":458,"target":467},{"source":464,"target":459},{"source":464,"target":468},{"source":464,"target":458},{"source":468,"target":459},{"source":465,"target":174},{"source":465,"target":469},{"source":465,"target":458},{"source":469,"target":174},{"source":466,"target":460},{"source":466,"target":470},{"source":466,"target":458},{"source":470,"target":460},{"source":467,"target":93},{"source":467,"target":471},{"source":467,"target":458},{"source":471,"target":93},{"source":459,"target":6},{"source":460,"target":6},{"source":461,"target":6},{"source":461,"target":472},{"source":461,"target":473},{"source":461,"target":474},{"source":461,"target":475},{"source":461,"target":476},{"source":461,"target":477},{"source":461,"target":478},{"source":472,"target":461},{"source":473,"target":461},{"source":474,"target":461},{"source":475,"target":461},{"source":476,"target":461},{"source":477,"target":461},{"source":478,"target":461},{"source":462,"target":6},{"source":462,"target":479},{"source":479,"target":462},{"source":463,"target":6},{"source":463,"target":480},{"source":480,"target":174},{"source":480,"target":481},{"source":480,"target":463},{"source":481,"target":174},{"source":7,"target":482},{"source":7,"target":483},{"source":7,"target":0},{"source":482,"target":7},{"source":482,"target":484},{"source":482,"target":485},{"source":482,"target":486},{"source":484,"target":351},{"source":484,"target":487},{"source":484,"target":482},{"source":487,"target":351},{"source":485,"target":352},{"source":485,"target":488},{"source":485,"target":482},{"source":488,"target":352},{"source":486,"target":351},{"source":486,"target":489},{"source":486,"target":482},{"source":489,"target":351},{"source":483,"target":7},{"source":483,"target":490},{"source":490,"target":226},{"source":490,"target":491},{"source":490,"target":483},{"source":491,"target":226},{"source":8,"target":110},{"source":8,"target":230},{"source":8,"target":226},{"source":8,"target":93},{"source":8,"target":240},{"source":8,"target":174},{"source":8,"target":0},{"source":110,"target":8},{"source":230,"target":8},{"source":226,"target":8},{"source":93,"target":8},{"source":240,"target":8},{"source":174,"target":8}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fieldofactivityannotations" nsURI="http://sdq.ipd.kit.edu/KAPSFieldofactivityannotations/0.1" nsPrefix="fieldofactivityannotations"> <eClassifiers xsi:type="ecore:EClass" name="FieldOfActivityAnnotationRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="calibrationSpecification" eType="#//CalibrationSpecification" containment="true" eOpposite="#//CalibrationSpecification/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="testSpecification" eType="#//TestSpecification" containment="true" eOpposite="#//TestSpecification/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stockSpecification" eType="#//StockSpecification" containment="true" eOpposite="#//StockSpecification/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hmiSpecification" eType="#//HMISpecification" containment="true" eOpposite="#//HMISpecification/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ecadSpecification" eType="#//ECADSpecification" containment="true" eOpposite="#//ECADSpecification/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentationSpecification" eType="#//DocumentationSpecification" containment="true" eOpposite="#//DocumentationSpecification/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staffSpecification" eType="#//StaffSpecification" containment="true" eOpposite="#//StaffSpecification/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//FieldOfActivityAnnotationRepository" eOpposite="#//FieldOfActivityAnnotationRepository/testSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemTests" upperBound="-1" eType="#//SystemTest" containment="true" eOpposite="#//SystemTest/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StockSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//FieldOfActivityAnnotationRepository" eOpposite="#//FieldOfActivityAnnotationRepository/stockSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentStockList" upperBound="-1" eType="#//ComponentStockList" containment="true" eOpposite="#//ComponentStockList/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceStockList" upperBound="-1" eType="#//InterfaceStockList" containment="true" eOpposite="#//InterfaceStockList/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleStockList" upperBound="-1" eType="#//ModuleStockList" containment="true" eOpposite="#//ModuleStockList/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structureStockList" upperBound="-1" eType="#//StructureStockList" containment="true" eOpposite="#//StructureStockList/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HMISpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//FieldOfActivityAnnotationRepository" eOpposite="#//FieldOfActivityAnnotationRepository/hmiSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hmiConfig" upperBound="-1" eType="#//HMIConfiguration" containment="true" eOpposite="#//HMIConfiguration/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ECADSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//FieldOfActivityAnnotationRepository" eOpposite="#//FieldOfActivityAnnotationRepository/ecadSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="drawings" upperBound="-1" eType="#//Drawing" containment="true" eOpposite="#//Drawing/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentationSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//FieldOfActivityAnnotationRepository" eOpposite="#//FieldOfActivityAnnotationRepository/documentationSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentDocumentation" upperBound="-1" eType="#//ComponentDocumentationFiles" containment="true" eOpposite="#//ComponentDocumentationFiles/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="moduleDocumentation" upperBound="-1" eType="#//ModuleDocumentationFiles" containment="true" eOpposite="#//ModuleDocumentationFiles/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceDocumentation" upperBound="-1" eType="#//InterfaceDocumentationFiles" containment="true" eOpposite="#//InterfaceDocumentationFiles/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structureDocumentation" upperBound="-1" eType="#//StructureDocumentationFiles" containment="true" eOpposite="#//StructureDocumentationFiles/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaffSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//FieldOfActivityAnnotationRepository" eOpposite="#//FieldOfActivityAnnotationRepository/staffSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="personList" lowerBound="1" eType="#//PersonList" containment="true" eOpposite="#//PersonList/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleList" lowerBound="1" eType="#//RoleList" containment="true" eOpposite="#//RoleList/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalibrationSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//FieldOfActivityAnnotationRepository" eOpposite="#//FieldOfActivityAnnotationRepository/calibrationSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calibrationConfig" upperBound="-1" eType="#//CalibrationConfiguration" containment="true" eOpposite="#//CalibrationConfiguration/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalibrationConfiguration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//CalibrationSpecification" eOpposite="#//CalibrationSpecification/calibrationConfig"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//ComponentRepository/Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//ModuleRepository/Module"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//InterfaceRepository/Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structures" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//StructureRepository/Structure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HMIConfiguration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//ComponentRepository/Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//ModuleRepository/Module"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//InterfaceRepository/Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structures" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//StructureRepository/Structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//HMISpecification" eOpposite="#//HMISpecification/hmiConfig"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PersonList"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//StaffSpecification" eOpposite="#//StaffSpecification/personList"/> <eStructuralFeatures xsi:type="ecore:EReference" name="persons" upperBound="-1" eType="#//Person" containment="true" eOpposite="#//Person/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//PersonList" eOpposite="#//PersonList/persons"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1" eType="#//Role" eOpposite="#//Role/person"/> <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="Role" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//RoleList" eOpposite="#//RoleList/roles"/> <eStructuralFeatures xsi:type="ecore:EReference" name="person" upperBound="-1" eType="#//Person" eOpposite="#//Person/roles"/> <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="RoleList"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//StaffSpecification" eOpposite="#//StaffSpecification/roleList"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1" eType="#//Role" containment="true" eOpposite="#//Role/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="File" abstract="true"> <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="TestCase" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemTest" eSuperTypes="#//TestCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//TestSpecification" eOpposite="#//TestSpecification/systemTests"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnderTest" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//Plant"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Engineer" eSuperTypes="#//Role"/> <eClassifiers xsi:type="ecore:EClass" name="Purchaser" eSuperTypes="#//Role"/> <eClassifiers xsi:type="ecore:EClass" name="Mechanic" eSuperTypes="#//Role"/> <eClassifiers xsi:type="ecore:EClass" name="Documentation" eSuperTypes="#//File"/> <eClassifiers xsi:type="ecore:EClass" name="Drawing" eSuperTypes="#//File"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//ECADSpecification" eOpposite="#//ECADSpecification/drawings"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentDrawing" eSuperTypes="#//Drawing"> <eStructuralFeatures xsi:type="ecore:EReference" name="drawn_component" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//ComponentRepository/Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleDrawing" eSuperTypes="#//Drawing"> <eStructuralFeatures xsi:type="ecore:EReference" name="drawn_module" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//ModuleRepository/Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceDrawing" eSuperTypes="#//Drawing"> <eStructuralFeatures xsi:type="ecore:EReference" name="drawn_interface" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//InterfaceRepository/Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureDrawing" eSuperTypes="#//Drawing"> <eStructuralFeatures xsi:type="ecore:EReference" name="drawn_structure" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//StructureRepository/Structure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MainteneanceDocumentation" eSuperTypes="#//Documentation"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//DocumentationFiles" eOpposite="#//DocumentationFiles/mainteneance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorInstructions" eSuperTypes="#//Documentation"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//DocumentationFiles" eOpposite="#//DocumentationFiles/instructions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrainingDocIntern" eSuperTypes="#//Documentation"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//DocumentationFiles" eOpposite="#//DocumentationFiles/trainingIntern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrainingDocExternal" eSuperTypes="#//Documentation"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//DocumentationFiles" eOpposite="#//DocumentationFiles/trainingExternal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentationFiles" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="mainteneance" upperBound="-1" eType="#//MainteneanceDocumentation" containment="true" eOpposite="#//MainteneanceDocumentation/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//OperatorInstructions" containment="true" eOpposite="#//OperatorInstructions/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trainingIntern" upperBound="-1" eType="#//TrainingDocIntern" containment="true" eOpposite="#//TrainingDocIntern/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trainingExternal" upperBound="-1" eType="#//TrainingDocExternal" containment="true" eOpposite="#//TrainingDocExternal/parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentDocumentationFiles" eSuperTypes="#//DocumentationFiles"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//DocumentationSpecification" eOpposite="#//DocumentationSpecification/componentDocumentation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentedComponent" lowerBound="1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//ComponentRepository/Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleDocumentationFiles" eSuperTypes="#//DocumentationFiles"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//DocumentationSpecification" eOpposite="#//DocumentationSpecification/moduleDocumentation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentedModule" lowerBound="1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//ModuleRepository/Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceDocumentationFiles" eSuperTypes="#//DocumentationFiles"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//DocumentationSpecification" eOpposite="#//DocumentationSpecification/interfaceDocumentation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentedInterface" lowerBound="1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//InterfaceRepository/Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureDocumentationFiles" eSuperTypes="#//DocumentationFiles"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//DocumentationSpecification" eOpposite="#//DocumentationSpecification/structureDocumentation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentedStructure" lowerBound="1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//StructureRepository/Structure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StockList" eSuperTypes="#//File"/> <eClassifiers xsi:type="ecore:EClass" name="ComponentStockList" eSuperTypes="#//StockList"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//StockSpecification" eOpposite="#//StockSpecification/componentStockList"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//ComponentRepository/Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceStockList" eSuperTypes="#//StockList"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//StockSpecification" eOpposite="#//StockSpecification/interfaceStockList"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//InterfaceRepository/Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleStockList" eSuperTypes="#//StockList"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//StockSpecification" eOpposite="#//StockSpecification/moduleStockList"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//ModuleRepository/Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureStockList" eSuperTypes="#//StockList"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//StockSpecification" eOpposite="#//StockSpecification/structureStockList"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structures" upperBound="-1" eType="ecore:EClass ../../edu.kit.ipd.sdq.kamp4aps.aps/model/aPS.ecore#//StructureRepository/Structure"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kit-sdq/Metamodel-Reference-Architecture-Validation/casestudies/kamp4aps/metamodel/original/edu.kit.ipd.sdq.kamp4aps.model.fieldofactivityannotations/model/KAMP4APSFieldofactivityannotations.ecore
ecore
fieldofactivityannotations FieldOfActivityAnnotationRepository calibrationSpecification testSpecification stockSpecification hmiSpecification ecadSpecification documentationSpecification staffSpecification TestSpecification parent systemTests role StockSpecification parent componentStockList interfaceStockList moduleStockList structureStockList role HMISpecification parent role hmiConfig ECADSpecification parent drawings role DocumentationSpecification parent componentDocumentation moduleDocumentation interfaceDocumentation structureDocumentation role StaffSpecification parent personList roleList CalibrationSpecification parent role calibrationConfig CalibrationConfiguration name parent components modules interfaces structures HMIConfiguration name components modules interfaces structures parent PersonList parent persons Person parent roles name Role parent person description RoleList parent roles File filename TestCase testName SystemTest parent systemUnderTest Engineer Purchaser Mechanic Documentation Drawing parent ComponentDrawing drawn_component ModuleDrawing drawn_module InterfaceDrawing drawn_interface StructureDrawing drawn_structure MainteneanceDocumentation parent OperatorInstructions parent TrainingDocIntern parent TrainingDocExternal parent DocumentationFiles mainteneance instructions trainingIntern trainingExternal ComponentDocumentationFiles parent documentedComponent ModuleDocumentationFiles parent documentedModule InterfaceDocumentationFiles parent documentedInterface StructureDocumentationFiles parent documentedStructure StockList ComponentStockList parent components InterfaceStockList parent interfaces ModuleStockList parent modules StructureStockList parent structures
null
{"directed":true,"nodes":[{"nsPrefix":"fieldofactivityannotations","nsURI":"http://sdq.ipd.kit.edu/KAPSFieldofactivityannotations/0.1","name":"fieldofactivityannotations","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldOfActivityAnnotationRepository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestSpecification","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StockSpecification","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HMISpecification","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ECADSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationSpecification","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaffSpecification","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalibrationSpecification","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalibrationConfiguration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HMIConfiguration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonList","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleList","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCase","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemTest","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Engineer","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Purchaser","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mechanic","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Drawing","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentDrawing","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleDrawing","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDrawing","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureDrawing","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MainteneanceDocumentation","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorInstructions","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrainingDocIntern","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrainingDocExternal","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationFiles","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentDocumentationFiles","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleDocumentationFiles","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDocumentationFiles","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureDocumentationFiles","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StockList","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentStockList","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceStockList","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleStockList","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureStockList","instanceClass":null,"abstract":false,"id":40,"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":"calibrationSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"testSpecification","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":true,"unsettable":false,"transient":false,"unique":true,"name":"stockSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hmiSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ecadSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentationSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staffSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemTests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"componentStockList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceStockList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleStockList","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":"structureStockList","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":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"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":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hmiConfig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"drawings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"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":"componentDocumentation","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":"moduleDocumentation","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":"interfaceDocumentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structureDocumentation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"personList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calibrationConfig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"container":false,"ordered":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":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","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":false,"unsettable":false,"transient":false,"unique":true,"name":"structures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"persons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","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":false,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testName","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systemUnderTest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"drawn_component","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"drawn_module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"drawn_interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"drawn_structure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"mainteneance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"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":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trainingIntern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"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":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trainingExternal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentedComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentedInterface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentedStructure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":41,"target":8},{"source":41,"target":48},{"source":41,"target":1},{"source":41,"target":49},{"source":48,"target":8},{"source":42,"target":2},{"source":42,"target":50},{"source":42,"target":1},{"source":42,"target":51},{"source":50,"target":2},{"source":43,"target":3},{"source":43,"target":52},{"source":43,"target":1},{"source":43,"target":53},{"source":52,"target":3},{"source":44,"target":4},{"source":44,"target":54},{"source":44,"target":1},{"source":44,"target":55},{"source":54,"target":4},{"source":45,"target":5},{"source":45,"target":56},{"source":45,"target":1},{"source":45,"target":57},{"source":56,"target":5},{"source":46,"target":6},{"source":46,"target":58},{"source":46,"target":1},{"source":46,"target":59},{"source":58,"target":6},{"source":47,"target":7},{"source":47,"target":60},{"source":47,"target":1},{"source":47,"target":61},{"source":60,"target":7},{"source":2,"target":0},{"source":2,"target":51},{"source":2,"target":62},{"source":2,"target":63},{"source":51,"target":1},{"source":51,"target":64},{"source":51,"target":2},{"source":51,"target":42},{"source":64,"target":1},{"source":62,"target":17},{"source":62,"target":65},{"source":62,"target":2},{"source":62,"target":66},{"source":65,"target":17},{"source":63,"target":13},{"source":63,"target":67},{"source":63,"target":2},{"source":67,"target":13},{"source":3,"target":0},{"source":3,"target":53},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":53,"target":1},{"source":53,"target":73},{"source":53,"target":3},{"source":53,"target":43},{"source":73,"target":1},{"source":68,"target":37},{"source":68,"target":74},{"source":68,"target":3},{"source":68,"target":75},{"source":74,"target":37},{"source":69,"target":38},{"source":69,"target":76},{"source":69,"target":3},{"source":69,"target":77},{"source":76,"target":38},{"source":70,"target":39},{"source":70,"target":78},{"source":70,"target":3},{"source":70,"target":79},{"source":78,"target":39},{"source":71,"target":40},{"source":71,"target":80},{"source":71,"target":3},{"source":71,"target":81},{"source":80,"target":40},{"source":72,"target":13},{"source":72,"target":82},{"source":72,"target":3},{"source":82,"target":13},{"source":4,"target":0},{"source":4,"target":55},{"source":4,"target":83},{"source":4,"target":84},{"source":55,"target":1},{"source":55,"target":85},{"source":55,"target":4},{"source":55,"target":44},{"source":85,"target":1},{"source":83,"target":13},{"source":83,"target":86},{"source":83,"target":4},{"source":86,"target":13},{"source":84,"target":10},{"source":84,"target":87},{"source":84,"target":4},{"source":84,"target":88},{"source":87,"target":10},{"source":5,"target":0},{"source":5,"target":57},{"source":5,"target":89},{"source":5,"target":90},{"source":57,"target":1},{"source":57,"target":91},{"source":57,"target":5},{"source":57,"target":45},{"source":91,"target":1},{"source":89,"target":22},{"source":89,"target":92},{"source":89,"target":5},{"source":89,"target":93},{"source":92,"target":22},{"source":90,"target":13},{"source":90,"target":94},{"source":90,"target":5},{"source":94,"target":13},{"source":6,"target":0},{"source":6,"target":59},{"source":6,"target":95},{"source":6,"target":96},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":59,"target":1},{"source":59,"target":100},{"source":59,"target":6},{"source":59,"target":46},{"source":100,"target":1},{"source":95,"target":32},{"source":95,"target":101},{"source":95,"target":6},{"source":95,"target":102},{"source":101,"target":32},{"source":96,"target":33},{"source":96,"target":103},{"source":96,"target":6},{"source":96,"target":104},{"source":103,"target":33},{"source":97,"target":34},{"source":97,"target":105},{"source":97,"target":6},{"source":97,"target":106},{"source":105,"target":34},{"source":98,"target":35},{"source":98,"target":107},{"source":98,"target":6},{"source":98,"target":108},{"source":107,"target":35},{"source":99,"target":13},{"source":99,"target":109},{"source":99,"target":6},{"source":109,"target":13},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":110},{"source":7,"target":111},{"source":61,"target":1},{"source":61,"target":112},{"source":61,"target":7},{"source":61,"target":47},{"source":112,"target":1},{"source":110,"target":11},{"source":110,"target":113},{"source":110,"target":7},{"source":110,"target":114},{"source":113,"target":11},{"source":111,"target":14},{"source":111,"target":115},{"source":111,"target":7},{"source":111,"target":116},{"source":115,"target":14},{"source":8,"target":0},{"source":8,"target":49},{"source":8,"target":117},{"source":8,"target":118},{"source":49,"target":1},{"source":49,"target":119},{"source":49,"target":8},{"source":49,"target":41},{"source":119,"target":1},{"source":117,"target":13},{"source":117,"target":120},{"source":117,"target":8},{"source":120,"target":13},{"source":118,"target":9},{"source":118,"target":121},{"source":118,"target":8},{"source":118,"target":122},{"source":121,"target":9},{"source":9,"target":0},{"source":9,"target":123},{"source":9,"target":122},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":9,"target":127},{"source":123,"target":128},{"source":123,"target":9},{"source":122,"target":8},{"source":122,"target":129},{"source":122,"target":9},{"source":122,"target":118},{"source":129,"target":8},{"source":124,"target":130},{"source":124,"target":9},{"source":125,"target":131},{"source":125,"target":9},{"source":126,"target":132},{"source":126,"target":9},{"source":127,"target":133},{"source":127,"target":9},{"source":10,"target":0},{"source":10,"target":134},{"source":10,"target":135},{"source":10,"target":136},{"source":10,"target":137},{"source":10,"target":138},{"source":10,"target":88},{"source":134,"target":139},{"source":134,"target":10},{"source":135,"target":140},{"source":135,"target":10},{"source":136,"target":141},{"source":136,"target":10},{"source":137,"target":142},{"source":137,"target":10},{"source":138,"target":143},{"source":138,"target":10},{"source":88,"target":4},{"source":88,"target":144},{"source":88,"target":10},{"source":88,"target":84},{"source":144,"target":4},{"source":11,"target":0},{"source":11,"target":114},{"source":11,"target":145},{"source":114,"target":7},{"source":114,"target":146},{"source":114,"target":11},{"source":114,"target":110},{"source":146,"target":7},{"source":145,"target":12},{"source":145,"target":147},{"source":145,"target":11},{"source":145,"target":148},{"source":147,"target":12},{"source":12,"target":0},{"source":12,"target":148},{"source":12,"target":149},{"source":12,"target":150},{"source":148,"target":11},{"source":148,"target":151},{"source":148,"target":12},{"source":148,"target":145},{"source":151,"target":11},{"source":149,"target":13},{"source":149,"target":152},{"source":149,"target":12},{"source":149,"target":153},{"source":152,"target":13},{"source":150,"target":154},{"source":150,"target":12},{"source":13,"target":0},{"source":13,"target":155},{"source":13,"target":153},{"source":13,"target":156},{"source":155,"target":14},{"source":155,"target":157},{"source":155,"target":13},{"source":155,"target":158},{"source":157,"target":14},{"source":153,"target":12},{"source":153,"target":159},{"source":153,"target":13},{"source":153,"target":149},{"source":159,"target":12},{"source":156,"target":160},{"source":156,"target":13},{"source":14,"target":0},{"source":14,"target":116},{"source":14,"target":158},{"source":116,"target":7},{"source":116,"target":161},{"source":116,"target":14},{"source":116,"target":111},{"source":161,"target":7},{"source":158,"target":13},{"source":158,"target":162},{"source":158,"target":14},{"source":158,"target":155},{"source":162,"target":13},{"source":15,"target":0},{"source":15,"target":163},{"source":163,"target":164},{"source":163,"target":15},{"source":16,"target":0},{"source":16,"target":165},{"source":165,"target":166},{"source":165,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":66},{"source":17,"target":167},{"source":17,"target":168},{"source":66,"target":2},{"source":66,"target":169},{"source":66,"target":17},{"source":66,"target":62},{"source":169,"target":2},{"source":167,"target":170},{"source":167,"target":17},{"source":168,"target":16},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":171},{"source":171,"target":13},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":172},{"source":172,"target":13},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":173},{"source":173,"target":13},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":174},{"source":174,"target":15},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":93},{"source":22,"target":175},{"source":93,"target":5},{"source":93,"target":176},{"source":93,"target":22},{"source":93,"target":89},{"source":176,"target":5},{"source":175,"target":15},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":177},{"source":23,"target":178},{"source":177,"target":179},{"source":177,"target":23},{"source":178,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":180},{"source":24,"target":181},{"source":180,"target":182},{"source":180,"target":24},{"source":181,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":183},{"source":25,"target":184},{"source":183,"target":185},{"source":183,"target":25},{"source":184,"target":22},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":186},{"source":26,"target":187},{"source":186,"target":188},{"source":186,"target":26},{"source":187,"target":22},{"source":27,"target":0},{"source":27,"target":21},{"source":27,"target":189},{"source":27,"target":190},{"source":189,"target":31},{"source":189,"target":191},{"source":189,"target":27},{"source":189,"target":192},{"source":191,"target":31},{"source":190,"target":21},{"source":28,"target":0},{"source":28,"target":21},{"source":28,"target":193},{"source":28,"target":194},{"source":193,"target":31},{"source":193,"target":195},{"source":193,"target":28},{"source":193,"target":196},{"source":195,"target":31},{"source":194,"target":21},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":197},{"source":29,"target":198},{"source":197,"target":31},{"source":197,"target":199},{"source":197,"target":29},{"source":197,"target":200},{"source":199,"target":31},{"source":198,"target":21},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":201},{"source":30,"target":202},{"source":201,"target":31},{"source":201,"target":203},{"source":201,"target":30},{"source":201,"target":204},{"source":203,"target":31},{"source":202,"target":21},{"source":31,"target":0},{"source":31,"target":192},{"source":31,"target":196},{"source":31,"target":200},{"source":31,"target":204},{"source":192,"target":27},{"source":192,"target":205},{"source":192,"target":31},{"source":192,"target":189},{"source":205,"target":27},{"source":196,"target":28},{"source":196,"target":206},{"source":196,"target":31},{"source":196,"target":193},{"source":206,"target":28},{"source":200,"target":29},{"source":200,"target":207},{"source":200,"target":31},{"source":200,"target":197},{"source":207,"target":29},{"source":204,"target":30},{"source":204,"target":208},{"source":204,"target":31},{"source":204,"target":201},{"source":208,"target":30},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":102},{"source":32,"target":209},{"source":32,"target":210},{"source":102,"target":6},{"source":102,"target":211},{"source":102,"target":32},{"source":102,"target":95},{"source":211,"target":6},{"source":209,"target":212},{"source":209,"target":32},{"source":210,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":104},{"source":33,"target":213},{"source":33,"target":214},{"source":104,"target":6},{"source":104,"target":215},{"source":104,"target":33},{"source":104,"target":96},{"source":215,"target":6},{"source":213,"target":216},{"source":213,"target":33},{"source":214,"target":31},{"source":34,"target":0},{"source":34,"target":31},{"source":34,"target":106},{"source":34,"target":217},{"source":34,"target":218},{"source":106,"target":6},{"source":106,"target":219},{"source":106,"target":34},{"source":106,"target":97},{"source":219,"target":6},{"source":217,"target":220},{"source":217,"target":34},{"source":218,"target":31},{"source":35,"target":0},{"source":35,"target":31},{"source":35,"target":108},{"source":35,"target":221},{"source":35,"target":222},{"source":108,"target":6},{"source":108,"target":223},{"source":108,"target":35},{"source":108,"target":98},{"source":223,"target":6},{"source":221,"target":224},{"source":221,"target":35},{"source":222,"target":31},{"source":36,"target":0},{"source":36,"target":15},{"source":36,"target":225},{"source":225,"target":15},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":75},{"source":37,"target":226},{"source":37,"target":227},{"source":75,"target":3},{"source":75,"target":228},{"source":75,"target":37},{"source":75,"target":68},{"source":228,"target":3},{"source":226,"target":229},{"source":226,"target":37},{"source":227,"target":36},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":77},{"source":38,"target":230},{"source":38,"target":231},{"source":77,"target":3},{"source":77,"target":232},{"source":77,"target":38},{"source":77,"target":69},{"source":232,"target":3},{"source":230,"target":233},{"source":230,"target":38},{"source":231,"target":36},{"source":39,"target":0},{"source":39,"target":36},{"source":39,"target":79},{"source":39,"target":234},{"source":39,"target":235},{"source":79,"target":3},{"source":79,"target":236},{"source":79,"target":39},{"source":79,"target":70},{"source":236,"target":3},{"source":234,"target":237},{"source":234,"target":39},{"source":235,"target":36},{"source":40,"target":0},{"source":40,"target":36},{"source":40,"target":81},{"source":40,"target":238},{"source":40,"target":239},{"source":81,"target":3},{"source":81,"target":240},{"source":81,"target":40},{"source":81,"target":71},{"source":240,"target":3},{"source":238,"target":241},{"source":238,"target":40},{"source":239,"target":36}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="scripting" nsURI="http://shr.scripting/1.0" nsPrefix="scripting"> <eClassifiers xsi:type="ecore:EClass" name="Script" eSuperTypes="../../de.urszeidler.shr5.model/model/shr5.ecore#//Beschreibbar"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The script is made of a set of placements.&#xA;It contains all needed to play an adventure."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="placements" upperBound="-1" eType="#//Placement" containment="true" eOpposite="#//Placement/script"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All the placements/scence in the script."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="allTeams" upperBound="-1" eType="ecore:EClass ../../de.urszeidler.shr5.runtime/model/runtime.ecore#//Team" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All he teams of the complete script. They are contained here and referd in the placements."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="player" eType="ecore:EClass ../../de.urszeidler.shr5.runtime/model/runtime.ecore#//Team" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="management" lowerBound="1" eType="ecore:EClass ../../de.urszeidler.shr5.management.model/model/shr5Management.ecore#//GamemasterManagement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Here the characters only in the scrip exist, can be stored."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" lowerBound="1" eType="#//Placement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The entry point for the script."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="history" eType="#//ScriptHistory" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The basic history when playing the script."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Placement" eSuperTypes="../../de.urszeidler.shr5.model/model/shr5.ecore#//Beschreibbar #//TimeFrame"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A placement is a setting or scene.&#xA;Here can a combat happen."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nextPlacements" upperBound="-1" eType="#//Placement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list of availble placements for the scene change."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="teams" upperBound="-1" eType="ecore:EClass ../../de.urszeidler.shr5.runtime/model/runtime.ecore#//Team"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The teams in the placement. Refers a team from the all features."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inTheirFace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="script" eType="#//Script" eOpposite="#//Script/placements"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="debugging" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enviorment" lowerBound="1" eType="ecore:EClass ../../de.urszeidler.shr5.runtime/model/runtime.ecore#//Enviorment" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The enviorment defines the outer modifications, like light, background count etc"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="options" upperBound="2" eType="#//PlacementOptions"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The options for this placement, they define the available actions for the placement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="handouts" upperBound="-1" eType="#//Handout" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A list of handouts in this scene."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//Section" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeFrame" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The timeframe interface defines and time range and a current time."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType ../../de.urszeidler.shr5.model/model/shr5.ecore#//ShrDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType ../../de.urszeidler.shr5.model/model/shr5.ecore#//ShrDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualDate" eType="ecore:EDataType ../../de.urszeidler.shr5.model/model/shr5.ecore#//ShrDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptHistory"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Contains the current state of the run, and all executed commands."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="commandStack" eType="ecore:EClass ../../de.urszeidler.shr5.gameplay.model/model/gameplay.ecore#//ExecutionStack" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentDate" eType="ecore:EDataType ../../de.urszeidler.shr5.model/model/shr5.ecore#//ShrDate"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The current date."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="currentPlacement" eType="#//Placement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The current selected placement in the runing script."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writtenProtokol" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The protocoll."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scripts"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A container for the scripts."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="stories" upperBound="-1" eType="#//Script" 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="PlacementOptions"> <eLiterals name="combat"/> <eLiterals name="legWork"/> <eLiterals name="homeGround"/> <eLiterals name="matrix"/> <eLiterals name="astralSpace"/> <eLiterals name="socialInteraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Handout" eSuperTypes="../../de.urszeidler.shr5.model/model/shr5.ecore#//Beschreibbar"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//HandoutType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HandoutType"> <eLiterals name="webpage"/> <eLiterals name="image"/> <eLiterals name="document"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titel" 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> </ecore:EPackage>
github:ecore:/data/UrsZeidler/shr5rcp/de.urszeidler.shr5.scripting/model/scripting.ecore
ecore
scripting Script placements allTeams player management entry history Placement nextPlacements teams background inTheirFace script debugging enviorment options handouts sections TimeFrame startDate endDate actualDate ScriptHistory commandStack currentDate currentPlacement writtenProtokol Scripts stories name PlacementOptions combat combat legWork legWork homeGround homeGround matrix matrix astralSpace astralSpace socialInteraction socialInteraction Handout type url HandoutType webpage webpage image image document document Section titel text
null
{"directed":true,"nodes":[{"nsPrefix":"scripting","nsURI":"http://shr.scripting/1.0","name":"scripting","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Placement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeFrame","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptHistory","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scripts","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PlacementOptions","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Handout","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HandoutType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"placements","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":"allTeams","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":"player","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"management","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":false,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"history","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"script","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nextPlacements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"teams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"background","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inTheirFace","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":"debugging","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enviorment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"options","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":"handouts","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":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actualDate","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commandStack","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currentDate","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentPlacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"writtenProtokol","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":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":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"name":"combat","id":63,"value":0,"literal":"combat","eClass":"EEnumLiteral"},{"name":"legWork","id":64,"value":0,"literal":"legWork","eClass":"EEnumLiteral"},{"name":"homeGround","id":65,"value":0,"literal":"homeGround","eClass":"EEnumLiteral"},{"name":"matrix","id":66,"value":0,"literal":"matrix","eClass":"EEnumLiteral"},{"name":"astralSpace","id":67,"value":0,"literal":"astralSpace","eClass":"EEnumLiteral"},{"name":"socialInteraction","id":68,"value":0,"literal":"socialInteraction","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":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"name":"webpage","id":74,"value":0,"literal":"webpage","eClass":"EEnumLiteral"},{"name":"image","id":75,"value":0,"literal":"image","eClass":"EEnumLiteral"},{"name":"document","id":76,"value":0,"literal":"document","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":"titel","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":"text","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":10,"target":2},{"source":10,"target":17},{"source":10,"target":1},{"source":10,"target":18},{"source":17,"target":2},{"source":11,"target":19},{"source":11,"target":1},{"source":12,"target":20},{"source":12,"target":1},{"source":13,"target":21},{"source":13,"target":1},{"source":14,"target":2},{"source":14,"target":22},{"source":14,"target":1},{"source":22,"target":2},{"source":15,"target":4},{"source":15,"target":23},{"source":15,"target":1},{"source":23,"target":4},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":18},{"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":24,"target":2},{"source":24,"target":35},{"source":24,"target":2},{"source":35,"target":2},{"source":25,"target":36},{"source":25,"target":2},{"source":26,"target":37},{"source":26,"target":2},{"source":27,"target":38},{"source":27,"target":2},{"source":18,"target":1},{"source":18,"target":39},{"source":18,"target":2},{"source":18,"target":10},{"source":39,"target":1},{"source":28,"target":40},{"source":28,"target":2},{"source":29,"target":41},{"source":29,"target":2},{"source":30,"target":6},{"source":30,"target":42},{"source":30,"target":2},{"source":42,"target":6},{"source":31,"target":7},{"source":31,"target":43},{"source":31,"target":2},{"source":43,"target":7},{"source":32,"target":9},{"source":32,"target":44},{"source":32,"target":2},{"source":44,"target":9},{"source":34,"target":3},{"source":3,"target":0},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":45,"target":48},{"source":45,"target":3},{"source":46,"target":49},{"source":46,"target":3},{"source":47,"target":50},{"source":47,"target":3},{"source":4,"target":0},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":51,"target":55},{"source":51,"target":4},{"source":52,"target":56},{"source":52,"target":4},{"source":53,"target":2},{"source":53,"target":57},{"source":53,"target":4},{"source":57,"target":2},{"source":54,"target":58},{"source":54,"target":4},{"source":5,"target":0},{"source":5,"target":59},{"source":5,"target":60},{"source":59,"target":1},{"source":59,"target":61},{"source":59,"target":5},{"source":61,"target":1},{"source":60,"target":62},{"source":60,"target":5},{"source":6,"target":0},{"source":6,"target":63},{"source":6,"target":64},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":63,"target":6},{"source":64,"target":6},{"source":65,"target":6},{"source":66,"target":6},{"source":67,"target":6},{"source":68,"target":6},{"source":7,"target":0},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":69,"target":8},{"source":69,"target":72},{"source":69,"target":7},{"source":72,"target":8},{"source":70,"target":73},{"source":70,"target":7},{"source":8,"target":0},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":74,"target":8},{"source":75,"target":8},{"source":76,"target":8},{"source":9,"target":0},{"source":9,"target":77},{"source":9,"target":78},{"source":77,"target":79},{"source":77,"target":9},{"source":78,"target":80},{"source":78,"target":9}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fabric3" nsURI="http://fabric3.org/xmlns/sca/2.0-alpha" nsPrefix="fabric3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" "/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Authentication"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Authentication"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Command"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Command"/> <details key="kind" value="empty"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Commands"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Commands"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="command" upperBound="-1" eType="#//Command" 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="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot" eSuperTypes="../../org.eclipse.soa.sca.sca1_1.model/model/sca.ecore#//DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingFtp" upperBound="-2" eType="#//FtpBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.ftp"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://docs.oasis-open.org/ns/opencsa/sca/200912#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingHttp" upperBound="-2" eType="#//HttpBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.http"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://docs.oasis-open.org/ns/opencsa/sca/200912#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingTcp" upperBound="-2" eType="#//TcpBinding" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.tcp"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://docs.oasis-open.org/ns/opencsa/sca/200912#binding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationRs" upperBound="-2" eType="#//RsImplementation" 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="implementation.rs"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://docs.oasis-open.org/ns/opencsa/sca/200912#implementation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="implementationTimer" upperBound="-2" eType="#//TimerImplementation" 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="implementation.timer"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://docs.oasis-open.org/ns/opencsa/sca/200912#implementation"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FtpBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_1.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FtpBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" lowerBound="1" eType="#//Commands" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="commands"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" 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="wildcards" value="##targetNamespace"/> <details key="name" value=":11"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//FtpTransferMode" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mode"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tmpFileSuffix" 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="tmpFileSuffix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute1" 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=":14"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FtpTransferMode"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FtpTransferMode"/> </eAnnotations> <eLiterals name="ACTIVE"/> <eLiterals name="PASSIVE" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FtpTransferModeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FtpTransferMode:Object"/> <details key="baseType" value="FtpTransferMode"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HttpBinding" eSuperTypes="#//NetBinding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="HttpBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="authentication" eType="#//Authentication" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="authentication"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetBinding" eSuperTypes="../../org.eclipse.soa.sca.sca1_1.model/model/sca.ecore#//Binding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="NetBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="response" eType="#//Response" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="response"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sslSettings" eType="#//SslSettings" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="sslSettings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" 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="wildcards" value="##other"/> <details key="name" value=":12"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfRetries" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="numberOfRetries"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="readTimeout"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute1" 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=":15"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Response"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Response"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" 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="wildcards" value="##other"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RsImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_1.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RsImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" 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="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="uri"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute1" 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=":7"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SslSettings"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SslSettings"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="alias"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TcpBinding" eSuperTypes="#//NetBinding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TcpBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimerImplementation" eSuperTypes="../../org.eclipse.soa.sca.sca1_1.model/model/sca.ecore#//Implementation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TimerImplementation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" 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="wildcards" value="##targetNamespace"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//NCName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="class"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cronExpression" 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="cronExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fireOnce" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="fireOnce"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixedRate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="fixedRate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repeatInterval" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Long" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="repeatInterval"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute1" 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=":10"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/fabric3.ecore
ecore
fabric3 Authentication type Command Commands command DocumentRoot bindingFtp bindingHttp bindingTcp implementationRs implementationTimer FtpBinding commands any mode tmpFileSuffix anyAttribute1 FtpTransferMode ACTIVE ACTIVE PASSIVE PASSIVE FtpTransferModeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator HttpBinding authentication NetBinding response sslSettings any numberOfRetries readTimeout anyAttribute1 Response any RsImplementation any class uri anyAttribute1 SslSettings alias TcpBinding TimerImplementation any class cronExpression fireOnce fixedRate repeatInterval anyAttribute1
null
{"directed":true,"nodes":[{"nsPrefix":"fabric3","nsURI":"http://fabric3.org/xmlns/sca/2.0-alpha","name":"fabric3","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Authentication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commands","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FtpBinding","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FtpTransferMode","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"FtpTransferModeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HttpBinding","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetBinding","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Response","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RsImplementation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SslSettings","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TcpBinding","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimerImplementation","instanceClass":null,"abstract":false,"id":14,"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":"type","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"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":"bindingFtp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"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":"bindingHttp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"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":"bindingTcp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"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":"implementationRs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"implementationTimer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":true},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":false,"lowerBound":1,"id":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tmpFileSuffix","changeable":true,"lowerBound":0,"iD":false,"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":false,"name":"anyAttribute1","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"ACTIVE","id":41,"value":0,"literal":"ACTIVE","eClass":"EEnumLiteral"},{"name":"PASSIVE","id":42,"value":1,"literal":"PASSIVE","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":"authentication","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"response","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sslSettings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"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":"any","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfRetries","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readTimeout","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute1","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"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":"any","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"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":"any","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":1,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":63,"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":"anyAttribute1","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"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","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":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cronExpression","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fireOnce","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fixedRate","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"repeatInterval","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute1","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":15,"target":16},{"source":15,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":17},{"source":17,"target":2},{"source":17,"target":18},{"source":17,"target":3},{"source":18,"target":2},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":19,"target":5},{"source":19,"target":25},{"source":19,"target":4},{"source":25,"target":5},{"source":20,"target":8},{"source":20,"target":26},{"source":20,"target":4},{"source":26,"target":8},{"source":21,"target":13},{"source":21,"target":27},{"source":21,"target":4},{"source":27,"target":13},{"source":22,"target":11},{"source":22,"target":28},{"source":22,"target":4},{"source":28,"target":11},{"source":23,"target":14},{"source":23,"target":29},{"source":23,"target":4},{"source":29,"target":14},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":30,"target":3},{"source":30,"target":36},{"source":30,"target":5},{"source":36,"target":3},{"source":31,"target":37},{"source":31,"target":5},{"source":32,"target":6},{"source":32,"target":38},{"source":32,"target":5},{"source":38,"target":6},{"source":33,"target":39},{"source":33,"target":5},{"source":34,"target":40},{"source":34,"target":5},{"source":6,"target":0},{"source":6,"target":41},{"source":6,"target":42},{"source":41,"target":6},{"source":42,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":43},{"source":8,"target":44},{"source":43,"target":1},{"source":43,"target":45},{"source":43,"target":8},{"source":45,"target":1},{"source":44,"target":9},{"source":9,"target":0},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":46,"target":10},{"source":46,"target":53},{"source":46,"target":9},{"source":53,"target":10},{"source":47,"target":12},{"source":47,"target":54},{"source":47,"target":9},{"source":54,"target":12},{"source":48,"target":55},{"source":48,"target":9},{"source":49,"target":56},{"source":49,"target":9},{"source":50,"target":57},{"source":50,"target":9},{"source":51,"target":58},{"source":51,"target":9},{"source":10,"target":0},{"source":10,"target":59},{"source":59,"target":60},{"source":59,"target":10},{"source":11,"target":0},{"source":11,"target":61},{"source":11,"target":62},{"source":11,"target":63},{"source":11,"target":64},{"source":11,"target":65},{"source":61,"target":66},{"source":61,"target":11},{"source":62,"target":67},{"source":62,"target":11},{"source":63,"target":68},{"source":63,"target":11},{"source":64,"target":69},{"source":64,"target":11},{"source":12,"target":0},{"source":12,"target":70},{"source":70,"target":71},{"source":70,"target":12},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":72},{"source":72,"target":9},{"source":14,"target":0},{"source":14,"target":73},{"source":14,"target":74},{"source":14,"target":75},{"source":14,"target":76},{"source":14,"target":77},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":73,"target":81},{"source":73,"target":14},{"source":74,"target":82},{"source":74,"target":14},{"source":75,"target":83},{"source":75,"target":14},{"source":76,"target":84},{"source":76,"target":14},{"source":77,"target":85},{"source":77,"target":14},{"source":78,"target":86},{"source":78,"target":14},{"source":79,"target":87},{"source":79,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="caex" nsURI="http://big.tuwien.ac.at/caex" nsPrefix="caex"> <eClassifiers xsi:type="ecore:EDataType" name="AttributeDataType" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeNameMapping" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleAttributeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemUnitAttributeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//CAEXObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines base structures for attribute definitions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="refSemantic" upperBound="-1" eType="#//RefSemantic" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A reference to a definition of a defined attribute, e. g. to an attribute in a standardized library, this allows the semantic definition of the attribute."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" upperBound="-1" eType="#//AttributeValueRequirement" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element to restrict the range of validity of a defined attribute."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element that allows the description of nested attributes."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeDataType" eType="#//AttributeDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the data type of the attribute using XML notation."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the unit of the attribute."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element describing the value of an attribute."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A predefined default value for an attribute."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValueRequirement" eSuperTypes="#//CAEXBasicObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines base structures for definition of value requirements of an attribute."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ordinalScaledType" eType="#//OrdinalScaled" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element of to define constraints of ordinal scaled attribute values."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nominalScaledType" eType="#//NominalScaled" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element of to define constraints of nominal scaled attribute values."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unknownType" eType="#//UnknownType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element to define constraints for attribute values of an unknown scale type."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the name of the contraint."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CAEXBasicObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CAEX basis object that comprises a basic set of attributes and header information which exist for all CAEX elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//Description" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Textual description for CAEX objects."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//Version" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Organizational information about the state of the version."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="revision" upperBound="-1" eType="#//Revision" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Organizational information about the state of the revision."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="copyright" eType="#//Copyright" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Organizational information about copyright."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalInformation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Optional auxiliary field that may contain any additional information about a CAEX object."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode" defaultValueLiteral="state" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Optionally describes the change state of an CAEX object. If used, the ChangeMode shall have the following value range: state, create, delete and change. This information should be used for further change management applications."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CAEXFile" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="externalReference" upperBound="-1" eType="#//ExternalReference" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container element for the alias definition of external CAEX files."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceHierarchy" upperBound="-1" eType="#//InstanceHierarchy" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Root element for a system hierarchy of object instances."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceClassLib" upperBound="-1" eType="#//InterfaceClassLib" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container element for a hierarchy of InterfaceClass definitions. It shall contain any interface class definitions. CAEX supports multiple interface libraries.."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClassLib" upperBound="-1" eType="#//RoleClassLib" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container element for a hierarchy of RoleClass definitions. It shall contain any RoleClass definitions. CAEX supports multiple role libraries."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitClassLib" upperBound="-1" eType="#//SystemUnitClassLib" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Container element for a hierarchy of SystemUnitClass definitions. It shall contain any SystemunitClass definitions. CAEX supports multiple SystemUnitClass libraries."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the name of the CAEX file."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaVersion" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="2.15" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the version of the schema. Each CAEX document must specify which CAEX version it requires. The version number of a CAEX document must fit to the version number specified in the CAEX schema file. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CAEXObject" eSuperTypes="#//CAEXBasicObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="CAEX basis object derived from CAEXBasicObject, augmented by &#xA;Name (required) and ID (optional)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Optional attribute that describes a unique identifier of the CAEX object."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the name of the CAEX object."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChangeMode"> <eLiterals name="state"/> <eLiterals name="create" value="1"/> <eLiterals name="delete" value="2"/> <eLiterals name="change" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ChangeModeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"/> <eClassifiers xsi:type="ecore:EClass" name="Copyright"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode" defaultValueLiteral="state" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode" defaultValueLiteral="state" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cAEXFile" upperBound="-2" eType="#//CAEXFile" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Root-element of the CAEX schema. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalInterface" eSuperTypes="#//InterfaceClass"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalReference" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the alias name of an external CAEX file to enable referencing elements of the external CAEX file."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes the path of the external CAEX file. Absolute and relative paths are allowed."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceHierarchy" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="internalElement" upperBound="-1" eType="#//InternalElement" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Shall be used in order to define nested objects inside of a SystemUnitClass or another InternalElement. Allows description of the internal structure of an CAEX object."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceClassLib" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceClass" upperBound="-1" eType="#//InterfaceFamily" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Class definition for interfaces."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceClass" eSuperTypes="#//CAEXObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Shall be used for InterfaceClass definition, provides base structures for an interface class definition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Characterizes properties of the InterfaceClass."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the reference of a class to its base class. References contain the full path to the refered class object."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceFamily" eSuperTypes="#//InterfaceClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines base structures for a hierarchical InterfaceClass tree. The hierarchical structure of an interface library has organizational character only. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceClass" upperBound="-1" eType="#//InterfaceFamily" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element that allows definition of child InterfaceClasses within the class hierarchy. The parent child relation between two InterfaceClasses has no semantic."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceNameMapping" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roleInterfaceName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemUnitInterfaceName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalElement" eSuperTypes="#//SystemUnitClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="roleRequirements" eType="#//RoleRequirements" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes role requirements of an InternalElement. It allows the definition of a reference to a RoleClass and the specification of role requirements like required attributes and required interfaces. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingObject" eType="#//Mapping" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Host element for AttributeNameMapping and InterfaceNameMapping."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseSystemUnitPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the reference of an InternalElement to a class or instance definition. References contain the full path information. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalLink" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refPartnerSideA" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refPartnerSideB" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//CAEXBasicObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Base element for AttributeNameMapping and InterfaceNameMapping."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeNameMapping" upperBound="-1" eType="#//AttributeNameMapping" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Allows the definition of the mapping between attribute names of corresponding RoleClasses and SystemUnitClasses. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceNameMapping" upperBound="-1" eType="#//InterfaceNameMapping" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Mapping of interface names of corresponding RoleClasses and SystemUnitClasses."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NominalScaled"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element to define a required value of an attribute. It may be defined multiple times in order to define a discrete value range of the attribute."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrdinalScaled"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredMaxValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element to define a maximum value of an attribute."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element to define a required value of an attribute. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredMinValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element to define a minimum value of an attribute."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefSemantic" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="correspondingAttributePath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Revision" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revisionDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//DateTime"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleClassLib" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClass" upperBound="-1" eType="#//RoleFamily" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Definition of a class of a role type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleClass" eSuperTypes="#//CAEXObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Shall be used for RoleClass definition, provides base structures for a role class definition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Characterizes properties of the RoleClass."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="externalInterface" upperBound="-1" eType="#//ExternalInterface" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Description of an external interface."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the reference of a class to its base class. References contain the full path to the refered class object."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleFamily" eSuperTypes="#//RoleClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines base structures for a hierarchical RoleClass tree. The hierarchical structure of a role library has organizational character only. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="roleClass" upperBound="-1" eType="#//RoleFamily" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element that allows definition of child RoleClasses within the class hierarchy. The parent child relation between two RoleClasses has no semantic."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleRequirements" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Characterizes properties of the RoleRequirements."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="externalInterface" upperBound="-1" eType="#//InterfaceClass" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseRoleClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SupportedRoleClass" eSuperTypes="#//CAEXBasicObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappingObject" eType="#//Mapping" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refRoleClassPath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemUnitClassLib" eSuperTypes="#//CAEXObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitClass" upperBound="-1" eType="#//SystemUnitFamily" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Shall be used for SystemUnitClass definition, provides definition of a class of a SystemUnitClass type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemUnitClass" eSuperTypes="#//CAEXObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines base structures for a SystemUnit class definition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Characterizes properties of the SystemUnitClass."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="externalInterface" upperBound="-1" eType="#//InterfaceClass" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Description of an external interface."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="internalElement" upperBound="-1" eType="#//InternalElement" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Shall be used in order to define nested objects inside of a SystemUnitClass or another InternalElement. Allows description of the internal structure of an CAEX object."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="supportedRoleClass" upperBound="-1" eType="#//SupportedRoleClass" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Allows the association to a RoleClass which this SystemUnitClass can play. A SystemUnitClass may reference multiple roles."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="internalLink" upperBound="-1" eType="#//InternalLink" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Shall be used in order to define the relationships between internal interfaces of InternalElements."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemUnitFamily" eSuperTypes="#//SystemUnitClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines base structures for a hierarchical SystemUnitClass tree. The hierarchical structure of a SystemUnit library has organizational character only. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="systemUnitClass" upperBound="-1" eType="#//SystemUnitFamily" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Element that allows definition of child SystemUnitClasses within the class hierarchy. The parent child relation between two SystemUnitClasses has no semantic."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refBaseClassPath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the reference of a class to its base class. References contain the full path to the refered class object."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnknownType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requirements" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines informative requirements as a constraint for an attribute value."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Version"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeMode" eType="#//ChangeMode" defaultValueLiteral="state" unsettable="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/patrickneubauer/XMLIntellEdit/use-cases/AUTOMATIONML/XtextBasedAutomationML/metamodel/CAEX.ecore
ecore
caex AttributeDataType java.lang.String java.lang.String AttributeNameMapping roleAttributeName systemUnitAttributeName Attribute refSemantic constraint attribute attributeDataType unit value defaultValue AttributeValueRequirement ordinalScaledType nominalScaledType unknownType name CAEXBasicObject description version revision copyright additionalInformation changeMode state CAEXFile externalReference instanceHierarchy interfaceClassLib roleClassLib systemUnitClassLib fileName schemaVersion 2.15 CAEXObject iD name ChangeMode state state create create delete delete change change ChangeModeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Copyright value changeMode state Description value changeMode state DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation cAEXFile ExternalInterface ExternalReference alias path InstanceHierarchy internalElement InterfaceClassLib interfaceClass InterfaceClass attribute refBaseClassPath InterfaceFamily interfaceClass InterfaceNameMapping roleInterfaceName systemUnitInterfaceName InternalElement roleRequirements mappingObject refBaseSystemUnitPath InternalLink refPartnerSideA refPartnerSideB Mapping attributeNameMapping interfaceNameMapping NominalScaled requiredValue OrdinalScaled requiredMaxValue requiredValue requiredMinValue RefSemantic correspondingAttributePath Revision revisionDate oldVersion newVersion authorName comment RoleClassLib roleClass RoleClass attribute externalInterface refBaseClassPath RoleFamily roleClass RoleRequirements attribute externalInterface refBaseRoleClassPath SupportedRoleClass mappingObject refRoleClassPath SystemUnitClassLib systemUnitClass SystemUnitClass attribute externalInterface internalElement supportedRoleClass internalLink SystemUnitFamily systemUnitClass refBaseClassPath UnknownType requirements Version value changeMode state
null
{"directed":true,"nodes":[{"nsPrefix":"caex","nsURI":"http://big.tuwien.ac.at/caex","name":"caex","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"AttributeDataType","instanceClass":"java.lang.String","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeNameMapping","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":"AttributeValueRequirement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CAEXBasicObject","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CAEXFile","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CAEXObject","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChangeMode","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ChangeModeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copyright","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalInterface","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalReference","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceHierarchy","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceClassLib","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceClass","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceFamily","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceNameMapping","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalElement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalLink","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NominalScaled","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrdinalScaled","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefSemantic","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Revision","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleClassLib","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleClass","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleFamily","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleRequirements","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportedRoleClass","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemUnitClassLib","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemUnitClass","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemUnitFamily","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Version","instanceClass":null,"abstract":false,"id":36,"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":"roleAttributeName","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitAttributeName","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refSemantic","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"attributeDataType","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"ordinalScaledType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nominalScaledType","changeable":true,"resolveProxies":false,"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":"unknownType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":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":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":false,"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":"revision","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"copyright","changeable":true,"resolveProxies":false,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalInformation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":70,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"state","unsettable":true,"transient":false,"unique":true,"name":"changeMode","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalReference","changeable":true,"resolveProxies":false,"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":"instanceHierarchy","changeable":true,"resolveProxies":false,"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":"interfaceClassLib","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleClassLib","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitClassLib","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"fileName","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"2.15","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2.15","unsettable":true,"transient":false,"unique":true,"name":"schemaVersion","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"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":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"name":"state","id":98,"value":0,"literal":"state","eClass":"EEnumLiteral"},{"name":"create","id":99,"value":1,"literal":"create","eClass":"EEnumLiteral"},{"name":"delete","id":100,"value":2,"literal":"delete","eClass":"EEnumLiteral"},{"name":"change","id":101,"value":3,"literal":"change","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"state","unsettable":true,"transient":false,"unique":true,"name":"changeMode","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"state","unsettable":true,"transient":false,"unique":true,"name":"changeMode","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"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":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cAEXFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":1,"iD":false,"id":119,"derived":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":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refBaseClassPath","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roleInterfaceName","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitInterfaceName","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleRequirements","changeable":true,"resolveProxies":false,"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":"mappingObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refBaseSystemUnitPath","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refPartnerSideA","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refPartnerSideB","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeNameMapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceNameMapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredValue","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredMaxValue","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredValue","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredMinValue","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"correspondingAttributePath","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revisionDate","changeable":true,"lowerBound":1,"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":"oldVersion","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newVersion","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorName","changeable":true,"lowerBound":1,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":186,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refBaseClassPath","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"refBaseRoleClassPath","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappingObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refRoleClassPath","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitClass","changeable":true,"resolveProxies":false,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":false,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalInterface","changeable":true,"resolveProxies":false,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"internalElement","changeable":true,"resolveProxies":false,"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":"supportedRoleClass","changeable":true,"resolveProxies":false,"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":"internalLink","changeable":true,"resolveProxies":false,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemUnitClass","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"refBaseClassPath","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"state","unsettable":true,"transient":false,"unique":true,"name":"changeMode","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":2,"target":0},{"source":2,"target":5},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":37,"target":40},{"source":37,"target":2},{"source":38,"target":41},{"source":38,"target":2},{"source":39,"target":5},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":42,"target":25},{"source":42,"target":50},{"source":42,"target":3},{"source":50,"target":25},{"source":43,"target":4},{"source":43,"target":51},{"source":43,"target":3},{"source":51,"target":4},{"source":44,"target":3},{"source":44,"target":52},{"source":44,"target":3},{"source":52,"target":3},{"source":45,"target":1},{"source":45,"target":53},{"source":45,"target":3},{"source":53,"target":1},{"source":46,"target":54},{"source":46,"target":3},{"source":47,"target":55},{"source":47,"target":3},{"source":48,"target":56},{"source":48,"target":3},{"source":49,"target":7},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":57,"target":24},{"source":57,"target":62},{"source":57,"target":4},{"source":62,"target":24},{"source":58,"target":23},{"source":58,"target":63},{"source":58,"target":4},{"source":63,"target":23},{"source":59,"target":35},{"source":59,"target":64},{"source":59,"target":4},{"source":64,"target":35},{"source":60,"target":65},{"source":60,"target":4},{"source":61,"target":5},{"source":5,"target":0},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":66,"target":11},{"source":66,"target":72},{"source":66,"target":5},{"source":72,"target":11},{"source":67,"target":36},{"source":67,"target":73},{"source":67,"target":5},{"source":73,"target":36},{"source":68,"target":26},{"source":68,"target":74},{"source":68,"target":5},{"source":74,"target":26},{"source":69,"target":10},{"source":69,"target":75},{"source":69,"target":5},{"source":75,"target":10},{"source":70,"target":76},{"source":70,"target":5},{"source":71,"target":8},{"source":71,"target":77},{"source":71,"target":5},{"source":77,"target":8},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":78,"target":14},{"source":78,"target":86},{"source":78,"target":6},{"source":86,"target":14},{"source":79,"target":15},{"source":79,"target":87},{"source":79,"target":6},{"source":87,"target":15},{"source":80,"target":16},{"source":80,"target":88},{"source":80,"target":6},{"source":88,"target":16},{"source":81,"target":27},{"source":81,"target":89},{"source":81,"target":6},{"source":89,"target":27},{"source":82,"target":32},{"source":82,"target":90},{"source":82,"target":6},{"source":90,"target":32},{"source":83,"target":91},{"source":83,"target":6},{"source":84,"target":92},{"source":84,"target":6},{"source":85,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":93,"target":96},{"source":93,"target":7},{"source":94,"target":97},{"source":94,"target":7},{"source":95,"target":5},{"source":8,"target":0},{"source":8,"target":98},{"source":8,"target":99},{"source":8,"target":100},{"source":8,"target":101},{"source":98,"target":8},{"source":99,"target":8},{"source":100,"target":8},{"source":101,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":102},{"source":10,"target":103},{"source":102,"target":104},{"source":102,"target":10},{"source":103,"target":8},{"source":103,"target":105},{"source":103,"target":10},{"source":105,"target":8},{"source":11,"target":0},{"source":11,"target":106},{"source":11,"target":107},{"source":106,"target":108},{"source":106,"target":11},{"source":107,"target":8},{"source":107,"target":109},{"source":107,"target":11},{"source":109,"target":8},{"source":12,"target":0},{"source":12,"target":110},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":110,"target":114},{"source":110,"target":12},{"source":111,"target":115},{"source":111,"target":12},{"source":112,"target":116},{"source":112,"target":12},{"source":113,"target":6},{"source":113,"target":117},{"source":113,"target":12},{"source":117,"target":6},{"source":13,"target":0},{"source":13,"target":17},{"source":13,"target":118},{"source":118,"target":17},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":119},{"source":14,"target":120},{"source":14,"target":121},{"source":119,"target":122},{"source":119,"target":14},{"source":120,"target":123},{"source":120,"target":14},{"source":121,"target":5},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":124},{"source":15,"target":125},{"source":124,"target":20},{"source":124,"target":126},{"source":124,"target":15},{"source":126,"target":20},{"source":125,"target":7},{"source":16,"target":0},{"source":16,"target":7},{"source":16,"target":127},{"source":16,"target":128},{"source":127,"target":18},{"source":127,"target":129},{"source":127,"target":16},{"source":129,"target":18},{"source":128,"target":7},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":130},{"source":17,"target":131},{"source":17,"target":132},{"source":130,"target":3},{"source":130,"target":133},{"source":130,"target":17},{"source":133,"target":3},{"source":131,"target":134},{"source":131,"target":17},{"source":132,"target":7},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":135},{"source":18,"target":136},{"source":135,"target":18},{"source":135,"target":137},{"source":135,"target":18},{"source":137,"target":18},{"source":136,"target":17},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":138},{"source":19,"target":139},{"source":19,"target":140},{"source":138,"target":141},{"source":138,"target":19},{"source":139,"target":142},{"source":139,"target":19},{"source":140,"target":5},{"source":20,"target":0},{"source":20,"target":33},{"source":20,"target":143},{"source":20,"target":144},{"source":20,"target":145},{"source":20,"target":146},{"source":143,"target":30},{"source":143,"target":147},{"source":143,"target":20},{"source":147,"target":30},{"source":144,"target":22},{"source":144,"target":148},{"source":144,"target":20},{"source":148,"target":22},{"source":145,"target":149},{"source":145,"target":20},{"source":146,"target":33},{"source":21,"target":0},{"source":21,"target":7},{"source":21,"target":150},{"source":21,"target":151},{"source":21,"target":152},{"source":150,"target":153},{"source":150,"target":21},{"source":151,"target":154},{"source":151,"target":21},{"source":152,"target":7},{"source":22,"target":0},{"source":22,"target":5},{"source":22,"target":155},{"source":22,"target":156},{"source":22,"target":157},{"source":155,"target":2},{"source":155,"target":158},{"source":155,"target":22},{"source":158,"target":2},{"source":156,"target":19},{"source":156,"target":159},{"source":156,"target":22},{"source":159,"target":19},{"source":157,"target":5},{"source":23,"target":0},{"source":23,"target":160},{"source":160,"target":161},{"source":160,"target":23},{"source":24,"target":0},{"source":24,"target":162},{"source":24,"target":163},{"source":24,"target":164},{"source":162,"target":165},{"source":162,"target":24},{"source":163,"target":166},{"source":163,"target":24},{"source":164,"target":167},{"source":164,"target":24},{"source":25,"target":0},{"source":25,"target":5},{"source":25,"target":168},{"source":25,"target":169},{"source":168,"target":170},{"source":168,"target":25},{"source":169,"target":5},{"source":26,"target":0},{"source":26,"target":5},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":26,"target":174},{"source":26,"target":175},{"source":26,"target":176},{"source":171,"target":177},{"source":171,"target":26},{"source":172,"target":178},{"source":172,"target":26},{"source":173,"target":179},{"source":173,"target":26},{"source":174,"target":180},{"source":174,"target":26},{"source":175,"target":181},{"source":175,"target":26},{"source":176,"target":5},{"source":27,"target":0},{"source":27,"target":7},{"source":27,"target":182},{"source":27,"target":183},{"source":182,"target":29},{"source":182,"target":184},{"source":182,"target":27},{"source":184,"target":29},{"source":183,"target":7},{"source":28,"target":0},{"source":28,"target":7},{"source":28,"target":185},{"source":28,"target":186},{"source":28,"target":187},{"source":28,"target":188},{"source":185,"target":3},{"source":185,"target":189},{"source":185,"target":28},{"source":189,"target":3},{"source":186,"target":13},{"source":186,"target":190},{"source":186,"target":28},{"source":190,"target":13},{"source":187,"target":191},{"source":187,"target":28},{"source":188,"target":7},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":192},{"source":29,"target":193},{"source":192,"target":29},{"source":192,"target":194},{"source":192,"target":29},{"source":194,"target":29},{"source":193,"target":28},{"source":30,"target":0},{"source":30,"target":5},{"source":30,"target":195},{"source":30,"target":196},{"source":30,"target":197},{"source":30,"target":198},{"source":195,"target":3},{"source":195,"target":199},{"source":195,"target":30},{"source":199,"target":3},{"source":196,"target":17},{"source":196,"target":200},{"source":196,"target":30},{"source":200,"target":17},{"source":197,"target":201},{"source":197,"target":30},{"source":198,"target":5},{"source":31,"target":0},{"source":31,"target":5},{"source":31,"target":202},{"source":31,"target":203},{"source":31,"target":204},{"source":202,"target":22},{"source":202,"target":205},{"source":202,"target":31},{"source":205,"target":22},{"source":203,"target":206},{"source":203,"target":31},{"source":204,"target":5},{"source":32,"target":0},{"source":32,"target":7},{"source":32,"target":207},{"source":32,"target":208},{"source":207,"target":34},{"source":207,"target":209},{"source":207,"target":32},{"source":209,"target":34},{"source":208,"target":7},{"source":33,"target":0},{"source":33,"target":7},{"source":33,"target":210},{"source":33,"target":211},{"source":33,"target":212},{"source":33,"target":213},{"source":33,"target":214},{"source":33,"target":215},{"source":210,"target":3},{"source":210,"target":216},{"source":210,"target":33},{"source":216,"target":3},{"source":211,"target":17},{"source":211,"target":217},{"source":211,"target":33},{"source":217,"target":17},{"source":212,"target":20},{"source":212,"target":218},{"source":212,"target":33},{"source":218,"target":20},{"source":213,"target":31},{"source":213,"target":219},{"source":213,"target":33},{"source":219,"target":31},{"source":214,"target":21},{"source":214,"target":220},{"source":214,"target":33},{"source":220,"target":21},{"source":215,"target":7},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":221},{"source":34,"target":222},{"source":34,"target":223},{"source":221,"target":34},{"source":221,"target":224},{"source":221,"target":34},{"source":224,"target":34},{"source":222,"target":225},{"source":222,"target":34},{"source":223,"target":33},{"source":35,"target":0},{"source":35,"target":226},{"source":226,"target":227},{"source":226,"target":35},{"source":36,"target":0},{"source":36,"target":228},{"source":36,"target":229},{"source":228,"target":230},{"source":228,"target":36},{"source":229,"target":8},{"source":229,"target":231},{"source":229,"target":36},{"source":231,"target":8}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="el" nsURI="http://de.hub.el/EL/1.0" nsPrefix="el"> <eClassifiers xsi:type="ecore:EClass" name="ELPackage" eSuperTypes="#//ELNamedElement"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hv9DUCknEemT4uI_qaOsNw" value="_hv9DUSknEemT4uI_qaOsNw"/> </eAnnotations> <eAnnotations source="_hv_fkCknEemT4uI_qaOsNw"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELClass" eSuperTypes="#//ELNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//ELMethod" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//ELField" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClases" upperBound="-1" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerClasses" upperBound="-1" eType="#//ELClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELVariable" eSuperTypes="#//ELTypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ELVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1" eType="#//ELVariable" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hwCi4iknEemT4uI_qaOsNw" value="_hwCi4yknEemT4uI_qaOsNw"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hv-4gCknEemT4uI_qaOsNw" value="_hv-4gSknEemT4uI_qaOsNw"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ELStatement" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hv8cQiknEemT4uI_qaOsNw" value="_hv8cQyknEemT4uI_qaOsNw"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELExpression" eSuperTypes="#//ELStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ELLiteral" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELOpCall" eSuperTypes="#//ELCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELOp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELCall" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//ELExpression" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hv5Y8CknEemT4uI_qaOsNw" value="_hv5Y8SknEemT4uI_qaOsNw"/> <details key="_hwDxAiknEemT4uI_qaOsNw" value="_hwDxAyknEemT4uI_qaOsNw"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="callee" eType="#//ELMethod"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hwCi4CknEemT4uI_qaOsNw" value="_hwCi4SknEemT4uI_qaOsNw"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thisArgument" eType="#//ELExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAccess" eSuperTypes="#//ELExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//ELVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStatement" eSuperTypes="#//ELStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" upperBound="-1" eType="#//ELBlock" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hv1ukCknEemT4uI_qaOsNw" value="_hv1ukSknEemT4uI_qaOsNw"/> <details key="_hv9qYCknEemT4uI_qaOsNw" value="_hv9qYSknEemT4uI_qaOsNw"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//ELBlockStarementKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//ELExpression" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hv7OICknEemT4uI_qaOsNw" value="_hv7OISknEemT4uI_qaOsNw"/> <details key="_hwEYECknEemT4uI_qaOsNw" value="_hwEYESknEemT4uI_qaOsNw"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELOp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ELOpKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operands" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hv71MCknEemT4uI_qaOsNw" value="_hv71MSknEemT4uI_qaOsNw"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precedence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELDataType" eSuperTypes="#//ELClass"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hwDJ8CknEemT4uI_qaOsNw" value="_hwDJ8SknEemT4uI_qaOsNw"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELNamedElement"> <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="ELTypedElement" eSuperTypes="#//ELNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//ELClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELBlockStarementKind"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hv-RcCknEemT4uI_qaOsNw" value="_hv-RcSknEemT4uI_qaOsNw"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hv8cQCknEemT4uI_qaOsNw" value="_hv8cQSknEemT4uI_qaOsNw"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELModel" eSuperTypes="#//ELNamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//ELPackage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//ELOp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//ELBlockStarementKind" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ELOpKind"> <eLiterals name="infix" literal="infix"/> <eLiterals name="suffix"/> <eLiterals name="prefix"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hv4x4CknEemT4uI_qaOsNw" value="_hv4x4SknEemT4uI_qaOsNw"/> </eAnnotations> </eLiterals> <eLiterals name="syntax" literal="syntax"/> <eLiterals name="placeholder6196401" literal="_hv6nESknEemT4uI_qaOsNw"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELAssignment" eSuperTypes="#//ELStatement"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_hwDxACknEemT4uI_qaOsNw" value="_hwDxASknEemT4uI_qaOsNw"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//ELExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//ELVariable"/> </eClassifiers> <eSubpackages name="_hwFmMCknEemT4uI_qaOsNw" nsURI="_hwFmMSknEemT4uI_qaOsNw" nsPrefix="_hwFmMiknEemT4uI_qaOsNw"/> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/closestDistance/79_a18.ecore
ecore
el ELPackage classes ELClass methods fields superClases innerClasses ELVariable ELMethod parameters localVariables block ELField ELStatement ELBlock statements ELExpression ELLiteral value ELOpCall kind ELCall arguments callee thisArgument ELAccess variable ELBlockStatement block kind expressions ELOp kind syntax operands precedence ELDataType ELNamedElement name ELTypedElement type array ELBlockStarementKind syntax blocks expressions ELModel packages ops blocks ELOpKind infix infix suffix suffix prefix prefix syntax syntax placeholder6196401 _hv6nESknEemT4uI_qaOsNw ELAssignment expr assignee _hwFmMCknEemT4uI_qaOsNw
null
{"directed":true,"nodes":[{"nsPrefix":"el","nsURI":"http://de.hub.el/EL/1.0","name":"el","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELVariable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOpCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELCall","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAccess","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELOp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELDataType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELNamedElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELTypedElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlockStarementKind","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELModel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ELOpKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELAssignment","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"nsPrefix":"_hwFmMiknEemT4uI_qaOsNw","nsURI":"_hwFmMSknEemT4uI_qaOsNw","name":"_hwFmMCknEemT4uI_qaOsNw","id":22,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","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":"superClases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"localVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":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":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":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":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"thisArgument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"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":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":"syntax","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operands","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":"precedence","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntax","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":"blocks","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":"expressions","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","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":"ops","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":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"name":"infix","id":99,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":100,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":101,"value":0,"literal":"prefix","eClass":"EEnumLiteral"},{"name":"syntax","id":102,"value":0,"literal":"syntax","eClass":"EEnumLiteral"},{"name":"placeholder6196401","id":103,"value":0,"literal":"_hv6nESknEemT4uI_qaOsNw","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":23},{"source":1,"target":24},{"source":23,"target":2},{"source":23,"target":25},{"source":23,"target":1},{"source":25,"target":2},{"source":24,"target":16},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":26,"target":4},{"source":26,"target":31},{"source":26,"target":2},{"source":31,"target":4},{"source":27,"target":5},{"source":27,"target":32},{"source":27,"target":2},{"source":32,"target":5},{"source":28,"target":2},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":2},{"source":29,"target":2},{"source":29,"target":34},{"source":29,"target":2},{"source":34,"target":2},{"source":30,"target":16},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":35},{"source":35,"target":17},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":36,"target":3},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":3},{"source":37,"target":3},{"source":37,"target":41},{"source":37,"target":4},{"source":41,"target":3},{"source":38,"target":7},{"source":38,"target":42},{"source":38,"target":4},{"source":42,"target":7},{"source":39,"target":17},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":43},{"source":43,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":44},{"source":44,"target":6},{"source":44,"target":45},{"source":44,"target":7},{"source":45,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":46},{"source":46,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":47},{"source":9,"target":48},{"source":47,"target":49},{"source":47,"target":9},{"source":48,"target":8},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":50},{"source":10,"target":51},{"source":50,"target":14},{"source":50,"target":52},{"source":50,"target":10},{"source":52,"target":14},{"source":51,"target":11},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":53},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":56},{"source":53,"target":8},{"source":53,"target":57},{"source":53,"target":11},{"source":57,"target":8},{"source":54,"target":4},{"source":54,"target":58},{"source":54,"target":11},{"source":58,"target":4},{"source":55,"target":8},{"source":55,"target":59},{"source":55,"target":11},{"source":59,"target":8},{"source":56,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":60},{"source":12,"target":61},{"source":60,"target":3},{"source":60,"target":62},{"source":60,"target":12},{"source":62,"target":3},{"source":61,"target":8},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":63,"target":7},{"source":63,"target":67},{"source":63,"target":13},{"source":67,"target":7},{"source":64,"target":18},{"source":64,"target":68},{"source":64,"target":13},{"source":68,"target":18},{"source":65,"target":8},{"source":65,"target":69},{"source":65,"target":13},{"source":69,"target":8},{"source":66,"target":6},{"source":14,"target":0},{"source":14,"target":70},{"source":14,"target":71},{"source":14,"target":72},{"source":14,"target":73},{"source":70,"target":20},{"source":70,"target":74},{"source":70,"target":14},{"source":74,"target":20},{"source":71,"target":75},{"source":71,"target":14},{"source":72,"target":76},{"source":72,"target":14},{"source":73,"target":77},{"source":73,"target":14},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":78},{"source":78,"target":2},{"source":16,"target":0},{"source":16,"target":79},{"source":79,"target":80},{"source":79,"target":16},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":81},{"source":17,"target":82},{"source":17,"target":83},{"source":81,"target":2},{"source":81,"target":84},{"source":81,"target":17},{"source":84,"target":2},{"source":82,"target":85},{"source":82,"target":17},{"source":83,"target":16},{"source":18,"target":0},{"source":18,"target":86},{"source":18,"target":87},{"source":18,"target":88},{"source":86,"target":89},{"source":86,"target":18},{"source":87,"target":90},{"source":87,"target":18},{"source":88,"target":91},{"source":88,"target":18},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":92},{"source":19,"target":93},{"source":19,"target":94},{"source":19,"target":95},{"source":92,"target":1},{"source":92,"target":96},{"source":92,"target":19},{"source":96,"target":1},{"source":93,"target":14},{"source":93,"target":97},{"source":93,"target":19},{"source":97,"target":14},{"source":94,"target":18},{"source":94,"target":98},{"source":94,"target":19},{"source":98,"target":18},{"source":95,"target":16},{"source":20,"target":0},{"source":20,"target":99},{"source":20,"target":100},{"source":20,"target":101},{"source":20,"target":102},{"source":20,"target":103},{"source":99,"target":20},{"source":100,"target":20},{"source":101,"target":20},{"source":102,"target":20},{"source":103,"target":20},{"source":21,"target":0},{"source":21,"target":6},{"source":21,"target":104},{"source":21,"target":105},{"source":21,"target":106},{"source":104,"target":8},{"source":104,"target":107},{"source":104,"target":21},{"source":107,"target":8},{"source":105,"target":3},{"source":105,"target":108},{"source":105,"target":21},{"source":108,"target":3},{"source":106,"target":6},{"source":22,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="workingsets" nsURI="http://www.eclipse.org/oomph/workingsets/1.0" nsPrefix="workingsets"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="schemaLocation" value="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/WorkingSets.ecore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/oomph/base/LabelProvider"> <details key="imageBaseURI" value="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/plugins/org.eclipse.oomph.workingsets.edit/icons/full/obj16"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="WorkingSet" eSuperTypes="http://www.eclipse.org/oomph/base/1.0#//ModelElement"> <eOperations name="matches" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="resource" eType="ecore:EDataType http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore#//Resource"/> </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:EReference" name="predicates" upperBound="-1" eType="ecore:EClass http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore#//Predicate" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="predicate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkingSetGroup" eSuperTypes="http://www.eclipse.org/oomph/base/1.0#//ModelElement"> <eOperations name="getWorkingSet" eType="#//WorkingSet"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="workingSets" upperBound="-1" eType="#//WorkingSet" containment="true" eKeys="#//WorkingSet/name"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="workingSet"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InclusionPredicate" eSuperTypes="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore#//Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="includedWorkingSets" upperBound="-1" eType="#//WorkingSet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="includedWorkingSet"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExclusionPredicate" eSuperTypes="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore#//Predicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="excludedWorkingSets" upperBound="-1" eType="#//WorkingSet"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="excludedWorkingSet"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/FlasH-RUS/oomph/setups/models/WorkingSets.ecore
ecore
workingsets WorkingSet matches resource name predicates iD WorkingSetGroup getWorkingSet name workingSets InclusionPredicate includedWorkingSets ExclusionPredicate excludedWorkingSets
null
{"directed":true,"nodes":[{"nsPrefix":"workingsets","nsURI":"http://www.eclipse.org/oomph/workingsets/1.0","name":"workingsets","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkingSet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkingSetGroup","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusionPredicate","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusionPredicate","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"matches","lowerBound":0,"id":5,"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":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":"predicates","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":"iD","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resource","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EParameter"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getWorkingSet","lowerBound":0,"id":16,"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":"workingSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EParameter"},{"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":"includedWorkingSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"excludedWorkingSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"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":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":5,"target":11},{"source":11,"target":12},{"source":11,"target":5},{"source":6,"target":13},{"source":6,"target":1},{"source":7,"target":14},{"source":7,"target":1},{"source":8,"target":15},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":1},{"source":16,"target":19},{"source":16,"target":2},{"source":16,"target":20},{"source":19,"target":1},{"source":20,"target":21},{"source":20,"target":16},{"source":17,"target":1},{"source":17,"target":22},{"source":17,"target":2},{"source":17,"target":6},{"source":22,"target":1},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":1},{"source":23,"target":25},{"source":23,"target":3},{"source":25,"target":1},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":26,"target":1},{"source":26,"target":28},{"source":26,"target":4},{"source":28,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" eType="#/0/Module" eOpposite="#/0/Module/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="#/0/Query" eOpposite="#/0/Query/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="#/0/Library" eOpposite="#/0/Library/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="#/1/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true" eOpposite="#/0/InPatternElement/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dropPattern" ordered="false" eType="#/0/DropPattern" containment="true" eOpposite="#/0/DropPattern/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DropPattern" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/dropPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="#/0/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false" upperBound="-1" eType="#/1/OclModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="#/0/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="#/1/OclModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#/1/Iterator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="#/0/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#/1/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl"> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false" eType="#/1/Operation" eOpposite="#/1/Operation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false" eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes" nsPrefix="ptypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/Fhma/MT_ATL/uk.ac.york.cs.m2m.atl.model2code.converter/src/uk/ac/york/cs/m2m/atl/model2code/converter/resources/ATL.ecore
ecore
ATL LocatedElement location commentsBefore commentsAfter Unit libraries name Library helpers Query body helpers Module isRefining inModels outModels elements ModuleElement module Helper query library definition Rule outPattern actionBlock variables name MatchedRule inPattern children superRule isAbstract isRefining isNoDefault LazyMatchedRule isUnique CalledRule parameters isEntrypoint isEndpoint InPattern elements rule filter OutPattern rule dropPattern elements DropPattern outPattern PatternElement InPatternElement mapsTo inPattern models SimpleInPatternElement OutPatternElement outPattern sourceElement bindings model SimpleOutPatternElement reverseBindings ForEachOutPatternElement collection iterator Binding value outPatternElement propertyName isAssignment RuleVariableDeclaration rule LibraryRef unit name ActionBlock rule statements Statement ExpressionStat expression BindingStat source propertyName isAssignment value IfStat condition thenStatements elseStatements ForStat iterator collection statements OCL OclExpression type ifExp3 appliedProperty collection letExp loopExp parentOperation initializedVariable ifExp2 owningOperation ifExp1 owningAttribute VariableExp referredVariable SuperExp PrimitiveExp StringExp stringSymbol BooleanExp booleanSymbol NumericExp RealExp realSymbol IntegerExp integerSymbol CollectionExp elements BagExp OrderedSetExp SequenceExp SetExp TupleExp tuplePart TuplePart tuple MapExp elements MapElement map key value EnumLiteralExp name OclUndefinedExp PropertyCallExp source NavigationOrAttributeCallExp name OperationCallExp arguments operationName OperatorCallExp CollectionOperationCallExp LoopExp body iterators IterateExp result IteratorExp name LetExp variable in_ IfExp thenExpression condition elseExpression VariableDeclaration id varName type initExpression letExp baseExp variableExp Iterator loopExpr Parameter operation CollectionType elementType OclType name definitions oclExpression operation mapType2 attribute mapType collectionTypes tupleTypeAttribute variableDeclaration Primitive StringType BooleanType NumericType IntegerType RealType BagType OrderedSetType SequenceType SetType OclAnyType TupleType attributes TupleTypeAttribute type tupleType name OclModelElement model MapType valueType keyType OclFeatureDefinition feature context_ OclContextDefinition definition context_ OclFeature definition Attribute name initExpression type Operation name parameters returnType body OclModel name metamodel elements model PrimitiveTypes Boolean boolean boolean Double double double Integer int int String java.lang.String java.lang.String
null
{"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropPattern","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":33,"serializable":true,"eClass":"EDataType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":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":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":59,"serializable":true,"eClass":"EDataType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEndpoint","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dropPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPatternElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":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":155,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":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"},{"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":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":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":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":178,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"container":false,"ordered":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":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"container":false,"ordered":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":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":"statements","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"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":200,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":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":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":303,"serializable":true,"eClass":"EDataType"},{"id":304,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":307,"serializable":true,"eClass":"EDataType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":324,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"container":false,"ordered":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":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"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":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":368,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":389,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":440,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"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":"definition","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"},{"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":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"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":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":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":464,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes","name":"PrimitiveTypes","id":471,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":1,"target":0},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":30,"target":33},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":33},{"source":31,"target":33},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":33},{"source":32,"target":33},{"source":32,"target":36},{"source":32,"target":1},{"source":36,"target":33},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":37,"target":23},{"source":37,"target":40},{"source":37,"target":2},{"source":37,"target":41},{"source":40,"target":23},{"source":38,"target":33},{"source":38,"target":42},{"source":38,"target":2},{"source":42,"target":33},{"source":39,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":43},{"source":3,"target":44},{"source":43,"target":7},{"source":43,"target":45},{"source":43,"target":3},{"source":43,"target":46},{"source":45,"target":7},{"source":44,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":47,"target":50},{"source":47,"target":51},{"source":47,"target":4},{"source":51,"target":50},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":4},{"source":48,"target":53},{"source":52,"target":7},{"source":49,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":54,"target":59},{"source":54,"target":60},{"source":54,"target":5},{"source":60,"target":59},{"source":55,"target":61},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":61},{"source":56,"target":61},{"source":56,"target":63},{"source":56,"target":5},{"source":63,"target":61},{"source":57,"target":6},{"source":57,"target":64},{"source":57,"target":5},{"source":57,"target":65},{"source":64,"target":6},{"source":58,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":65},{"source":6,"target":66},{"source":65,"target":5},{"source":65,"target":67},{"source":65,"target":6},{"source":65,"target":57},{"source":67,"target":5},{"source":66,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":53},{"source":7,"target":46},{"source":7,"target":68},{"source":7,"target":69},{"source":53,"target":4},{"source":53,"target":70},{"source":53,"target":7},{"source":53,"target":48},{"source":70,"target":4},{"source":46,"target":3},{"source":46,"target":71},{"source":46,"target":7},{"source":46,"target":43},{"source":71,"target":3},{"source":68,"target":72},{"source":68,"target":73},{"source":68,"target":7},{"source":73,"target":72},{"source":69,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":74,"target":13},{"source":74,"target":79},{"source":74,"target":8},{"source":74,"target":80},{"source":79,"target":13},{"source":75,"target":24},{"source":75,"target":81},{"source":75,"target":8},{"source":75,"target":82},{"source":81,"target":24},{"source":76,"target":22},{"source":76,"target":83},{"source":76,"target":8},{"source":76,"target":84},{"source":83,"target":22},{"source":77,"target":33},{"source":77,"target":85},{"source":77,"target":8},{"source":85,"target":33},{"source":78,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"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":9,"target":92},{"source":86,"target":12},{"source":86,"target":93},{"source":86,"target":9},{"source":86,"target":94},{"source":93,"target":12},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":88},{"source":95,"target":9},{"source":88,"target":9},{"source":88,"target":96},{"source":88,"target":9},{"source":88,"target":87},{"source":96,"target":9},{"source":89,"target":59},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":59},{"source":90,"target":59},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":59},{"source":91,"target":59},{"source":91,"target":99},{"source":91,"target":9},{"source":99,"target":59},{"source":92,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":100},{"source":10,"target":101},{"source":100,"target":59},{"source":100,"target":102},{"source":100,"target":10},{"source":102,"target":59},{"source":101,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":11,"target":106},{"source":103,"target":107},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":107},{"source":104,"target":59},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":59},{"source":105,"target":59},{"source":105,"target":110},{"source":105,"target":11},{"source":110,"target":59},{"source":106,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":111},{"source":12,"target":94},{"source":12,"target":112},{"source":12,"target":113},{"source":111,"target":16},{"source":111,"target":114},{"source":111,"target":12},{"source":111,"target":115},{"source":114,"target":16},{"source":94,"target":9},{"source":94,"target":116},{"source":94,"target":12},{"source":94,"target":86},{"source":116,"target":9},{"source":112,"target":50},{"source":112,"target":117},{"source":112,"target":12},{"source":117,"target":50},{"source":113,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":80},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":80,"target":8},{"source":80,"target":121},{"source":80,"target":13},{"source":80,"target":74},{"source":121,"target":8},{"source":118,"target":14},{"source":118,"target":122},{"source":118,"target":13},{"source":118,"target":123},{"source":122,"target":14},{"source":119,"target":18},{"source":119,"target":124},{"source":119,"target":13},{"source":119,"target":125},{"source":124,"target":18},{"source":120,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":123},{"source":14,"target":126},{"source":123,"target":13},{"source":123,"target":127},{"source":123,"target":14},{"source":123,"target":118},{"source":127,"target":13},{"source":126,"target":1},{"source":15,"target":0},{"source":15,"target":128},{"source":15,"target":129},{"source":129,"target":128},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":130},{"source":16,"target":115},{"source":16,"target":131},{"source":16,"target":132},{"source":130,"target":18},{"source":130,"target":133},{"source":130,"target":16},{"source":130,"target":134},{"source":133,"target":18},{"source":115,"target":12},{"source":115,"target":135},{"source":115,"target":16},{"source":115,"target":111},{"source":135,"target":12},{"source":131,"target":61},{"source":131,"target":136},{"source":131,"target":16},{"source":136,"target":61},{"source":132,"target":15},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":137},{"source":137,"target":16},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":125},{"source":18,"target":134},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":125,"target":13},{"source":125,"target":141},{"source":125,"target":18},{"source":125,"target":119},{"source":141,"target":13},{"source":134,"target":16},{"source":134,"target":142},{"source":134,"target":18},{"source":134,"target":130},{"source":142,"target":16},{"source":138,"target":21},{"source":138,"target":143},{"source":138,"target":18},{"source":138,"target":144},{"source":143,"target":21},{"source":139,"target":61},{"source":139,"target":145},{"source":139,"target":18},{"source":145,"target":61},{"source":140,"target":15},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":146},{"source":19,"target":147},{"source":146,"target":50},{"source":146,"target":148},{"source":146,"target":19},{"source":148,"target":50},{"source":147,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":149},{"source":20,"target":150},{"source":20,"target":151},{"source":149,"target":50},{"source":149,"target":152},{"source":149,"target":20},{"source":152,"target":50},{"source":150,"target":153},{"source":150,"target":154},{"source":150,"target":20},{"source":154,"target":153},{"source":151,"target":18},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":155},{"source":21,"target":144},{"source":21,"target":156},{"source":21,"target":157},{"source":21,"target":158},{"source":155,"target":50},{"source":155,"target":159},{"source":155,"target":21},{"source":159,"target":50},{"source":144,"target":18},{"source":144,"target":160},{"source":144,"target":21},{"source":144,"target":138},{"source":160,"target":18},{"source":156,"target":33},{"source":156,"target":161},{"source":156,"target":21},{"source":161,"target":33},{"source":157,"target":59},{"source":157,"target":162},{"source":157,"target":21},{"source":162,"target":59},{"source":158,"target":1},{"source":22,"target":0},{"source":22,"target":128},{"source":22,"target":84},{"source":22,"target":163},{"source":84,"target":8},{"source":84,"target":164},{"source":84,"target":22},{"source":84,"target":76},{"source":164,"target":8},{"source":163,"target":128},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":41},{"source":23,"target":165},{"source":23,"target":166},{"source":41,"target":2},{"source":41,"target":167},{"source":41,"target":23},{"source":41,"target":37},{"source":167,"target":2},{"source":165,"target":33},{"source":165,"target":168},{"source":165,"target":23},{"source":168,"target":33},{"source":166,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":82},{"source":24,"target":169},{"source":24,"target":170},{"source":82,"target":8},{"source":82,"target":171},{"source":82,"target":24},{"source":82,"target":75},{"source":171,"target":8},{"source":169,"target":25},{"source":169,"target":172},{"source":169,"target":24},{"source":172,"target":25},{"source":170,"target":1},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":173},{"source":173,"target":1},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":174},{"source":26,"target":175},{"source":174,"target":50},{"source":174,"target":176},{"source":174,"target":26},{"source":176,"target":50},{"source":175,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":177},{"source":27,"target":178},{"source":27,"target":179},{"source":27,"target":180},{"source":27,"target":181},{"source":177,"target":50},{"source":177,"target":182},{"source":177,"target":27},{"source":182,"target":50},{"source":178,"target":33},{"source":178,"target":183},{"source":178,"target":27},{"source":183,"target":33},{"source":179,"target":59},{"source":179,"target":184},{"source":179,"target":27},{"source":184,"target":59},{"source":180,"target":50},{"source":180,"target":185},{"source":180,"target":27},{"source":185,"target":50},{"source":181,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":186},{"source":28,"target":187},{"source":28,"target":188},{"source":28,"target":189},{"source":186,"target":50},{"source":186,"target":190},{"source":186,"target":28},{"source":190,"target":50},{"source":187,"target":25},{"source":187,"target":191},{"source":187,"target":28},{"source":191,"target":25},{"source":188,"target":25},{"source":188,"target":192},{"source":188,"target":28},{"source":192,"target":25},{"source":189,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":193},{"source":29,"target":194},{"source":29,"target":195},{"source":29,"target":196},{"source":193,"target":153},{"source":193,"target":197},{"source":193,"target":29},{"source":197,"target":153},{"source":194,"target":50},{"source":194,"target":198},{"source":194,"target":29},{"source":198,"target":50},{"source":195,"target":25},{"source":195,"target":199},{"source":195,"target":29},{"source":199,"target":25},{"source":196,"target":25},{"source":200,"target":50},{"source":200,"target":201},{"source":200,"target":202},{"source":200,"target":203},{"source":200,"target":204},{"source":200,"target":205},{"source":200,"target":206},{"source":200,"target":207},{"source":200,"target":208},{"source":200,"target":209},{"source":200,"target":210},{"source":200,"target":211},{"source":200,"target":212},{"source":200,"target":213},{"source":200,"target":214},{"source":200,"target":215},{"source":200,"target":216},{"source":200,"target":217},{"source":200,"target":218},{"source":200,"target":219},{"source":200,"target":220},{"source":200,"target":221},{"source":200,"target":222},{"source":200,"target":223},{"source":200,"target":224},{"source":200,"target":225},{"source":200,"target":226},{"source":200,"target":227},{"source":200,"target":228},{"source":200,"target":229},{"source":200,"target":128},{"source":200,"target":153},{"source":200,"target":107},{"source":200,"target":230},{"source":200,"target":231},{"source":200,"target":232},{"source":200,"target":233},{"source":200,"target":234},{"source":200,"target":235},{"source":200,"target":236},{"source":200,"target":237},{"source":200,"target":238},{"source":200,"target":239},{"source":200,"target":240},{"source":200,"target":241},{"source":200,"target":242},{"source":200,"target":243},{"source":200,"target":244},{"source":200,"target":245},{"source":200,"target":246},{"source":200,"target":72},{"source":200,"target":247},{"source":200,"target":248},{"source":200,"target":249},{"source":200,"target":250},{"source":200,"target":61},{"source":50,"target":200},{"source":50,"target":1},{"source":50,"target":251},{"source":50,"target":252},{"source":50,"target":253},{"source":50,"target":254},{"source":50,"target":255},{"source":50,"target":256},{"source":50,"target":257},{"source":50,"target":258},{"source":50,"target":259},{"source":50,"target":260},{"source":50,"target":261},{"source":50,"target":262},{"source":50,"target":263},{"source":251,"target":231},{"source":251,"target":264},{"source":251,"target":50},{"source":251,"target":265},{"source":264,"target":231},{"source":252,"target":229},{"source":252,"target":266},{"source":252,"target":50},{"source":252,"target":267},{"source":266,"target":229},{"source":253,"target":220},{"source":253,"target":268},{"source":253,"target":50},{"source":253,"target":269},{"source":268,"target":220},{"source":254,"target":209},{"source":254,"target":270},{"source":254,"target":50},{"source":254,"target":271},{"source":270,"target":209},{"source":255,"target":228},{"source":255,"target":272},{"source":255,"target":50},{"source":255,"target":273},{"source":272,"target":228},{"source":256,"target":225},{"source":256,"target":274},{"source":256,"target":50},{"source":256,"target":275},{"source":274,"target":225},{"source":257,"target":222},{"source":257,"target":276},{"source":257,"target":50},{"source":257,"target":277},{"source":276,"target":222},{"source":258,"target":128},{"source":258,"target":278},{"source":258,"target":50},{"source":258,"target":279},{"source":278,"target":128},{"source":259,"target":229},{"source":259,"target":280},{"source":259,"target":50},{"source":259,"target":281},{"source":280,"target":229},{"source":260,"target":250},{"source":260,"target":282},{"source":260,"target":50},{"source":260,"target":283},{"source":282,"target":250},{"source":261,"target":229},{"source":261,"target":284},{"source":261,"target":50},{"source":261,"target":285},{"source":284,"target":229},{"source":262,"target":249},{"source":262,"target":286},{"source":262,"target":50},{"source":262,"target":287},{"source":286,"target":249},{"source":263,"target":1},{"source":201,"target":200},{"source":201,"target":50},{"source":201,"target":288},{"source":201,"target":289},{"source":288,"target":128},{"source":288,"target":290},{"source":288,"target":201},{"source":288,"target":291},{"source":290,"target":128},{"source":289,"target":50},{"source":202,"target":200},{"source":202,"target":50},{"source":202,"target":292},{"source":292,"target":50},{"source":203,"target":200},{"source":203,"target":50},{"source":203,"target":293},{"source":293,"target":50},{"source":204,"target":200},{"source":204,"target":203},{"source":204,"target":294},{"source":204,"target":295},{"source":294,"target":33},{"source":294,"target":296},{"source":294,"target":204},{"source":296,"target":33},{"source":295,"target":203},{"source":205,"target":200},{"source":205,"target":203},{"source":205,"target":297},{"source":205,"target":298},{"source":297,"target":59},{"source":297,"target":299},{"source":297,"target":205},{"source":299,"target":59},{"source":298,"target":203},{"source":206,"target":200},{"source":206,"target":203},{"source":206,"target":300},{"source":300,"target":203},{"source":207,"target":200},{"source":207,"target":206},{"source":207,"target":301},{"source":207,"target":302},{"source":301,"target":303},{"source":301,"target":304},{"source":301,"target":207},{"source":304,"target":303},{"source":302,"target":206},{"source":208,"target":200},{"source":208,"target":206},{"source":208,"target":305},{"source":208,"target":306},{"source":305,"target":307},{"source":305,"target":308},{"source":305,"target":208},{"source":308,"target":307},{"source":306,"target":206},{"source":209,"target":200},{"source":209,"target":50},{"source":209,"target":271},{"source":209,"target":309},{"source":271,"target":50},{"source":271,"target":310},{"source":271,"target":209},{"source":271,"target":254},{"source":310,"target":50},{"source":309,"target":50},{"source":210,"target":200},{"source":210,"target":209},{"source":210,"target":311},{"source":311,"target":209},{"source":211,"target":200},{"source":211,"target":209},{"source":211,"target":312},{"source":312,"target":209},{"source":212,"target":200},{"source":212,"target":209},{"source":212,"target":313},{"source":313,"target":209},{"source":213,"target":200},{"source":213,"target":209},{"source":213,"target":314},{"source":314,"target":209},{"source":214,"target":200},{"source":214,"target":50},{"source":214,"target":315},{"source":214,"target":316},{"source":315,"target":215},{"source":315,"target":317},{"source":315,"target":214},{"source":315,"target":318},{"source":317,"target":215},{"source":316,"target":50},{"source":215,"target":200},{"source":215,"target":128},{"source":215,"target":318},{"source":215,"target":319},{"source":318,"target":214},{"source":318,"target":320},{"source":318,"target":215},{"source":318,"target":315},{"source":320,"target":214},{"source":319,"target":128},{"source":216,"target":200},{"source":216,"target":50},{"source":216,"target":321},{"source":216,"target":322},{"source":321,"target":217},{"source":321,"target":323},{"source":321,"target":216},{"source":321,"target":324},{"source":323,"target":217},{"source":322,"target":50},{"source":217,"target":200},{"source":217,"target":1},{"source":217,"target":324},{"source":217,"target":325},{"source":217,"target":326},{"source":217,"target":327},{"source":324,"target":216},{"source":324,"target":328},{"source":324,"target":217},{"source":324,"target":321},{"source":328,"target":216},{"source":325,"target":50},{"source":325,"target":329},{"source":325,"target":217},{"source":329,"target":50},{"source":326,"target":50},{"source":326,"target":330},{"source":326,"target":217},{"source":330,"target":50},{"source":327,"target":1},{"source":218,"target":200},{"source":218,"target":50},{"source":218,"target":331},{"source":218,"target":332},{"source":331,"target":33},{"source":331,"target":333},{"source":331,"target":218},{"source":333,"target":33},{"source":332,"target":50},{"source":219,"target":200},{"source":219,"target":50},{"source":219,"target":334},{"source":334,"target":50},{"source":220,"target":200},{"source":220,"target":50},{"source":220,"target":269},{"source":220,"target":335},{"source":269,"target":50},{"source":269,"target":336},{"source":269,"target":220},{"source":269,"target":253},{"source":336,"target":50},{"source":335,"target":50},{"source":221,"target":200},{"source":221,"target":220},{"source":221,"target":337},{"source":221,"target":338},{"source":337,"target":33},{"source":337,"target":339},{"source":337,"target":221},{"source":339,"target":33},{"source":338,"target":220},{"source":222,"target":200},{"source":222,"target":220},{"source":222,"target":277},{"source":222,"target":340},{"source":222,"target":341},{"source":277,"target":50},{"source":277,"target":342},{"source":277,"target":222},{"source":277,"target":257},{"source":342,"target":50},{"source":340,"target":33},{"source":340,"target":343},{"source":340,"target":222},{"source":343,"target":33},{"source":341,"target":220},{"source":223,"target":200},{"source":223,"target":222},{"source":223,"target":344},{"source":344,"target":222},{"source":224,"target":200},{"source":224,"target":222},{"source":224,"target":345},{"source":345,"target":222},{"source":225,"target":200},{"source":225,"target":220},{"source":225,"target":275},{"source":225,"target":346},{"source":225,"target":347},{"source":275,"target":50},{"source":275,"target":348},{"source":275,"target":225},{"source":275,"target":256},{"source":348,"target":50},{"source":346,"target":153},{"source":346,"target":349},{"source":346,"target":225},{"source":346,"target":350},{"source":349,"target":153},{"source":347,"target":220},{"source":226,"target":200},{"source":226,"target":225},{"source":226,"target":351},{"source":226,"target":352},{"source":351,"target":128},{"source":351,"target":353},{"source":351,"target":226},{"source":351,"target":354},{"source":353,"target":128},{"source":352,"target":225},{"source":227,"target":200},{"source":227,"target":225},{"source":227,"target":355},{"source":227,"target":356},{"source":355,"target":33},{"source":355,"target":357},{"source":355,"target":227},{"source":357,"target":33},{"source":356,"target":225},{"source":228,"target":200},{"source":228,"target":50},{"source":228,"target":358},{"source":228,"target":273},{"source":228,"target":359},{"source":358,"target":128},{"source":358,"target":360},{"source":358,"target":228},{"source":358,"target":361},{"source":360,"target":128},{"source":273,"target":50},{"source":273,"target":362},{"source":273,"target":228},{"source":273,"target":255},{"source":362,"target":50},{"source":359,"target":50},{"source":229,"target":200},{"source":229,"target":50},{"source":229,"target":281},{"source":229,"target":285},{"source":229,"target":267},{"source":229,"target":363},{"source":281,"target":50},{"source":281,"target":364},{"source":281,"target":229},{"source":281,"target":259},{"source":364,"target":50},{"source":285,"target":50},{"source":285,"target":365},{"source":285,"target":229},{"source":285,"target":261},{"source":365,"target":50},{"source":267,"target":50},{"source":267,"target":366},{"source":267,"target":229},{"source":267,"target":252},{"source":366,"target":50},{"source":363,"target":50},{"source":128,"target":200},{"source":128,"target":1},{"source":128,"target":367},{"source":128,"target":368},{"source":128,"target":369},{"source":128,"target":279},{"source":128,"target":361},{"source":128,"target":354},{"source":128,"target":291},{"source":128,"target":370},{"source":367,"target":33},{"source":367,"target":371},{"source":367,"target":128},{"source":371,"target":33},{"source":368,"target":33},{"source":368,"target":372},{"source":368,"target":128},{"source":372,"target":33},{"source":369,"target":231},{"source":369,"target":373},{"source":369,"target":128},{"source":369,"target":374},{"source":373,"target":231},{"source":279,"target":50},{"source":279,"target":375},{"source":279,"target":128},{"source":279,"target":258},{"source":375,"target":50},{"source":361,"target":228},{"source":361,"target":376},{"source":361,"target":128},{"source":361,"target":358},{"source":376,"target":228},{"source":354,"target":226},{"source":354,"target":377},{"source":354,"target":128},{"source":354,"target":351},{"source":377,"target":226},{"source":291,"target":201},{"source":291,"target":378},{"source":291,"target":128},{"source":291,"target":288},{"source":378,"target":201},{"source":370,"target":1},{"source":153,"target":200},{"source":153,"target":128},{"source":153,"target":350},{"source":153,"target":379},{"source":350,"target":225},{"source":350,"target":380},{"source":350,"target":153},{"source":350,"target":346},{"source":380,"target":225},{"source":379,"target":128},{"source":107,"target":200},{"source":107,"target":128},{"source":107,"target":381},{"source":107,"target":382},{"source":381,"target":250},{"source":381,"target":383},{"source":381,"target":107},{"source":381,"target":384},{"source":383,"target":250},{"source":382,"target":128},{"source":230,"target":200},{"source":230,"target":231},{"source":230,"target":385},{"source":230,"target":386},{"source":385,"target":231},{"source":385,"target":387},{"source":385,"target":230},{"source":385,"target":388},{"source":387,"target":231},{"source":386,"target":231},{"source":231,"target":200},{"source":231,"target":50},{"source":231,"target":389},{"source":231,"target":390},{"source":231,"target":265},{"source":231,"target":391},{"source":231,"target":392},{"source":231,"target":393},{"source":231,"target":394},{"source":231,"target":388},{"source":231,"target":395},{"source":231,"target":374},{"source":231,"target":396},{"source":389,"target":33},{"source":389,"target":397},{"source":389,"target":231},{"source":397,"target":33},{"source":390,"target":247},{"source":390,"target":398},{"source":390,"target":231},{"source":390,"target":399},{"source":398,"target":247},{"source":265,"target":50},{"source":265,"target":400},{"source":265,"target":231},{"source":265,"target":251},{"source":400,"target":50},{"source":391,"target":250},{"source":391,"target":401},{"source":391,"target":231},{"source":391,"target":402},{"source":401,"target":250},{"source":392,"target":246},{"source":392,"target":403},{"source":392,"target":231},{"source":392,"target":404},{"source":403,"target":246},{"source":393,"target":249},{"source":393,"target":405},{"source":393,"target":231},{"source":393,"target":406},{"source":405,"target":249},{"source":394,"target":246},{"source":394,"target":407},{"source":394,"target":231},{"source":394,"target":408},{"source":407,"target":246},{"source":388,"target":230},{"source":388,"target":409},{"source":388,"target":231},{"source":388,"target":385},{"source":409,"target":230},{"source":395,"target":244},{"source":395,"target":410},{"source":395,"target":231},{"source":395,"target":411},{"source":410,"target":244},{"source":374,"target":128},{"source":374,"target":412},{"source":374,"target":231},{"source":374,"target":369},{"source":412,"target":128},{"source":396,"target":50},{"source":232,"target":200},{"source":232,"target":231},{"source":232,"target":413},{"source":413,"target":231},{"source":233,"target":200},{"source":233,"target":232},{"source":233,"target":414},{"source":414,"target":232},{"source":234,"target":200},{"source":234,"target":232},{"source":234,"target":415},{"source":415,"target":232},{"source":235,"target":200},{"source":235,"target":232},{"source":235,"target":416},{"source":416,"target":232},{"source":236,"target":200},{"source":236,"target":235},{"source":236,"target":417},{"source":417,"target":235},{"source":237,"target":200},{"source":237,"target":235},{"source":237,"target":418},{"source":418,"target":235},{"source":238,"target":200},{"source":238,"target":230},{"source":238,"target":419},{"source":419,"target":230},{"source":239,"target":200},{"source":239,"target":230},{"source":239,"target":420},{"source":420,"target":230},{"source":240,"target":200},{"source":240,"target":230},{"source":240,"target":421},{"source":421,"target":230},{"source":241,"target":200},{"source":241,"target":230},{"source":241,"target":422},{"source":422,"target":230},{"source":242,"target":200},{"source":242,"target":231},{"source":242,"target":423},{"source":423,"target":231},{"source":243,"target":200},{"source":243,"target":231},{"source":243,"target":424},{"source":243,"target":425},{"source":424,"target":244},{"source":424,"target":426},{"source":424,"target":243},{"source":424,"target":427},{"source":426,"target":244},{"source":425,"target":231},{"source":244,"target":200},{"source":244,"target":1},{"source":244,"target":411},{"source":244,"target":427},{"source":244,"target":428},{"source":244,"target":429},{"source":411,"target":231},{"source":411,"target":430},{"source":411,"target":244},{"source":411,"target":395},{"source":430,"target":231},{"source":427,"target":243},{"source":427,"target":431},{"source":427,"target":244},{"source":427,"target":424},{"source":431,"target":243},{"source":428,"target":33},{"source":428,"target":432},{"source":428,"target":244},{"source":432,"target":33},{"source":429,"target":1},{"source":245,"target":200},{"source":245,"target":231},{"source":245,"target":433},{"source":245,"target":434},{"source":433,"target":61},{"source":433,"target":435},{"source":433,"target":245},{"source":433,"target":436},{"source":435,"target":61},{"source":434,"target":231},{"source":246,"target":200},{"source":246,"target":231},{"source":246,"target":404},{"source":246,"target":408},{"source":246,"target":437},{"source":404,"target":231},{"source":404,"target":438},{"source":404,"target":246},{"source":404,"target":392},{"source":438,"target":231},{"source":408,"target":231},{"source":408,"target":439},{"source":408,"target":246},{"source":408,"target":394},{"source":439,"target":231},{"source":437,"target":231},{"source":72,"target":200},{"source":72,"target":1},{"source":72,"target":440},{"source":72,"target":441},{"source":72,"target":442},{"source":440,"target":248},{"source":440,"target":443},{"source":440,"target":72},{"source":440,"target":444},{"source":443,"target":248},{"source":441,"target":247},{"source":441,"target":445},{"source":441,"target":72},{"source":441,"target":446},{"source":445,"target":247},{"source":442,"target":1},{"source":247,"target":200},{"source":247,"target":1},{"source":247,"target":446},{"source":247,"target":399},{"source":247,"target":447},{"source":446,"target":72},{"source":446,"target":448},{"source":446,"target":247},{"source":446,"target":441},{"source":448,"target":72},{"source":399,"target":231},{"source":399,"target":449},{"source":399,"target":247},{"source":399,"target":390},{"source":449,"target":231},{"source":447,"target":1},{"source":248,"target":200},{"source":248,"target":1},{"source":248,"target":444},{"source":248,"target":450},{"source":444,"target":72},{"source":444,"target":451},{"source":444,"target":248},{"source":444,"target":440},{"source":451,"target":72},{"source":450,"target":1},{"source":249,"target":200},{"source":249,"target":248},{"source":249,"target":452},{"source":249,"target":287},{"source":249,"target":406},{"source":249,"target":453},{"source":452,"target":33},{"source":452,"target":454},{"source":452,"target":249},{"source":454,"target":33},{"source":287,"target":50},{"source":287,"target":455},{"source":287,"target":249},{"source":287,"target":262},{"source":455,"target":50},{"source":406,"target":231},{"source":406,"target":456},{"source":406,"target":249},{"source":406,"target":393},{"source":456,"target":231},{"source":453,"target":248},{"source":250,"target":200},{"source":250,"target":248},{"source":250,"target":457},{"source":250,"target":384},{"source":250,"target":402},{"source":250,"target":283},{"source":250,"target":458},{"source":457,"target":33},{"source":457,"target":459},{"source":457,"target":250},{"source":459,"target":33},{"source":384,"target":107},{"source":384,"target":460},{"source":384,"target":250},{"source":384,"target":381},{"source":460,"target":107},{"source":402,"target":231},{"source":402,"target":461},{"source":402,"target":250},{"source":402,"target":391},{"source":461,"target":231},{"source":283,"target":50},{"source":283,"target":462},{"source":283,"target":250},{"source":283,"target":260},{"source":462,"target":50},{"source":458,"target":248},{"source":61,"target":200},{"source":61,"target":1},{"source":61,"target":463},{"source":61,"target":464},{"source":61,"target":436},{"source":61,"target":465},{"source":61,"target":466},{"source":463,"target":33},{"source":463,"target":467},{"source":463,"target":61},{"source":467,"target":33},{"source":464,"target":61},{"source":464,"target":468},{"source":464,"target":61},{"source":464,"target":465},{"source":468,"target":61},{"source":436,"target":245},{"source":436,"target":469},{"source":436,"target":61},{"source":436,"target":433},{"source":469,"target":245},{"source":465,"target":61},{"source":465,"target":470},{"source":465,"target":61},{"source":465,"target":464},{"source":470,"target":61},{"source":466,"target":1},{"source":471,"target":59},{"source":471,"target":303},{"source":471,"target":307},{"source":471,"target":33},{"source":59,"target":471},{"source":303,"target":471},{"source":307,"target":471},{"source":33,"target":471}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="querydsl" nsURI="http://blackbelt.hu/judo/meta/psm/querydsl" nsPrefix="querydsl"> <eClassifiers xsi:type="ecore:EClass" name="QueryDslModel" eSuperTypes="#//QueryDslElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topPackageName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persistenceName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="queryDslClasses" upperBound="-1" eType="#//QueryDslClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="views" upperBound="-1" eType="#//QueryDslView" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="junctionTables" upperBound="-1" eType="#//QueryDslJunctionTable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslClass" eSuperTypes="#//QueryDslElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//QueryDslAttribute" containment="true" eOpposite="#//QueryDslAttribute/ownerClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//QueryDslReference" containment="true" eOpposite="#//QueryDslReference/ownerClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supertype" eType="#//QueryDslClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//QueryDslView" eOpposite="#//QueryDslView/class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslAttribute" eSuperTypes="#//QueryDslElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownerClass" lowerBound="1" eType="#//QueryDslClass" eOpposite="#//QueryDslClass/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeFqName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeIdentifierField" upperBound="-1" eType="#//QueryDslAttributeField" eOpposite="#//QueryDslAttributeField/javaAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslReference" eSuperTypes="#//QueryDslElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownerClass" lowerBound="1" eType="#//QueryDslClass" eOpposite="#//QueryDslClass/references"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeFqName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" lowerBound="1" eType="#//QueryDslReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationIdentifierField" upperBound="-1" eType="#//QueryDslReferenceField" eOpposite="#//QueryDslReferenceField/javaReference"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="options" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="representsJunction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originUuid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uuid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslView" eSuperTypes="#//QueryDslSqlElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//QueryDslClass" eOpposite="#//QueryDslClass/view"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//QueryDslField" containment="true" eOpposite="#//QueryDslField/view"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nmKeys" upperBound="-1" eType="#//QueryDslJunctionTableForeignKey" eOpposite="#//QueryDslJunctionTableForeignKey/view"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslField" abstract="true" eSuperTypes="#//QueryDslSqlElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//QueryDslView" eOpposite="#//QueryDslView/fields"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rdbmsTypeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeFqName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslSqlElement" abstract="true" eSuperTypes="#//QueryDslElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sqlName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslIdentifierField" eSuperTypes="#//QueryDslAttributeField"/> <eClassifiers xsi:type="ecore:EClass" name="QueryDslRelationIdentifierField" eSuperTypes="#//QueryDslReferenceField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="foreignKeyName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslValueField" eSuperTypes="#//QueryDslAttributeField"/> <eClassifiers xsi:type="ecore:EClass" name="QueryDslAttributeField" abstract="true" eSuperTypes="#//QueryDslField"> <eStructuralFeatures xsi:type="ecore:EReference" name="javaAttribute" lowerBound="1" eType="#//QueryDslAttribute" eOpposite="#//QueryDslAttribute/attributeIdentifierField"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslJunctionTable" eSuperTypes="#//QueryDslSqlElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" lowerBound="1" eType="#//QueryDslJunctionTablePrimaryKey" containment="true" eOpposite="#//QueryDslJunctionTablePrimaryKey/junctionTable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignKey1" lowerBound="1" eType="#//QueryDslJunctionTableForeignKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignKey2" lowerBound="1" eType="#//QueryDslJunctionTableForeignKey" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslInverseRelationIdentifierField" eSuperTypes="#//QueryDslReferenceField"/> <eClassifiers xsi:type="ecore:EClass" name="QueryDslReferenceField" abstract="true" eSuperTypes="#//QueryDslField"> <eStructuralFeatures xsi:type="ecore:EReference" name="javaReference" lowerBound="1" eType="#//QueryDslReference" eOpposite="#//QueryDslReference/relationIdentifierField"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslJunctionTablePrimaryKey" eSuperTypes="#//QueryDslSqlElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="junctionTable" lowerBound="1" eType="#//QueryDslJunctionTable" eOpposite="#//QueryDslJunctionTable/primaryKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryDslJunctionTableForeignKey" eSuperTypes="#//QueryDslSqlElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//QueryDslView" eOpposite="#//QueryDslView/nmKeys"/> <eStructuralFeatures xsi:type="ecore:EReference" name="javaClass" lowerBound="1" eType="#//QueryDslClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="junctionTable" lowerBound="1" eType="#//QueryDslJunctionTable"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/BlackBeltTechnology/judo-generator/hu.blackbelt.judo.generator.meta.querydsl/model/querydsl.ecore
ecore
querydsl QueryDslModel version topPackageName persistenceName queryDslClasses views junctionTables QueryDslClass attributes references originName packageName supertype view QueryDslAttribute ownerClass typeFqName attributeIdentifierField QueryDslReference ownerClass typeFqName opposite relationIdentifierField lower 0 upper 1 options representsJunction false QueryDslElement name originUuid uuid QueryDslView class fields nmKeys QueryDslField typeName view rdbmsTypeName typeFqName QueryDslSqlElement sqlName QueryDslIdentifierField QueryDslRelationIdentifierField foreignKeyName QueryDslValueField QueryDslAttributeField javaAttribute QueryDslJunctionTable primaryKey packageName foreignKey1 foreignKey2 QueryDslInverseRelationIdentifierField QueryDslReferenceField javaReference QueryDslJunctionTablePrimaryKey junctionTable QueryDslJunctionTableForeignKey view javaClass junctionTable
null
{"directed":true,"nodes":[{"nsPrefix":"querydsl","nsURI":"http://blackbelt.hu/judo/meta/psm/querydsl","name":"querydsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslAttribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslReference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslView","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslField","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslSqlElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslIdentifierField","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslRelationIdentifierField","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslValueField","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslAttributeField","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslJunctionTable","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslInverseRelationIdentifierField","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslReferenceField","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslJunctionTablePrimaryKey","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDslJunctionTableForeignKey","instanceClass":null,"abstract":false,"id":17,"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":"version","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"topPackageName","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"persistenceName","changeable":true,"lowerBound":1,"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":"queryDslClasses","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":"views","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":"junctionTables","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"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","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":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originName","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":"packageName","changeable":true,"lowerBound":1,"iD":false,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"view","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownerClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"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":"ownerClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeFqName","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeIdentifierField","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"javaAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeFqName","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relationIdentifierField","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"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":"lower","changeable":true,"lowerBound":0,"iD":false,"id":57,"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":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"representsJunction","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"javaReference","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originUuid","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uuid","changeable":true,"lowerBound":1,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nmKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":true,"ordered":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":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"view","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rdbmsTypeName","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeFqName","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"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sqlName","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"foreignKeyName","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"packageName","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foreignKey1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"foreignKey2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"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":"junctionTable","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"javaClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"junctionTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":5},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":18,"target":25},{"source":18,"target":1},{"source":19,"target":26},{"source":19,"target":1},{"source":20,"target":27},{"source":20,"target":1},{"source":21,"target":2},{"source":21,"target":28},{"source":21,"target":1},{"source":28,"target":2},{"source":22,"target":6},{"source":22,"target":29},{"source":22,"target":1},{"source":29,"target":6},{"source":23,"target":13},{"source":23,"target":30},{"source":23,"target":1},{"source":30,"target":13},{"source":24,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":31,"target":3},{"source":31,"target":38},{"source":31,"target":2},{"source":31,"target":39},{"source":38,"target":3},{"source":32,"target":4},{"source":32,"target":40},{"source":32,"target":2},{"source":32,"target":41},{"source":40,"target":4},{"source":33,"target":42},{"source":33,"target":2},{"source":34,"target":43},{"source":34,"target":2},{"source":35,"target":2},{"source":35,"target":44},{"source":35,"target":2},{"source":44,"target":2},{"source":36,"target":6},{"source":36,"target":45},{"source":36,"target":2},{"source":36,"target":46},{"source":45,"target":6},{"source":37,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":39},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":39,"target":2},{"source":39,"target":50},{"source":39,"target":3},{"source":39,"target":31},{"source":50,"target":2},{"source":47,"target":51},{"source":47,"target":3},{"source":48,"target":12},{"source":48,"target":52},{"source":48,"target":3},{"source":48,"target":53},{"source":52,"target":12},{"source":49,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":41},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":41,"target":2},{"source":41,"target":62},{"source":41,"target":4},{"source":41,"target":32},{"source":62,"target":2},{"source":54,"target":63},{"source":54,"target":4},{"source":55,"target":4},{"source":55,"target":64},{"source":55,"target":4},{"source":64,"target":4},{"source":56,"target":15},{"source":56,"target":65},{"source":56,"target":4},{"source":56,"target":66},{"source":65,"target":15},{"source":57,"target":67},{"source":57,"target":4},{"source":58,"target":68},{"source":58,"target":4},{"source":59,"target":69},{"source":59,"target":4},{"source":60,"target":70},{"source":60,"target":4},{"source":61,"target":5},{"source":5,"target":0},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":71,"target":74},{"source":71,"target":5},{"source":72,"target":75},{"source":72,"target":5},{"source":73,"target":76},{"source":73,"target":5},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":46},{"source":6,"target":77},{"source":6,"target":78},{"source":6,"target":79},{"source":46,"target":2},{"source":46,"target":80},{"source":46,"target":6},{"source":46,"target":36},{"source":80,"target":2},{"source":77,"target":7},{"source":77,"target":81},{"source":77,"target":6},{"source":77,"target":82},{"source":81,"target":7},{"source":78,"target":17},{"source":78,"target":83},{"source":78,"target":6},{"source":78,"target":84},{"source":83,"target":17},{"source":79,"target":8},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":85},{"source":7,"target":82},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":85,"target":89},{"source":85,"target":7},{"source":82,"target":6},{"source":82,"target":90},{"source":82,"target":7},{"source":82,"target":77},{"source":90,"target":6},{"source":86,"target":91},{"source":86,"target":7},{"source":87,"target":92},{"source":87,"target":7},{"source":88,"target":8},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":93},{"source":8,"target":94},{"source":93,"target":95},{"source":93,"target":8},{"source":94,"target":5},{"source":9,"target":0},{"source":9,"target":12},{"source":9,"target":96},{"source":96,"target":12},{"source":10,"target":0},{"source":10,"target":15},{"source":10,"target":97},{"source":10,"target":98},{"source":97,"target":99},{"source":97,"target":10},{"source":98,"target":15},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":100},{"source":100,"target":12},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":53},{"source":12,"target":101},{"source":53,"target":3},{"source":53,"target":102},{"source":53,"target":12},{"source":53,"target":48},{"source":102,"target":3},{"source":101,"target":7},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":103},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":13,"target":107},{"source":103,"target":16},{"source":103,"target":108},{"source":103,"target":13},{"source":103,"target":109},{"source":108,"target":16},{"source":104,"target":110},{"source":104,"target":13},{"source":105,"target":17},{"source":105,"target":111},{"source":105,"target":13},{"source":111,"target":17},{"source":106,"target":17},{"source":106,"target":112},{"source":106,"target":13},{"source":112,"target":17},{"source":107,"target":8},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":113},{"source":113,"target":15},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":66},{"source":15,"target":114},{"source":66,"target":4},{"source":66,"target":115},{"source":66,"target":15},{"source":66,"target":56},{"source":115,"target":4},{"source":114,"target":7},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":109},{"source":16,"target":116},{"source":109,"target":13},{"source":109,"target":117},{"source":109,"target":16},{"source":109,"target":103},{"source":117,"target":13},{"source":116,"target":8},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":84},{"source":17,"target":118},{"source":17,"target":119},{"source":17,"target":120},{"source":84,"target":6},{"source":84,"target":121},{"source":84,"target":17},{"source":84,"target":78},{"source":121,"target":6},{"source":118,"target":2},{"source":118,"target":122},{"source":118,"target":17},{"source":122,"target":2},{"source":119,"target":13},{"source":119,"target":123},{"source":119,"target":17},{"source":123,"target":13},{"source":120,"target":8}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="behavior" nsURI="http://www.lcc.uma.es/Behavior/1.0" nsPrefix="behavior"> <eClassifiers xsi:type="ecore:EClass" name="Behavior"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formalization" lowerBound="1" eType="#//FormalizationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodelGD" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="denseTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#//Helper" containment="true" eOpposite="#//Helper/behavior"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Rule" containment="true" eOpposite="#//Rule/behavior"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonInjectiveness" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" defaultValueLiteral="-1.0" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="soft" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vbles" upperBound="-1" eType="#//Variable" containment="true" eOpposite="#//Variable/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Pattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Pattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nacs" upperBound="-1" eType="#//Pattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" eType="#//Behavior" eOpposite="#//Behavior/rules"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patterns" lowerBound="2" upperBound="-1" eType="#//Pattern" containment="true" eOpposite="#//Pattern/rule"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxDuration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="els" upperBound="-1" eType="#//PatternEl" containment="true" eOpposite="#//PatternEl/pattern"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//Rule" eOpposite="#//Rule/patterns"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FormalizationKind"> <eLiterals name="spo"/> <eLiterals name="dpo" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="#//PatternEl"> <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="sfs" upperBound="-1" eType="#//Slot" containment="true" eOpposite="#//Slot/object"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classGD" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outLinks" upperBound="-1" eType="#//Link" eOpposite="#//Link/src"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inLinks" upperBound="-1" eType="#//Link" eOpposite="#//Link/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//PatternEl"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Object" eOpposite="#//Object/outLinks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Object" eOpposite="#//Object/inLinks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pos" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionExec" eSuperTypes="#//PatternEl"> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//AtomicRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1" eType="#//ObjectRole" containment="true" eOpposite="#//ObjectRole/actionExec"/> <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="startingTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endingTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1" eType="#//ActionStatus"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executionTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="actualObject" lowerBound="1" eType="#//Object"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" eType="#//Object"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionExec" lowerBound="1" eType="#//ActionExec" eOpposite="#//ActionExec/participants"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Slot"> <eStructuralFeatures xsi:type="ecore:EReference" name="sf" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//Object" eOpposite="#//Object/sfs"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oclValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//PatternEl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oclValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternEl" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="#//Pattern" eOpposite="#//Pattern/els"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clock" eSuperTypes="#//Object"/> <eClassifiers xsi:type="ecore:EClass" name="AtomicRule" eSuperTypes="#//Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minDuration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="periodicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OngoingRule" eSuperTypes="#//Rule"/> <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="type" 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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//Rule" eOpposite="#//Rule/vbles"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Helper"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oclExpression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" eType="#//Behavior" eOpposite="#//Behavior/helpers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ActionStatus"> <eLiterals name="unfinished"/> <eLiterals name="realized" value="1"/> <eLiterals name="interrupted" value="2"/> <eLiterals name="aborted" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/e-motions/emotions2maude_behavior/metamodels/Behavior.ecore
ecore
behavior Behavior formalization metamodelGD denseTime helpers rules nonInjectiveness Rule name lowerBound upperBound -1.0 soft vbles lhs rhs nacs behavior patterns maxDuration Pattern els name rule FormalizationKind spo spo dpo dpo Object id sfs classGD outLinks inLinks Link src target ref pos ActionExec action participants id startingTime endingTime status executionTime ObjectRole actualObject role actionExec Slot sf object oclValue Condition oclValue PatternEl pattern Clock AtomicRule minDuration 0 periodicity OngoingRule Variable name type value rule Helper oclExpression behavior ActionStatus unfinished unfinished realized realized interrupted interrupted aborted aborted
null
{"directed":true,"nodes":[{"nsPrefix":"behavior","nsURI":"http://www.lcc.uma.es/Behavior/1.0","name":"behavior","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FormalizationKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionExec","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectRole","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternEl","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clock","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicRule","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OngoingRule","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ActionStatus","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formalization","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodelGD","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"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":"denseTime","changeable":true,"lowerBound":1,"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":"helpers","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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"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":"nonInjectiveness","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"},{"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":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"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":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1.0","unsettable":true,"transient":false,"unique":true,"name":"upperBound","changeable":true,"lowerBound":0,"iD":false,"id":34,"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":"soft","changeable":true,"lowerBound":1,"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":"vbles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nacs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"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":"patterns","changeable":true,"resolveProxies":true,"lowerBound":2,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"maxDuration","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":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":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":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":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"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":"els","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"name":"spo","id":61,"value":0,"literal":"spo","eClass":"EEnumLiteral"},{"name":"dpo","id":62,"value":1,"literal":"dpo","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sfs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classGD","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outLinks","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inLinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"pos","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"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","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":"participants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"startingTime","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"endingTime","changeable":true,"lowerBound":0,"iD":false,"id":88,"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":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":"executionTime","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"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":"actionExec","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actualObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oclValue","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oclValue","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"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":"minDuration","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"periodicity","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":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":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"name":"unfinished","id":131,"value":0,"literal":"unfinished","eClass":"EEnumLiteral"},{"name":"realized","id":132,"value":1,"literal":"realized","eClass":"EEnumLiteral"},{"name":"interrupted","id":133,"value":2,"literal":"interrupted","eClass":"EEnumLiteral"},{"name":"aborted","id":134,"value":3,"literal":"aborted","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":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":18,"target":4},{"source":18,"target":24},{"source":18,"target":1},{"source":24,"target":4},{"source":19,"target":25},{"source":19,"target":1},{"source":20,"target":26},{"source":20,"target":1},{"source":21,"target":16},{"source":21,"target":27},{"source":21,"target":1},{"source":21,"target":28},{"source":27,"target":16},{"source":22,"target":2},{"source":22,"target":29},{"source":22,"target":1},{"source":22,"target":30},{"source":29,"target":2},{"source":23,"target":31},{"source":23,"target":1},{"source":2,"target":0},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":30},{"source":2,"target":40},{"source":2,"target":41},{"source":32,"target":42},{"source":32,"target":2},{"source":33,"target":43},{"source":33,"target":2},{"source":34,"target":44},{"source":34,"target":2},{"source":35,"target":45},{"source":35,"target":2},{"source":36,"target":15},{"source":36,"target":46},{"source":36,"target":2},{"source":36,"target":47},{"source":46,"target":15},{"source":37,"target":3},{"source":37,"target":48},{"source":37,"target":2},{"source":48,"target":3},{"source":38,"target":3},{"source":38,"target":49},{"source":38,"target":2},{"source":49,"target":3},{"source":39,"target":3},{"source":39,"target":50},{"source":39,"target":2},{"source":50,"target":3},{"source":30,"target":1},{"source":30,"target":51},{"source":30,"target":2},{"source":30,"target":22},{"source":51,"target":1},{"source":40,"target":3},{"source":40,"target":52},{"source":40,"target":2},{"source":40,"target":53},{"source":52,"target":3},{"source":41,"target":54},{"source":41,"target":2},{"source":3,"target":0},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":53},{"source":55,"target":11},{"source":55,"target":57},{"source":55,"target":3},{"source":55,"target":58},{"source":57,"target":11},{"source":56,"target":59},{"source":56,"target":3},{"source":53,"target":2},{"source":53,"target":60},{"source":53,"target":3},{"source":53,"target":40},{"source":60,"target":2},{"source":4,"target":0},{"source":4,"target":61},{"source":4,"target":62},{"source":61,"target":4},{"source":62,"target":4},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":63,"target":69},{"source":63,"target":5},{"source":64,"target":9},{"source":64,"target":70},{"source":64,"target":5},{"source":64,"target":71},{"source":70,"target":9},{"source":65,"target":72},{"source":65,"target":5},{"source":66,"target":6},{"source":66,"target":73},{"source":66,"target":5},{"source":66,"target":74},{"source":73,"target":6},{"source":67,"target":6},{"source":67,"target":75},{"source":67,"target":5},{"source":67,"target":76},{"source":75,"target":6},{"source":68,"target":11},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":74},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":6,"target":79},{"source":74,"target":5},{"source":74,"target":80},{"source":74,"target":6},{"source":74,"target":66},{"source":80,"target":5},{"source":76,"target":5},{"source":76,"target":81},{"source":76,"target":6},{"source":76,"target":67},{"source":81,"target":5},{"source":77,"target":82},{"source":77,"target":6},{"source":78,"target":83},{"source":78,"target":6},{"source":79,"target":11},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":84,"target":13},{"source":84,"target":92},{"source":84,"target":7},{"source":92,"target":13},{"source":85,"target":8},{"source":85,"target":93},{"source":85,"target":7},{"source":85,"target":94},{"source":93,"target":8},{"source":86,"target":95},{"source":86,"target":7},{"source":87,"target":96},{"source":87,"target":7},{"source":88,"target":97},{"source":88,"target":7},{"source":89,"target":17},{"source":89,"target":98},{"source":89,"target":7},{"source":98,"target":17},{"source":90,"target":99},{"source":90,"target":7},{"source":91,"target":11},{"source":8,"target":0},{"source":8,"target":100},{"source":8,"target":101},{"source":8,"target":94},{"source":100,"target":5},{"source":100,"target":102},{"source":100,"target":8},{"source":102,"target":5},{"source":101,"target":5},{"source":101,"target":103},{"source":101,"target":8},{"source":103,"target":5},{"source":94,"target":7},{"source":94,"target":104},{"source":94,"target":8},{"source":94,"target":85},{"source":104,"target":7},{"source":9,"target":0},{"source":9,"target":105},{"source":9,"target":71},{"source":9,"target":106},{"source":105,"target":107},{"source":105,"target":9},{"source":71,"target":5},{"source":71,"target":108},{"source":71,"target":9},{"source":71,"target":64},{"source":108,"target":5},{"source":106,"target":109},{"source":106,"target":9},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":110},{"source":10,"target":111},{"source":110,"target":112},{"source":110,"target":10},{"source":111,"target":11},{"source":11,"target":0},{"source":11,"target":58},{"source":58,"target":3},{"source":58,"target":113},{"source":58,"target":11},{"source":58,"target":55},{"source":113,"target":3},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":114},{"source":114,"target":5},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":115},{"source":13,"target":116},{"source":13,"target":117},{"source":115,"target":118},{"source":115,"target":13},{"source":116,"target":119},{"source":116,"target":13},{"source":117,"target":2},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":120},{"source":120,"target":2},{"source":15,"target":0},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":15,"target":47},{"source":121,"target":124},{"source":121,"target":15},{"source":122,"target":125},{"source":122,"target":15},{"source":123,"target":126},{"source":123,"target":15},{"source":47,"target":2},{"source":47,"target":127},{"source":47,"target":15},{"source":47,"target":36},{"source":127,"target":2},{"source":16,"target":0},{"source":16,"target":128},{"source":16,"target":28},{"source":128,"target":129},{"source":128,"target":16},{"source":28,"target":1},{"source":28,"target":130},{"source":28,"target":16},{"source":28,"target":21},{"source":130,"target":1},{"source":17,"target":0},{"source":17,"target":131},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":131,"target":17},{"source":132,"target":17},{"source":133,"target":17},{"source":134,"target":17}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="goatComponents" nsURI="http://www.sysma.com/goat/eclipse_plugin/GoatComponents" nsPrefix="goatComponents"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructure" eType="ecore:EClass GoatInfrastructure.ecore#//Infrastructure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//ProcessDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//ComponentDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//FuncDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="environments" upperBound="-1" eType="#//EnvironmentDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PDPBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="procs" unique="false" upperBound="-1" eType="#//ProcessDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//ProcessStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessSpawn" eSuperTypes="#//ProcessStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="blk" eType="#//PDPBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessCall" eSuperTypes="#//ProcessStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="proc" eType="#//ProcessDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessSend" eSuperTypes="#//ProcessStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="msgOutParts" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="send_pred" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updates" eType="#//Update" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="print" eType="#//PrintStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessReceive" eSuperTypes="#//ProcessStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//ReceiveCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" upperBound="-1" eType="#//ProcessBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessReceiveSingle" eSuperTypes="#//ProcessReceive"/> <eClassifiers xsi:type="ecore:EClass" name="ProcessReceiveMultiple" eSuperTypes="#//ProcessReceive"/> <eClassifiers xsi:type="ecore:EClass" name="ReceiveCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="msgInParts" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updates" eType="#//Update" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spawn" eType="#//ProcessSpawn" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="print" eType="#//PrintStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessIf" eSuperTypes="#//ProcessStatement #//ProcessThenBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessThenBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-1" eType="#//ProcessStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" upperBound="-1" eType="#//ProcessBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessSet" eSuperTypes="#//ProcessStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="update" eType="#//Update" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="print" eType="#//PrintStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessWaitFor" eSuperTypes="#//ProcessStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="update" eType="#//Update" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="print" eType="#//PrintStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessLoop" eSuperTypes="#//ProcessStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ProcessBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Update"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateComponentAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="atname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateLocalAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="atname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrintStatement"/> <eClassifiers xsi:type="ecore:EClass" name="PrintAllStatement"/> <eClassifiers xsi:type="ecore:EClass" name="PrintFormattedStatement" eSuperTypes="#//PrintStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toPrint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Environment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attrs" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vals" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnvParam"> <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="EnvironmentDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="envParams" upperBound="-1" eType="#//EnvParam" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="env" eType="#//Environment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="envref" eType="#//EnvironmentDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="envargs" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="env" eType="#//Environment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LRef"> <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="FuncParam" eSuperTypes="#//LRef"> <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="FuncDefinition"> <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="params" upperBound="-1" eType="#//FuncParam" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blk" eType="#//FuncBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuncBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//FuncStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuncStatement"/> <eClassifiers xsi:type="ecore:EClass" name="FuncVarDeclaration" eSuperTypes="#//LRef #//FuncStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuncVarAssign" eSuperTypes="#//FuncStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//FuncVarDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="idx" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuncVarAppend" eSuperTypes="#//FuncStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//FuncVarDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="item" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuncVarPop" eSuperTypes="#//FuncStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//FuncVarDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuncIfElse" eSuperTypes="#//FuncStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="test" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" upperBound="-1" eType="#//FuncBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBranch" eType="#//FuncBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuncReturn" eSuperTypes="#//FuncStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="val" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuncWhile" eSuperTypes="#//FuncStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cycle" eType="#//FuncBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegativeIntConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="negvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </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="TupleConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elem" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnvironmentArg" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//EnvParam"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="sub" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="sub" upperBound="-1" 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="Concatenate" 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="UnaryMinus" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" 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="ContainmentExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elem" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleGet" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elem" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="idx" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLength" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elem" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalVarRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//LRef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalAttributeRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//FuncDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentAttributeRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutEqualityComparison" 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="RecAttributeRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/giulio-garbi/goat-plugin/com.sysma.goat.eclipse_plugin/model/generated/GoatComponents.ecore
ecore
goatComponents Model infrastructure processes components functions environments ProcessDefinition name block PDPBlock procs ProcessBlock statements ProcessStatement ProcessSpawn blk ProcessCall proc ProcessSend msgOutParts send_pred updates print ProcessReceive cases then ProcessReceiveSingle ProcessReceiveMultiple ReceiveCase cond msgInParts updates spawn print ProcessIf cond ProcessThenBlock action then ProcessSet update print ProcessWaitFor cond update print ProcessLoop block Update attribute value UpdateComponentAttribute atname UpdateLocalAttribute atname PrintStatement PrintAllStatement PrintFormattedStatement toPrint Expression Environment attrs vals EnvParam name EnvironmentDefinition name envParams env ComponentDefinition envref envargs env block LRef name FuncParam type FuncDefinition type name params blk FuncBlock statements FuncStatement FuncVarDeclaration val FuncVarAssign var idx val FuncVarAppend var item FuncVarPop var FuncIfElse test then elseBranch FuncReturn val FuncWhile cond cycle NegativeIntConstant negvalue IntConstant value StringConstant value BoolConstant value TupleConstant elem EnvironmentArg arg Or sub And sub Equality left op right Comparison left op right Plus left right Minus left right Concatenate left right MulOrDiv left op right UnaryMinus expression Not expression ContainmentExpression elem tuple TupleGet elem idx TupleLength elem LocalVarRef ref LocalAttributeRef attribute FunctionCall function params ComponentAttributeRef attribute OutEqualityComparison left op right RecAttributeRef attribute
null
{"directed":true,"nodes":[{"nsPrefix":"goatComponents","nsURI":"http://www.sysma.com/goat/eclipse_plugin/GoatComponents","name":"goatComponents","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":"ProcessDefinition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PDPBlock","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessBlock","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSpawn","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessCall","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSend","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessReceive","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessReceiveSingle","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessReceiveMultiple","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceiveCase","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessIf","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessThenBlock","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessSet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessWaitFor","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessLoop","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Update","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateComponentAttribute","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateLocalAttribute","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintStatement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintAllStatement","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintFormattedStatement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Environment","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvParam","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvironmentDefinition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentDefinition","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LRef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncParam","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncDefinition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncBlock","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncStatement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncVarDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncVarAssign","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncVarAppend","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncVarPop","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncIfElse","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncReturn","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncWhile","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeIntConstant","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleConstant","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvironmentArg","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concatenate","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulOrDiv","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryMinus","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainmentExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleGet","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLength","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVarRef","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalAttributeRef","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentAttributeRef","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutEqualityComparison","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecAttributeRef","instanceClass":null,"abstract":false,"id":65,"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":"infrastructure","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":"processes","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":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"environments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"procs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blk","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"proc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"msgOutParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"send_pred","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"print","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"msgInParts","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spawn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"print","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"update","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"print","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"update","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":"print","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":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":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"atname","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"atname","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toPrint","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"attrs","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vals","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"envParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"env","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"envref","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":"envargs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"env","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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"},{"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":172,"derived":false},{"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":"type","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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"params","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":"blk","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"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":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"test","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":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBranch","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cond","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":"cycle","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":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"negvalue","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"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":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"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":"value","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":"elem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"sub","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sub","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":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":251,"derived":false},{"container":false,"ordered":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":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":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":268,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":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":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":"right","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},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elem","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":"idx","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":0,"iD":false,"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"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":"right","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":1,"target":0},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":66,"target":71},{"source":66,"target":1},{"source":67,"target":2},{"source":67,"target":72},{"source":67,"target":1},{"source":72,"target":2},{"source":68,"target":28},{"source":68,"target":73},{"source":68,"target":1},{"source":73,"target":28},{"source":69,"target":31},{"source":69,"target":74},{"source":69,"target":1},{"source":74,"target":31},{"source":70,"target":27},{"source":70,"target":75},{"source":70,"target":1},{"source":75,"target":27},{"source":2,"target":0},{"source":2,"target":76},{"source":2,"target":77},{"source":76,"target":78},{"source":76,"target":2},{"source":77,"target":79},{"source":77,"target":2},{"source":3,"target":0},{"source":3,"target":80},{"source":80,"target":2},{"source":80,"target":81},{"source":80,"target":3},{"source":81,"target":2},{"source":4,"target":0},{"source":4,"target":82},{"source":82,"target":5},{"source":82,"target":83},{"source":82,"target":4},{"source":83,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":84},{"source":6,"target":85},{"source":84,"target":3},{"source":84,"target":86},{"source":84,"target":6},{"source":86,"target":3},{"source":85,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":87},{"source":7,"target":88},{"source":87,"target":2},{"source":87,"target":89},{"source":87,"target":7},{"source":89,"target":2},{"source":88,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":8,"target":93},{"source":8,"target":94},{"source":90,"target":24},{"source":90,"target":95},{"source":90,"target":8},{"source":95,"target":24},{"source":91,"target":24},{"source":91,"target":96},{"source":91,"target":8},{"source":96,"target":24},{"source":92,"target":18},{"source":92,"target":97},{"source":92,"target":8},{"source":97,"target":18},{"source":93,"target":21},{"source":93,"target":98},{"source":93,"target":8},{"source":98,"target":21},{"source":94,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":99},{"source":9,"target":100},{"source":9,"target":101},{"source":99,"target":12},{"source":99,"target":102},{"source":99,"target":9},{"source":102,"target":12},{"source":100,"target":4},{"source":100,"target":103},{"source":100,"target":9},{"source":103,"target":4},{"source":101,"target":5},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":104},{"source":104,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":105},{"source":105,"target":9},{"source":12,"target":0},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":106,"target":24},{"source":106,"target":111},{"source":106,"target":12},{"source":111,"target":24},{"source":107,"target":112},{"source":107,"target":12},{"source":108,"target":18},{"source":108,"target":113},{"source":108,"target":12},{"source":113,"target":18},{"source":109,"target":6},{"source":109,"target":114},{"source":109,"target":12},{"source":114,"target":6},{"source":110,"target":21},{"source":110,"target":115},{"source":110,"target":12},{"source":115,"target":21},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":14},{"source":13,"target":116},{"source":13,"target":117},{"source":13,"target":118},{"source":116,"target":24},{"source":116,"target":119},{"source":116,"target":13},{"source":119,"target":24},{"source":117,"target":5},{"source":118,"target":14},{"source":14,"target":0},{"source":14,"target":120},{"source":14,"target":121},{"source":120,"target":5},{"source":120,"target":122},{"source":120,"target":14},{"source":122,"target":5},{"source":121,"target":4},{"source":121,"target":123},{"source":121,"target":14},{"source":123,"target":4},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":124},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":18},{"source":124,"target":127},{"source":124,"target":15},{"source":127,"target":18},{"source":125,"target":21},{"source":125,"target":128},{"source":125,"target":15},{"source":128,"target":21},{"source":126,"target":5},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":129},{"source":16,"target":130},{"source":16,"target":131},{"source":16,"target":132},{"source":129,"target":24},{"source":129,"target":133},{"source":129,"target":16},{"source":133,"target":24},{"source":130,"target":18},{"source":130,"target":134},{"source":130,"target":16},{"source":134,"target":18},{"source":131,"target":21},{"source":131,"target":135},{"source":131,"target":16},{"source":135,"target":21},{"source":132,"target":5},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":136},{"source":17,"target":137},{"source":136,"target":4},{"source":136,"target":138},{"source":136,"target":17},{"source":138,"target":4},{"source":137,"target":5},{"source":18,"target":0},{"source":18,"target":139},{"source":18,"target":140},{"source":139,"target":141},{"source":139,"target":18},{"source":140,"target":24},{"source":140,"target":142},{"source":140,"target":18},{"source":142,"target":24},{"source":19,"target":0},{"source":19,"target":143},{"source":143,"target":144},{"source":143,"target":19},{"source":20,"target":0},{"source":20,"target":145},{"source":145,"target":146},{"source":145,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":147},{"source":23,"target":148},{"source":147,"target":149},{"source":147,"target":23},{"source":148,"target":21},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":150},{"source":25,"target":151},{"source":150,"target":152},{"source":150,"target":25},{"source":151,"target":24},{"source":151,"target":153},{"source":151,"target":25},{"source":153,"target":24},{"source":26,"target":0},{"source":26,"target":154},{"source":154,"target":155},{"source":154,"target":26},{"source":27,"target":0},{"source":27,"target":156},{"source":27,"target":157},{"source":27,"target":158},{"source":156,"target":159},{"source":156,"target":27},{"source":157,"target":26},{"source":157,"target":160},{"source":157,"target":27},{"source":160,"target":26},{"source":158,"target":25},{"source":158,"target":161},{"source":158,"target":27},{"source":161,"target":25},{"source":28,"target":0},{"source":28,"target":162},{"source":28,"target":163},{"source":28,"target":164},{"source":28,"target":165},{"source":162,"target":27},{"source":162,"target":166},{"source":162,"target":28},{"source":166,"target":27},{"source":163,"target":24},{"source":163,"target":167},{"source":163,"target":28},{"source":167,"target":24},{"source":164,"target":25},{"source":164,"target":168},{"source":164,"target":28},{"source":168,"target":25},{"source":165,"target":169},{"source":165,"target":28},{"source":29,"target":0},{"source":29,"target":170},{"source":170,"target":171},{"source":170,"target":29},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":172},{"source":30,"target":173},{"source":172,"target":174},{"source":172,"target":30},{"source":173,"target":29},{"source":31,"target":0},{"source":31,"target":175},{"source":31,"target":176},{"source":31,"target":177},{"source":31,"target":178},{"source":175,"target":179},{"source":175,"target":31},{"source":176,"target":180},{"source":176,"target":31},{"source":177,"target":30},{"source":177,"target":181},{"source":177,"target":31},{"source":181,"target":30},{"source":178,"target":32},{"source":178,"target":182},{"source":178,"target":31},{"source":182,"target":32},{"source":32,"target":0},{"source":32,"target":183},{"source":183,"target":33},{"source":183,"target":184},{"source":183,"target":32},{"source":184,"target":33},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":33},{"source":34,"target":185},{"source":34,"target":186},{"source":34,"target":187},{"source":185,"target":24},{"source":185,"target":188},{"source":185,"target":34},{"source":188,"target":24},{"source":186,"target":29},{"source":187,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":189},{"source":35,"target":190},{"source":35,"target":191},{"source":35,"target":192},{"source":189,"target":34},{"source":189,"target":193},{"source":189,"target":35},{"source":193,"target":34},{"source":190,"target":24},{"source":190,"target":194},{"source":190,"target":35},{"source":194,"target":24},{"source":191,"target":24},{"source":191,"target":195},{"source":191,"target":35},{"source":195,"target":24},{"source":192,"target":33},{"source":36,"target":0},{"source":36,"target":33},{"source":36,"target":196},{"source":36,"target":197},{"source":36,"target":198},{"source":196,"target":34},{"source":196,"target":199},{"source":196,"target":36},{"source":199,"target":34},{"source":197,"target":24},{"source":197,"target":200},{"source":197,"target":36},{"source":200,"target":24},{"source":198,"target":33},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":201},{"source":37,"target":202},{"source":201,"target":34},{"source":201,"target":203},{"source":201,"target":37},{"source":203,"target":34},{"source":202,"target":33},{"source":38,"target":0},{"source":38,"target":33},{"source":38,"target":204},{"source":38,"target":205},{"source":38,"target":206},{"source":38,"target":207},{"source":204,"target":24},{"source":204,"target":208},{"source":204,"target":38},{"source":208,"target":24},{"source":205,"target":32},{"source":205,"target":209},{"source":205,"target":38},{"source":209,"target":32},{"source":206,"target":32},{"source":206,"target":210},{"source":206,"target":38},{"source":210,"target":32},{"source":207,"target":33},{"source":39,"target":0},{"source":39,"target":33},{"source":39,"target":211},{"source":39,"target":212},{"source":211,"target":24},{"source":211,"target":213},{"source":211,"target":39},{"source":213,"target":24},{"source":212,"target":33},{"source":40,"target":0},{"source":40,"target":33},{"source":40,"target":214},{"source":40,"target":215},{"source":40,"target":216},{"source":214,"target":24},{"source":214,"target":217},{"source":214,"target":40},{"source":217,"target":24},{"source":215,"target":32},{"source":215,"target":218},{"source":215,"target":40},{"source":218,"target":32},{"source":216,"target":33},{"source":41,"target":0},{"source":41,"target":24},{"source":41,"target":219},{"source":41,"target":220},{"source":219,"target":221},{"source":219,"target":41},{"source":220,"target":24},{"source":42,"target":0},{"source":42,"target":24},{"source":42,"target":222},{"source":42,"target":223},{"source":222,"target":224},{"source":222,"target":42},{"source":223,"target":24},{"source":43,"target":0},{"source":43,"target":24},{"source":43,"target":225},{"source":43,"target":226},{"source":225,"target":227},{"source":225,"target":43},{"source":226,"target":24},{"source":44,"target":0},{"source":44,"target":24},{"source":44,"target":228},{"source":44,"target":229},{"source":228,"target":230},{"source":228,"target":44},{"source":229,"target":24},{"source":45,"target":0},{"source":45,"target":24},{"source":45,"target":231},{"source":45,"target":232},{"source":231,"target":24},{"source":231,"target":233},{"source":231,"target":45},{"source":233,"target":24},{"source":232,"target":24},{"source":46,"target":0},{"source":46,"target":24},{"source":46,"target":234},{"source":46,"target":235},{"source":234,"target":26},{"source":234,"target":236},{"source":234,"target":46},{"source":236,"target":26},{"source":235,"target":24},{"source":47,"target":0},{"source":47,"target":24},{"source":47,"target":237},{"source":47,"target":238},{"source":237,"target":24},{"source":237,"target":239},{"source":237,"target":47},{"source":239,"target":24},{"source":238,"target":24},{"source":48,"target":0},{"source":48,"target":24},{"source":48,"target":240},{"source":48,"target":241},{"source":240,"target":24},{"source":240,"target":242},{"source":240,"target":48},{"source":242,"target":24},{"source":241,"target":24},{"source":49,"target":0},{"source":49,"target":24},{"source":49,"target":243},{"source":49,"target":244},{"source":49,"target":245},{"source":49,"target":246},{"source":243,"target":24},{"source":243,"target":247},{"source":243,"target":49},{"source":247,"target":24},{"source":244,"target":248},{"source":244,"target":49},{"source":245,"target":24},{"source":245,"target":249},{"source":245,"target":49},{"source":249,"target":24},{"source":246,"target":24},{"source":50,"target":0},{"source":50,"target":24},{"source":50,"target":250},{"source":50,"target":251},{"source":50,"target":252},{"source":50,"target":253},{"source":250,"target":24},{"source":250,"target":254},{"source":250,"target":50},{"source":254,"target":24},{"source":251,"target":255},{"source":251,"target":50},{"source":252,"target":24},{"source":252,"target":256},{"source":252,"target":50},{"source":256,"target":24},{"source":253,"target":24},{"source":51,"target":0},{"source":51,"target":24},{"source":51,"target":257},{"source":51,"target":258},{"source":51,"target":259},{"source":257,"target":24},{"source":257,"target":260},{"source":257,"target":51},{"source":260,"target":24},{"source":258,"target":24},{"source":258,"target":261},{"source":258,"target":51},{"source":261,"target":24},{"source":259,"target":24},{"source":52,"target":0},{"source":52,"target":24},{"source":52,"target":262},{"source":52,"target":263},{"source":52,"target":264},{"source":262,"target":24},{"source":262,"target":265},{"source":262,"target":52},{"source":265,"target":24},{"source":263,"target":24},{"source":263,"target":266},{"source":263,"target":52},{"source":266,"target":24},{"source":264,"target":24},{"source":53,"target":0},{"source":53,"target":24},{"source":53,"target":267},{"source":53,"target":268},{"source":53,"target":269},{"source":267,"target":24},{"source":267,"target":270},{"source":267,"target":53},{"source":270,"target":24},{"source":268,"target":24},{"source":268,"target":271},{"source":268,"target":53},{"source":271,"target":24},{"source":269,"target":24},{"source":54,"target":0},{"source":54,"target":24},{"source":54,"target":272},{"source":54,"target":273},{"source":54,"target":274},{"source":54,"target":275},{"source":272,"target":24},{"source":272,"target":276},{"source":272,"target":54},{"source":276,"target":24},{"source":273,"target":277},{"source":273,"target":54},{"source":274,"target":24},{"source":274,"target":278},{"source":274,"target":54},{"source":278,"target":24},{"source":275,"target":24},{"source":55,"target":0},{"source":55,"target":24},{"source":55,"target":279},{"source":55,"target":280},{"source":279,"target":24},{"source":279,"target":281},{"source":279,"target":55},{"source":281,"target":24},{"source":280,"target":24},{"source":56,"target":0},{"source":56,"target":24},{"source":56,"target":282},{"source":56,"target":283},{"source":282,"target":24},{"source":282,"target":284},{"source":282,"target":56},{"source":284,"target":24},{"source":283,"target":24},{"source":57,"target":0},{"source":57,"target":24},{"source":57,"target":285},{"source":57,"target":286},{"source":57,"target":287},{"source":285,"target":24},{"source":285,"target":288},{"source":285,"target":57},{"source":288,"target":24},{"source":286,"target":24},{"source":286,"target":289},{"source":286,"target":57},{"source":289,"target":24},{"source":287,"target":24},{"source":58,"target":0},{"source":58,"target":24},{"source":58,"target":290},{"source":58,"target":291},{"source":58,"target":292},{"source":290,"target":24},{"source":290,"target":293},{"source":290,"target":58},{"source":293,"target":24},{"source":291,"target":24},{"source":291,"target":294},{"source":291,"target":58},{"source":294,"target":24},{"source":292,"target":24},{"source":59,"target":0},{"source":59,"target":24},{"source":59,"target":295},{"source":59,"target":296},{"source":295,"target":24},{"source":295,"target":297},{"source":295,"target":59},{"source":297,"target":24},{"source":296,"target":24},{"source":60,"target":0},{"source":60,"target":24},{"source":60,"target":298},{"source":60,"target":299},{"source":298,"target":29},{"source":298,"target":300},{"source":298,"target":60},{"source":300,"target":29},{"source":299,"target":24},{"source":61,"target":0},{"source":61,"target":24},{"source":61,"target":301},{"source":61,"target":302},{"source":301,"target":303},{"source":301,"target":61},{"source":302,"target":24},{"source":62,"target":0},{"source":62,"target":24},{"source":62,"target":304},{"source":62,"target":305},{"source":62,"target":306},{"source":304,"target":31},{"source":304,"target":307},{"source":304,"target":62},{"source":307,"target":31},{"source":305,"target":24},{"source":305,"target":308},{"source":305,"target":62},{"source":308,"target":24},{"source":306,"target":24},{"source":63,"target":0},{"source":63,"target":24},{"source":63,"target":309},{"source":63,"target":310},{"source":309,"target":311},{"source":309,"target":63},{"source":310,"target":24},{"source":64,"target":0},{"source":64,"target":24},{"source":64,"target":312},{"source":64,"target":313},{"source":64,"target":314},{"source":64,"target":315},{"source":312,"target":24},{"source":312,"target":316},{"source":312,"target":64},{"source":316,"target":24},{"source":313,"target":317},{"source":313,"target":64},{"source":314,"target":24},{"source":314,"target":318},{"source":314,"target":64},{"source":318,"target":24},{"source":315,"target":24},{"source":65,"target":0},{"source":65,"target":24},{"source":65,"target":319},{"source":65,"target":320},{"source":319,"target":321},{"source":319,"target":65},{"source":320,"target":24}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" eType="#/0/Module" eOpposite="#/0/Module/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="#/0/Query" eOpposite="#/0/Query/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="#/0/Library" eOpposite="#/0/Library/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="#/1/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true" eOpposite="#/0/InPatternElement/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dropPattern" ordered="false" eType="#/0/DropPattern" containment="true" eOpposite="#/0/DropPattern/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DropPattern" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/dropPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="#/0/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false" upperBound="-1" eType="#/1/OclModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="#/0/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="#/1/OclModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#/1/Iterator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="#/0/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#/1/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl"> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false" eType="#/1/Operation" eOpposite="#/1/Operation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false" eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes" nsPrefix="ptypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MDEGroup/EMFMigrate/xtext-based/it.univaq.coevolution.emfmigrate.tests/test-data/ATL.ecore
ecore
ATL LocatedElement location commentsBefore commentsAfter Unit libraries name Library helpers Query body helpers Module isRefining inModels outModels elements ModuleElement module Helper query library definition Rule outPattern actionBlock variables name MatchedRule inPattern children superRule isAbstract isRefining isNoDefault LazyMatchedRule isUnique CalledRule parameters isEntrypoint isEndpoint InPattern elements rule filter OutPattern rule dropPattern elements DropPattern outPattern PatternElement InPatternElement mapsTo inPattern models SimpleInPatternElement OutPatternElement outPattern sourceElement bindings model SimpleOutPatternElement reverseBindings ForEachOutPatternElement collection iterator Binding value outPatternElement propertyName isAssignment RuleVariableDeclaration rule LibraryRef unit name ActionBlock rule statements Statement ExpressionStat expression BindingStat source propertyName isAssignment value IfStat condition thenStatements elseStatements ForStat iterator collection statements OCL OclExpression type ifExp3 appliedProperty collection letExp loopExp parentOperation initializedVariable ifExp2 owningOperation ifExp1 owningAttribute VariableExp referredVariable SuperExp PrimitiveExp StringExp stringSymbol BooleanExp booleanSymbol NumericExp RealExp realSymbol IntegerExp integerSymbol CollectionExp elements BagExp OrderedSetExp SequenceExp SetExp TupleExp tuplePart TuplePart tuple MapExp elements MapElement map key value EnumLiteralExp name OclUndefinedExp PropertyCallExp source NavigationOrAttributeCallExp name OperationCallExp arguments operationName OperatorCallExp CollectionOperationCallExp LoopExp body iterators IterateExp result IteratorExp name LetExp variable in_ IfExp thenExpression condition elseExpression VariableDeclaration id varName type initExpression letExp baseExp variableExp Iterator loopExpr Parameter operation CollectionType elementType OclType name definitions oclExpression operation mapType2 attribute mapType collectionTypes tupleTypeAttribute variableDeclaration Primitive StringType BooleanType NumericType IntegerType RealType BagType OrderedSetType SequenceType SetType OclAnyType TupleType attributes TupleTypeAttribute type tupleType name OclModelElement model MapType valueType keyType OclFeatureDefinition feature context_ OclContextDefinition definition context_ OclFeature definition Attribute name initExpression type Operation name parameters returnType body OclModel name metamodel elements model PrimitiveTypes Boolean boolean boolean Double double double Integer int int String java.lang.String java.lang.String
null
{"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropPattern","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":33,"serializable":true,"eClass":"EDataType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":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":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":59,"serializable":true,"eClass":"EDataType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEndpoint","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dropPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPatternElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":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":155,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":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"},{"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":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":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":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":178,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":179,"derived":false},{"container":false,"ordered":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":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"container":false,"ordered":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":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":"statements","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"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":200,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":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":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":303,"serializable":true,"eClass":"EDataType"},{"id":304,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":307,"serializable":true,"eClass":"EDataType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":324,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"container":false,"ordered":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":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"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":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"varName","changeable":true,"lowerBound":1,"iD":false,"id":368,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":389,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":440,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"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":"definition","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"},{"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":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"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":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":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":464,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes","name":"PrimitiveTypes","id":471,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":1,"target":0},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":30,"target":33},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":33},{"source":31,"target":33},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":33},{"source":32,"target":33},{"source":32,"target":36},{"source":32,"target":1},{"source":36,"target":33},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":37,"target":23},{"source":37,"target":40},{"source":37,"target":2},{"source":37,"target":41},{"source":40,"target":23},{"source":38,"target":33},{"source":38,"target":42},{"source":38,"target":2},{"source":42,"target":33},{"source":39,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":43},{"source":3,"target":44},{"source":43,"target":7},{"source":43,"target":45},{"source":43,"target":3},{"source":43,"target":46},{"source":45,"target":7},{"source":44,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":47,"target":50},{"source":47,"target":51},{"source":47,"target":4},{"source":51,"target":50},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":4},{"source":48,"target":53},{"source":52,"target":7},{"source":49,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":54,"target":59},{"source":54,"target":60},{"source":54,"target":5},{"source":60,"target":59},{"source":55,"target":61},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":61},{"source":56,"target":61},{"source":56,"target":63},{"source":56,"target":5},{"source":63,"target":61},{"source":57,"target":6},{"source":57,"target":64},{"source":57,"target":5},{"source":57,"target":65},{"source":64,"target":6},{"source":58,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":65},{"source":6,"target":66},{"source":65,"target":5},{"source":65,"target":67},{"source":65,"target":6},{"source":65,"target":57},{"source":67,"target":5},{"source":66,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":53},{"source":7,"target":46},{"source":7,"target":68},{"source":7,"target":69},{"source":53,"target":4},{"source":53,"target":70},{"source":53,"target":7},{"source":53,"target":48},{"source":70,"target":4},{"source":46,"target":3},{"source":46,"target":71},{"source":46,"target":7},{"source":46,"target":43},{"source":71,"target":3},{"source":68,"target":72},{"source":68,"target":73},{"source":68,"target":7},{"source":73,"target":72},{"source":69,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":74,"target":13},{"source":74,"target":79},{"source":74,"target":8},{"source":74,"target":80},{"source":79,"target":13},{"source":75,"target":24},{"source":75,"target":81},{"source":75,"target":8},{"source":75,"target":82},{"source":81,"target":24},{"source":76,"target":22},{"source":76,"target":83},{"source":76,"target":8},{"source":76,"target":84},{"source":83,"target":22},{"source":77,"target":33},{"source":77,"target":85},{"source":77,"target":8},{"source":85,"target":33},{"source":78,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"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":9,"target":92},{"source":86,"target":12},{"source":86,"target":93},{"source":86,"target":9},{"source":86,"target":94},{"source":93,"target":12},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":88},{"source":95,"target":9},{"source":88,"target":9},{"source":88,"target":96},{"source":88,"target":9},{"source":88,"target":87},{"source":96,"target":9},{"source":89,"target":59},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":59},{"source":90,"target":59},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":59},{"source":91,"target":59},{"source":91,"target":99},{"source":91,"target":9},{"source":99,"target":59},{"source":92,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":100},{"source":10,"target":101},{"source":100,"target":59},{"source":100,"target":102},{"source":100,"target":10},{"source":102,"target":59},{"source":101,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":11,"target":106},{"source":103,"target":107},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":107},{"source":104,"target":59},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":59},{"source":105,"target":59},{"source":105,"target":110},{"source":105,"target":11},{"source":110,"target":59},{"source":106,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":111},{"source":12,"target":94},{"source":12,"target":112},{"source":12,"target":113},{"source":111,"target":16},{"source":111,"target":114},{"source":111,"target":12},{"source":111,"target":115},{"source":114,"target":16},{"source":94,"target":9},{"source":94,"target":116},{"source":94,"target":12},{"source":94,"target":86},{"source":116,"target":9},{"source":112,"target":50},{"source":112,"target":117},{"source":112,"target":12},{"source":117,"target":50},{"source":113,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":80},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":80,"target":8},{"source":80,"target":121},{"source":80,"target":13},{"source":80,"target":74},{"source":121,"target":8},{"source":118,"target":14},{"source":118,"target":122},{"source":118,"target":13},{"source":118,"target":123},{"source":122,"target":14},{"source":119,"target":18},{"source":119,"target":124},{"source":119,"target":13},{"source":119,"target":125},{"source":124,"target":18},{"source":120,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":123},{"source":14,"target":126},{"source":123,"target":13},{"source":123,"target":127},{"source":123,"target":14},{"source":123,"target":118},{"source":127,"target":13},{"source":126,"target":1},{"source":15,"target":0},{"source":15,"target":128},{"source":15,"target":129},{"source":129,"target":128},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":130},{"source":16,"target":115},{"source":16,"target":131},{"source":16,"target":132},{"source":130,"target":18},{"source":130,"target":133},{"source":130,"target":16},{"source":130,"target":134},{"source":133,"target":18},{"source":115,"target":12},{"source":115,"target":135},{"source":115,"target":16},{"source":115,"target":111},{"source":135,"target":12},{"source":131,"target":61},{"source":131,"target":136},{"source":131,"target":16},{"source":136,"target":61},{"source":132,"target":15},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":137},{"source":137,"target":16},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":125},{"source":18,"target":134},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":125,"target":13},{"source":125,"target":141},{"source":125,"target":18},{"source":125,"target":119},{"source":141,"target":13},{"source":134,"target":16},{"source":134,"target":142},{"source":134,"target":18},{"source":134,"target":130},{"source":142,"target":16},{"source":138,"target":21},{"source":138,"target":143},{"source":138,"target":18},{"source":138,"target":144},{"source":143,"target":21},{"source":139,"target":61},{"source":139,"target":145},{"source":139,"target":18},{"source":145,"target":61},{"source":140,"target":15},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":146},{"source":19,"target":147},{"source":146,"target":50},{"source":146,"target":148},{"source":146,"target":19},{"source":148,"target":50},{"source":147,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":149},{"source":20,"target":150},{"source":20,"target":151},{"source":149,"target":50},{"source":149,"target":152},{"source":149,"target":20},{"source":152,"target":50},{"source":150,"target":153},{"source":150,"target":154},{"source":150,"target":20},{"source":154,"target":153},{"source":151,"target":18},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":155},{"source":21,"target":144},{"source":21,"target":156},{"source":21,"target":157},{"source":21,"target":158},{"source":155,"target":50},{"source":155,"target":159},{"source":155,"target":21},{"source":159,"target":50},{"source":144,"target":18},{"source":144,"target":160},{"source":144,"target":21},{"source":144,"target":138},{"source":160,"target":18},{"source":156,"target":33},{"source":156,"target":161},{"source":156,"target":21},{"source":161,"target":33},{"source":157,"target":59},{"source":157,"target":162},{"source":157,"target":21},{"source":162,"target":59},{"source":158,"target":1},{"source":22,"target":0},{"source":22,"target":128},{"source":22,"target":84},{"source":22,"target":163},{"source":84,"target":8},{"source":84,"target":164},{"source":84,"target":22},{"source":84,"target":76},{"source":164,"target":8},{"source":163,"target":128},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":41},{"source":23,"target":165},{"source":23,"target":166},{"source":41,"target":2},{"source":41,"target":167},{"source":41,"target":23},{"source":41,"target":37},{"source":167,"target":2},{"source":165,"target":33},{"source":165,"target":168},{"source":165,"target":23},{"source":168,"target":33},{"source":166,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":82},{"source":24,"target":169},{"source":24,"target":170},{"source":82,"target":8},{"source":82,"target":171},{"source":82,"target":24},{"source":82,"target":75},{"source":171,"target":8},{"source":169,"target":25},{"source":169,"target":172},{"source":169,"target":24},{"source":172,"target":25},{"source":170,"target":1},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":173},{"source":173,"target":1},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":174},{"source":26,"target":175},{"source":174,"target":50},{"source":174,"target":176},{"source":174,"target":26},{"source":176,"target":50},{"source":175,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":177},{"source":27,"target":178},{"source":27,"target":179},{"source":27,"target":180},{"source":27,"target":181},{"source":177,"target":50},{"source":177,"target":182},{"source":177,"target":27},{"source":182,"target":50},{"source":178,"target":33},{"source":178,"target":183},{"source":178,"target":27},{"source":183,"target":33},{"source":179,"target":59},{"source":179,"target":184},{"source":179,"target":27},{"source":184,"target":59},{"source":180,"target":50},{"source":180,"target":185},{"source":180,"target":27},{"source":185,"target":50},{"source":181,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":186},{"source":28,"target":187},{"source":28,"target":188},{"source":28,"target":189},{"source":186,"target":50},{"source":186,"target":190},{"source":186,"target":28},{"source":190,"target":50},{"source":187,"target":25},{"source":187,"target":191},{"source":187,"target":28},{"source":191,"target":25},{"source":188,"target":25},{"source":188,"target":192},{"source":188,"target":28},{"source":192,"target":25},{"source":189,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":193},{"source":29,"target":194},{"source":29,"target":195},{"source":29,"target":196},{"source":193,"target":153},{"source":193,"target":197},{"source":193,"target":29},{"source":197,"target":153},{"source":194,"target":50},{"source":194,"target":198},{"source":194,"target":29},{"source":198,"target":50},{"source":195,"target":25},{"source":195,"target":199},{"source":195,"target":29},{"source":199,"target":25},{"source":196,"target":25},{"source":200,"target":50},{"source":200,"target":201},{"source":200,"target":202},{"source":200,"target":203},{"source":200,"target":204},{"source":200,"target":205},{"source":200,"target":206},{"source":200,"target":207},{"source":200,"target":208},{"source":200,"target":209},{"source":200,"target":210},{"source":200,"target":211},{"source":200,"target":212},{"source":200,"target":213},{"source":200,"target":214},{"source":200,"target":215},{"source":200,"target":216},{"source":200,"target":217},{"source":200,"target":218},{"source":200,"target":219},{"source":200,"target":220},{"source":200,"target":221},{"source":200,"target":222},{"source":200,"target":223},{"source":200,"target":224},{"source":200,"target":225},{"source":200,"target":226},{"source":200,"target":227},{"source":200,"target":228},{"source":200,"target":229},{"source":200,"target":128},{"source":200,"target":153},{"source":200,"target":107},{"source":200,"target":230},{"source":200,"target":231},{"source":200,"target":232},{"source":200,"target":233},{"source":200,"target":234},{"source":200,"target":235},{"source":200,"target":236},{"source":200,"target":237},{"source":200,"target":238},{"source":200,"target":239},{"source":200,"target":240},{"source":200,"target":241},{"source":200,"target":242},{"source":200,"target":243},{"source":200,"target":244},{"source":200,"target":245},{"source":200,"target":246},{"source":200,"target":72},{"source":200,"target":247},{"source":200,"target":248},{"source":200,"target":249},{"source":200,"target":250},{"source":200,"target":61},{"source":50,"target":200},{"source":50,"target":1},{"source":50,"target":251},{"source":50,"target":252},{"source":50,"target":253},{"source":50,"target":254},{"source":50,"target":255},{"source":50,"target":256},{"source":50,"target":257},{"source":50,"target":258},{"source":50,"target":259},{"source":50,"target":260},{"source":50,"target":261},{"source":50,"target":262},{"source":50,"target":263},{"source":251,"target":231},{"source":251,"target":264},{"source":251,"target":50},{"source":251,"target":265},{"source":264,"target":231},{"source":252,"target":229},{"source":252,"target":266},{"source":252,"target":50},{"source":252,"target":267},{"source":266,"target":229},{"source":253,"target":220},{"source":253,"target":268},{"source":253,"target":50},{"source":253,"target":269},{"source":268,"target":220},{"source":254,"target":209},{"source":254,"target":270},{"source":254,"target":50},{"source":254,"target":271},{"source":270,"target":209},{"source":255,"target":228},{"source":255,"target":272},{"source":255,"target":50},{"source":255,"target":273},{"source":272,"target":228},{"source":256,"target":225},{"source":256,"target":274},{"source":256,"target":50},{"source":256,"target":275},{"source":274,"target":225},{"source":257,"target":222},{"source":257,"target":276},{"source":257,"target":50},{"source":257,"target":277},{"source":276,"target":222},{"source":258,"target":128},{"source":258,"target":278},{"source":258,"target":50},{"source":258,"target":279},{"source":278,"target":128},{"source":259,"target":229},{"source":259,"target":280},{"source":259,"target":50},{"source":259,"target":281},{"source":280,"target":229},{"source":260,"target":250},{"source":260,"target":282},{"source":260,"target":50},{"source":260,"target":283},{"source":282,"target":250},{"source":261,"target":229},{"source":261,"target":284},{"source":261,"target":50},{"source":261,"target":285},{"source":284,"target":229},{"source":262,"target":249},{"source":262,"target":286},{"source":262,"target":50},{"source":262,"target":287},{"source":286,"target":249},{"source":263,"target":1},{"source":201,"target":200},{"source":201,"target":50},{"source":201,"target":288},{"source":201,"target":289},{"source":288,"target":128},{"source":288,"target":290},{"source":288,"target":201},{"source":288,"target":291},{"source":290,"target":128},{"source":289,"target":50},{"source":202,"target":200},{"source":202,"target":50},{"source":202,"target":292},{"source":292,"target":50},{"source":203,"target":200},{"source":203,"target":50},{"source":203,"target":293},{"source":293,"target":50},{"source":204,"target":200},{"source":204,"target":203},{"source":204,"target":294},{"source":204,"target":295},{"source":294,"target":33},{"source":294,"target":296},{"source":294,"target":204},{"source":296,"target":33},{"source":295,"target":203},{"source":205,"target":200},{"source":205,"target":203},{"source":205,"target":297},{"source":205,"target":298},{"source":297,"target":59},{"source":297,"target":299},{"source":297,"target":205},{"source":299,"target":59},{"source":298,"target":203},{"source":206,"target":200},{"source":206,"target":203},{"source":206,"target":300},{"source":300,"target":203},{"source":207,"target":200},{"source":207,"target":206},{"source":207,"target":301},{"source":207,"target":302},{"source":301,"target":303},{"source":301,"target":304},{"source":301,"target":207},{"source":304,"target":303},{"source":302,"target":206},{"source":208,"target":200},{"source":208,"target":206},{"source":208,"target":305},{"source":208,"target":306},{"source":305,"target":307},{"source":305,"target":308},{"source":305,"target":208},{"source":308,"target":307},{"source":306,"target":206},{"source":209,"target":200},{"source":209,"target":50},{"source":209,"target":271},{"source":209,"target":309},{"source":271,"target":50},{"source":271,"target":310},{"source":271,"target":209},{"source":271,"target":254},{"source":310,"target":50},{"source":309,"target":50},{"source":210,"target":200},{"source":210,"target":209},{"source":210,"target":311},{"source":311,"target":209},{"source":211,"target":200},{"source":211,"target":209},{"source":211,"target":312},{"source":312,"target":209},{"source":212,"target":200},{"source":212,"target":209},{"source":212,"target":313},{"source":313,"target":209},{"source":213,"target":200},{"source":213,"target":209},{"source":213,"target":314},{"source":314,"target":209},{"source":214,"target":200},{"source":214,"target":50},{"source":214,"target":315},{"source":214,"target":316},{"source":315,"target":215},{"source":315,"target":317},{"source":315,"target":214},{"source":315,"target":318},{"source":317,"target":215},{"source":316,"target":50},{"source":215,"target":200},{"source":215,"target":128},{"source":215,"target":318},{"source":215,"target":319},{"source":318,"target":214},{"source":318,"target":320},{"source":318,"target":215},{"source":318,"target":315},{"source":320,"target":214},{"source":319,"target":128},{"source":216,"target":200},{"source":216,"target":50},{"source":216,"target":321},{"source":216,"target":322},{"source":321,"target":217},{"source":321,"target":323},{"source":321,"target":216},{"source":321,"target":324},{"source":323,"target":217},{"source":322,"target":50},{"source":217,"target":200},{"source":217,"target":1},{"source":217,"target":324},{"source":217,"target":325},{"source":217,"target":326},{"source":217,"target":327},{"source":324,"target":216},{"source":324,"target":328},{"source":324,"target":217},{"source":324,"target":321},{"source":328,"target":216},{"source":325,"target":50},{"source":325,"target":329},{"source":325,"target":217},{"source":329,"target":50},{"source":326,"target":50},{"source":326,"target":330},{"source":326,"target":217},{"source":330,"target":50},{"source":327,"target":1},{"source":218,"target":200},{"source":218,"target":50},{"source":218,"target":331},{"source":218,"target":332},{"source":331,"target":33},{"source":331,"target":333},{"source":331,"target":218},{"source":333,"target":33},{"source":332,"target":50},{"source":219,"target":200},{"source":219,"target":50},{"source":219,"target":334},{"source":334,"target":50},{"source":220,"target":200},{"source":220,"target":50},{"source":220,"target":269},{"source":220,"target":335},{"source":269,"target":50},{"source":269,"target":336},{"source":269,"target":220},{"source":269,"target":253},{"source":336,"target":50},{"source":335,"target":50},{"source":221,"target":200},{"source":221,"target":220},{"source":221,"target":337},{"source":221,"target":338},{"source":337,"target":33},{"source":337,"target":339},{"source":337,"target":221},{"source":339,"target":33},{"source":338,"target":220},{"source":222,"target":200},{"source":222,"target":220},{"source":222,"target":277},{"source":222,"target":340},{"source":222,"target":341},{"source":277,"target":50},{"source":277,"target":342},{"source":277,"target":222},{"source":277,"target":257},{"source":342,"target":50},{"source":340,"target":33},{"source":340,"target":343},{"source":340,"target":222},{"source":343,"target":33},{"source":341,"target":220},{"source":223,"target":200},{"source":223,"target":222},{"source":223,"target":344},{"source":344,"target":222},{"source":224,"target":200},{"source":224,"target":222},{"source":224,"target":345},{"source":345,"target":222},{"source":225,"target":200},{"source":225,"target":220},{"source":225,"target":275},{"source":225,"target":346},{"source":225,"target":347},{"source":275,"target":50},{"source":275,"target":348},{"source":275,"target":225},{"source":275,"target":256},{"source":348,"target":50},{"source":346,"target":153},{"source":346,"target":349},{"source":346,"target":225},{"source":346,"target":350},{"source":349,"target":153},{"source":347,"target":220},{"source":226,"target":200},{"source":226,"target":225},{"source":226,"target":351},{"source":226,"target":352},{"source":351,"target":128},{"source":351,"target":353},{"source":351,"target":226},{"source":351,"target":354},{"source":353,"target":128},{"source":352,"target":225},{"source":227,"target":200},{"source":227,"target":225},{"source":227,"target":355},{"source":227,"target":356},{"source":355,"target":33},{"source":355,"target":357},{"source":355,"target":227},{"source":357,"target":33},{"source":356,"target":225},{"source":228,"target":200},{"source":228,"target":50},{"source":228,"target":358},{"source":228,"target":273},{"source":228,"target":359},{"source":358,"target":128},{"source":358,"target":360},{"source":358,"target":228},{"source":358,"target":361},{"source":360,"target":128},{"source":273,"target":50},{"source":273,"target":362},{"source":273,"target":228},{"source":273,"target":255},{"source":362,"target":50},{"source":359,"target":50},{"source":229,"target":200},{"source":229,"target":50},{"source":229,"target":281},{"source":229,"target":285},{"source":229,"target":267},{"source":229,"target":363},{"source":281,"target":50},{"source":281,"target":364},{"source":281,"target":229},{"source":281,"target":259},{"source":364,"target":50},{"source":285,"target":50},{"source":285,"target":365},{"source":285,"target":229},{"source":285,"target":261},{"source":365,"target":50},{"source":267,"target":50},{"source":267,"target":366},{"source":267,"target":229},{"source":267,"target":252},{"source":366,"target":50},{"source":363,"target":50},{"source":128,"target":200},{"source":128,"target":1},{"source":128,"target":367},{"source":128,"target":368},{"source":128,"target":369},{"source":128,"target":279},{"source":128,"target":361},{"source":128,"target":354},{"source":128,"target":291},{"source":128,"target":370},{"source":367,"target":33},{"source":367,"target":371},{"source":367,"target":128},{"source":371,"target":33},{"source":368,"target":33},{"source":368,"target":372},{"source":368,"target":128},{"source":372,"target":33},{"source":369,"target":231},{"source":369,"target":373},{"source":369,"target":128},{"source":369,"target":374},{"source":373,"target":231},{"source":279,"target":50},{"source":279,"target":375},{"source":279,"target":128},{"source":279,"target":258},{"source":375,"target":50},{"source":361,"target":228},{"source":361,"target":376},{"source":361,"target":128},{"source":361,"target":358},{"source":376,"target":228},{"source":354,"target":226},{"source":354,"target":377},{"source":354,"target":128},{"source":354,"target":351},{"source":377,"target":226},{"source":291,"target":201},{"source":291,"target":378},{"source":291,"target":128},{"source":291,"target":288},{"source":378,"target":201},{"source":370,"target":1},{"source":153,"target":200},{"source":153,"target":128},{"source":153,"target":350},{"source":153,"target":379},{"source":350,"target":225},{"source":350,"target":380},{"source":350,"target":153},{"source":350,"target":346},{"source":380,"target":225},{"source":379,"target":128},{"source":107,"target":200},{"source":107,"target":128},{"source":107,"target":381},{"source":107,"target":382},{"source":381,"target":250},{"source":381,"target":383},{"source":381,"target":107},{"source":381,"target":384},{"source":383,"target":250},{"source":382,"target":128},{"source":230,"target":200},{"source":230,"target":231},{"source":230,"target":385},{"source":230,"target":386},{"source":385,"target":231},{"source":385,"target":387},{"source":385,"target":230},{"source":385,"target":388},{"source":387,"target":231},{"source":386,"target":231},{"source":231,"target":200},{"source":231,"target":50},{"source":231,"target":389},{"source":231,"target":390},{"source":231,"target":265},{"source":231,"target":391},{"source":231,"target":392},{"source":231,"target":393},{"source":231,"target":394},{"source":231,"target":388},{"source":231,"target":395},{"source":231,"target":374},{"source":231,"target":396},{"source":389,"target":33},{"source":389,"target":397},{"source":389,"target":231},{"source":397,"target":33},{"source":390,"target":247},{"source":390,"target":398},{"source":390,"target":231},{"source":390,"target":399},{"source":398,"target":247},{"source":265,"target":50},{"source":265,"target":400},{"source":265,"target":231},{"source":265,"target":251},{"source":400,"target":50},{"source":391,"target":250},{"source":391,"target":401},{"source":391,"target":231},{"source":391,"target":402},{"source":401,"target":250},{"source":392,"target":246},{"source":392,"target":403},{"source":392,"target":231},{"source":392,"target":404},{"source":403,"target":246},{"source":393,"target":249},{"source":393,"target":405},{"source":393,"target":231},{"source":393,"target":406},{"source":405,"target":249},{"source":394,"target":246},{"source":394,"target":407},{"source":394,"target":231},{"source":394,"target":408},{"source":407,"target":246},{"source":388,"target":230},{"source":388,"target":409},{"source":388,"target":231},{"source":388,"target":385},{"source":409,"target":230},{"source":395,"target":244},{"source":395,"target":410},{"source":395,"target":231},{"source":395,"target":411},{"source":410,"target":244},{"source":374,"target":128},{"source":374,"target":412},{"source":374,"target":231},{"source":374,"target":369},{"source":412,"target":128},{"source":396,"target":50},{"source":232,"target":200},{"source":232,"target":231},{"source":232,"target":413},{"source":413,"target":231},{"source":233,"target":200},{"source":233,"target":232},{"source":233,"target":414},{"source":414,"target":232},{"source":234,"target":200},{"source":234,"target":232},{"source":234,"target":415},{"source":415,"target":232},{"source":235,"target":200},{"source":235,"target":232},{"source":235,"target":416},{"source":416,"target":232},{"source":236,"target":200},{"source":236,"target":235},{"source":236,"target":417},{"source":417,"target":235},{"source":237,"target":200},{"source":237,"target":235},{"source":237,"target":418},{"source":418,"target":235},{"source":238,"target":200},{"source":238,"target":230},{"source":238,"target":419},{"source":419,"target":230},{"source":239,"target":200},{"source":239,"target":230},{"source":239,"target":420},{"source":420,"target":230},{"source":240,"target":200},{"source":240,"target":230},{"source":240,"target":421},{"source":421,"target":230},{"source":241,"target":200},{"source":241,"target":230},{"source":241,"target":422},{"source":422,"target":230},{"source":242,"target":200},{"source":242,"target":231},{"source":242,"target":423},{"source":423,"target":231},{"source":243,"target":200},{"source":243,"target":231},{"source":243,"target":424},{"source":243,"target":425},{"source":424,"target":244},{"source":424,"target":426},{"source":424,"target":243},{"source":424,"target":427},{"source":426,"target":244},{"source":425,"target":231},{"source":244,"target":200},{"source":244,"target":1},{"source":244,"target":411},{"source":244,"target":427},{"source":244,"target":428},{"source":244,"target":429},{"source":411,"target":231},{"source":411,"target":430},{"source":411,"target":244},{"source":411,"target":395},{"source":430,"target":231},{"source":427,"target":243},{"source":427,"target":431},{"source":427,"target":244},{"source":427,"target":424},{"source":431,"target":243},{"source":428,"target":33},{"source":428,"target":432},{"source":428,"target":244},{"source":432,"target":33},{"source":429,"target":1},{"source":245,"target":200},{"source":245,"target":231},{"source":245,"target":433},{"source":245,"target":434},{"source":433,"target":61},{"source":433,"target":435},{"source":433,"target":245},{"source":433,"target":436},{"source":435,"target":61},{"source":434,"target":231},{"source":246,"target":200},{"source":246,"target":231},{"source":246,"target":404},{"source":246,"target":408},{"source":246,"target":437},{"source":404,"target":231},{"source":404,"target":438},{"source":404,"target":246},{"source":404,"target":392},{"source":438,"target":231},{"source":408,"target":231},{"source":408,"target":439},{"source":408,"target":246},{"source":408,"target":394},{"source":439,"target":231},{"source":437,"target":231},{"source":72,"target":200},{"source":72,"target":1},{"source":72,"target":440},{"source":72,"target":441},{"source":72,"target":442},{"source":440,"target":248},{"source":440,"target":443},{"source":440,"target":72},{"source":440,"target":444},{"source":443,"target":248},{"source":441,"target":247},{"source":441,"target":445},{"source":441,"target":72},{"source":441,"target":446},{"source":445,"target":247},{"source":442,"target":1},{"source":247,"target":200},{"source":247,"target":1},{"source":247,"target":446},{"source":247,"target":399},{"source":247,"target":447},{"source":446,"target":72},{"source":446,"target":448},{"source":446,"target":247},{"source":446,"target":441},{"source":448,"target":72},{"source":399,"target":231},{"source":399,"target":449},{"source":399,"target":247},{"source":399,"target":390},{"source":449,"target":231},{"source":447,"target":1},{"source":248,"target":200},{"source":248,"target":1},{"source":248,"target":444},{"source":248,"target":450},{"source":444,"target":72},{"source":444,"target":451},{"source":444,"target":248},{"source":444,"target":440},{"source":451,"target":72},{"source":450,"target":1},{"source":249,"target":200},{"source":249,"target":248},{"source":249,"target":452},{"source":249,"target":287},{"source":249,"target":406},{"source":249,"target":453},{"source":452,"target":33},{"source":452,"target":454},{"source":452,"target":249},{"source":454,"target":33},{"source":287,"target":50},{"source":287,"target":455},{"source":287,"target":249},{"source":287,"target":262},{"source":455,"target":50},{"source":406,"target":231},{"source":406,"target":456},{"source":406,"target":249},{"source":406,"target":393},{"source":456,"target":231},{"source":453,"target":248},{"source":250,"target":200},{"source":250,"target":248},{"source":250,"target":457},{"source":250,"target":384},{"source":250,"target":402},{"source":250,"target":283},{"source":250,"target":458},{"source":457,"target":33},{"source":457,"target":459},{"source":457,"target":250},{"source":459,"target":33},{"source":384,"target":107},{"source":384,"target":460},{"source":384,"target":250},{"source":384,"target":381},{"source":460,"target":107},{"source":402,"target":231},{"source":402,"target":461},{"source":402,"target":250},{"source":402,"target":391},{"source":461,"target":231},{"source":283,"target":50},{"source":283,"target":462},{"source":283,"target":250},{"source":283,"target":260},{"source":462,"target":50},{"source":458,"target":248},{"source":61,"target":200},{"source":61,"target":1},{"source":61,"target":463},{"source":61,"target":464},{"source":61,"target":436},{"source":61,"target":465},{"source":61,"target":466},{"source":463,"target":33},{"source":463,"target":467},{"source":463,"target":61},{"source":467,"target":33},{"source":464,"target":61},{"source":464,"target":468},{"source":464,"target":61},{"source":464,"target":465},{"source":468,"target":61},{"source":436,"target":245},{"source":436,"target":469},{"source":436,"target":61},{"source":436,"target":433},{"source":469,"target":245},{"source":465,"target":61},{"source":465,"target":470},{"source":465,"target":61},{"source":465,"target":464},{"source":470,"target":61},{"source":466,"target":1},{"source":471,"target":59},{"source":471,"target":303},{"source":471,"target":307},{"source":471,"target":33},{"source":59,"target":471},{"source":303,"target":471},{"source":307,"target":471},{"source":33,"target":471}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="gcml" nsURI="http://gcml.org" nsPrefix="gc"> <eClassifiers xsi:type="ecore:EEnum" name="Action"> <eLiterals name="send"/> <eLiterals name="doNotSend" value="1"/> <eLiterals name="start" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Capability"> <eLiterals name="TextFile"/> <eLiterals name="BinaryFile" value="1"/> <eLiterals name="StreamFile" value="2"/> <eLiterals name="NonStreamFile" value="3"/> <eLiterals name="AudioFile" value="4"/> <eLiterals name="VideoFile" value="5"/> <eLiterals name="AVFile" value="6"/> <eLiterals name="Text" value="7"/> <eLiterals name="LiveStream" value="8"/> <eLiterals name="LiveAudio" value="9"/> <eLiterals name="LiveVideo" value="10"/> <eLiterals name="LiveAV" value="11"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromDevice" lowerBound="1" upperBound="-1" eType="#//Device" eOpposite="#//Device/toConnection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ConnectionToCall" eType="#//Call" eOpposite="#//Call/CallToConnection"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bandwidth" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Device"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLocal" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deviceCapability" unique="false" lowerBound="1" upperBound="-1" eType="#//Capability" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toConnection" lowerBound="1" upperBound="-1" eType="#//Connection" eOpposite="#//Connection/fromDevice"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromIsAttached" lowerBound="1" upperBound="-1" eType="#//IsAttached" eOpposite="#//IsAttached/toDevice"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deviceID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Form"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formTypeName" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="#//Action" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediumDataType" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suggestedApplication" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="voiceCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toConnection" eType="#//Connection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toParentForm" eType="#//Form"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gcml"> <eStructuralFeatures xsi:type="ecore:EReference" name="connection" upperBound="-1" eType="#//Connection" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="medium" upperBound="-1" eType="#//Medium" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="form" upperBound="-1" eType="#//Form" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="person" upperBound="-1" eType="#//Person" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isAttached" upperBound="-1" eType="#//IsAttached" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="device" upperBound="-1" eType="#//Device" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="call" upperBound="-1" eType="#//Call" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" upperBound="-1" eType="#//Decision" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundary" upperBound="-1" eType="#//Boundary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsAttached"> <eStructuralFeatures xsi:type="ecore:EReference" name="toDevice" lowerBound="1" eType="#//Device" resolveProxies="false" eOpposite="#//Device/fromIsAttached"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromPerson" lowerBound="1" eType="#//Person" eOpposite="#//Person/toIsAttached"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Medium"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derivedFromBuiltInType" eType="#//Capability" defaultValueLiteral="" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediumTypeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suggestedApplication" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="voiceCommand" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toConnection" lowerBound="1" eType="#//Connection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="personID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="personName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="personRole" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toIsAttached" lowerBound="1" eType="#//IsAttached" eOpposite="#//IsAttached/fromPerson"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ActivityID" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outcome" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CallToConnection" upperBound="-1" eType="#//Connection" eOpposite="#//Connection/ConnectionToCall" eKeys="#//Connection/connectionID"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CallToDecision" eType="#//Decision" eOpposite="#//Decision/DecisionToCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CallToBoundary" eType="#//Boundary"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decision" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceActivityID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="successPathID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failPathID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="DecisionToCall" upperBound="2" eType="#//Call" eOpposite="#//Call/CallToDecision"/> <eStructuralFeatures xsi:type="ecore:EReference" name="DecisionToBoundary" eType="#//Boundary"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Boundary" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Type" lowerBound="1" eType="#//BoundaryType" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="BoundaryToCall" eType="#//Call"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BoundaryType"> <eLiterals name="null" literal="null"/> <eLiterals name="Start" value="1"/> <eLiterals name="End" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/radtek/rrcomssys-team-5/gcml/model/Gcml.ecore
ecore
gcml Action send send doNotSend doNotSend start start Capability TextFile TextFile BinaryFile BinaryFile StreamFile StreamFile NonStreamFile NonStreamFile AudioFile AudioFile VideoFile VideoFile AVFile AVFile Text Text LiveStream LiveStream LiveAudio LiveAudio LiveVideo LiveVideo LiveAV LiveAV Connection connectionID fromDevice ConnectionToCall bandwidth Device isLocal deviceCapability isVirtual toConnection fromIsAttached deviceID Form formTypeName action mediumDataType suggestedApplication voiceCommand toConnection toParentForm Gcml connection medium form person isAttached device call decision boundary IsAttached toDevice fromPerson Medium derivedFromBuiltInType mediumTypeName suggestedApplication voiceCommand toConnection Person personID personName personRole toIsAttached Activity ActivityID Call outcome CallToConnection CallToDecision CallToBoundary Decision sourceActivityID successPathID failPathID DecisionToCall DecisionToBoundary Boundary Type BoundaryToCall BoundaryType null null Start Start End End
null
{"directed":true,"nodes":[{"nsPrefix":"gc","nsURI":"http://gcml.org","name":"gcml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"Action","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Capability","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gcml","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsAttached","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Medium","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decision","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boundary","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BoundaryType","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"name":"send","id":15,"value":0,"literal":"send","eClass":"EEnumLiteral"},{"name":"doNotSend","id":16,"value":1,"literal":"doNotSend","eClass":"EEnumLiteral"},{"name":"start","id":17,"value":2,"literal":"start","eClass":"EEnumLiteral"},{"name":"TextFile","id":18,"value":0,"literal":"TextFile","eClass":"EEnumLiteral"},{"name":"BinaryFile","id":19,"value":1,"literal":"BinaryFile","eClass":"EEnumLiteral"},{"name":"StreamFile","id":20,"value":2,"literal":"StreamFile","eClass":"EEnumLiteral"},{"name":"NonStreamFile","id":21,"value":3,"literal":"NonStreamFile","eClass":"EEnumLiteral"},{"name":"AudioFile","id":22,"value":4,"literal":"AudioFile","eClass":"EEnumLiteral"},{"name":"VideoFile","id":23,"value":5,"literal":"VideoFile","eClass":"EEnumLiteral"},{"name":"AVFile","id":24,"value":6,"literal":"AVFile","eClass":"EEnumLiteral"},{"name":"Text","id":25,"value":7,"literal":"Text","eClass":"EEnumLiteral"},{"name":"LiveStream","id":26,"value":8,"literal":"LiveStream","eClass":"EEnumLiteral"},{"name":"LiveAudio","id":27,"value":9,"literal":"LiveAudio","eClass":"EEnumLiteral"},{"name":"LiveVideo","id":28,"value":10,"literal":"LiveVideo","eClass":"EEnumLiteral"},{"name":"LiveAV","id":29,"value":11,"literal":"LiveAV","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":"connectionID","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromDevice","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ConnectionToCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"bandwidth","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toConnection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CallToConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"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":"isLocal","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":false,"name":"deviceCapability","changeable":true,"lowerBound":1,"iD":false,"id":41,"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":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":42,"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":"fromIsAttached","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deviceID","changeable":true,"lowerBound":1,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toDevice","changeable":true,"resolveProxies":false,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":false,"name":"formTypeName","changeable":true,"lowerBound":1,"iD":true,"id":52,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mediumDataType","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"suggestedApplication","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"voiceCommand","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toConnection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toParentForm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connection","changeable":true,"resolveProxies":false,"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":"medium","changeable":true,"resolveProxies":false,"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":"form","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":false,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isAttached","changeable":true,"resolveProxies":false,"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":"device","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"call","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decision","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":"boundary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromPerson","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toIsAttached","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":true,"transient":false,"unique":true,"name":"derivedFromBuiltInType","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mediumTypeName","changeable":true,"lowerBound":1,"iD":true,"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":"suggestedApplication","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":"voiceCommand","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toConnection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"personID","changeable":true,"lowerBound":1,"iD":true,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"personName","changeable":true,"lowerBound":1,"iD":false,"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":"personRole","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ActivityID","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"id":106,"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":"outcome","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CallToDecision","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CallToBoundary","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"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"DecisionToCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceActivityID","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":"successPathID","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"failPathID","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":"DecisionToBoundary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"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":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"BoundaryToCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"name":"null","id":131,"value":0,"literal":"null","eClass":"EEnumLiteral"},{"name":"Start","id":132,"value":1,"literal":"Start","eClass":"EEnumLiteral"},{"name":"End","id":133,"value":2,"literal":"End","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":1},{"source":16,"target":1},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":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":18,"target":2},{"source":19,"target":2},{"source":20,"target":2},{"source":21,"target":2},{"source":22,"target":2},{"source":23,"target":2},{"source":24,"target":2},{"source":25,"target":2},{"source":26,"target":2},{"source":27,"target":2},{"source":28,"target":2},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":30,"target":34},{"source":30,"target":3},{"source":31,"target":4},{"source":31,"target":35},{"source":31,"target":3},{"source":31,"target":36},{"source":35,"target":4},{"source":32,"target":11},{"source":32,"target":37},{"source":32,"target":3},{"source":32,"target":38},{"source":37,"target":11},{"source":33,"target":39},{"source":33,"target":3},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":36},{"source":4,"target":43},{"source":4,"target":44},{"source":40,"target":45},{"source":40,"target":4},{"source":41,"target":2},{"source":41,"target":46},{"source":41,"target":4},{"source":46,"target":2},{"source":42,"target":47},{"source":42,"target":4},{"source":36,"target":3},{"source":36,"target":48},{"source":36,"target":4},{"source":36,"target":31},{"source":48,"target":3},{"source":43,"target":7},{"source":43,"target":49},{"source":43,"target":4},{"source":43,"target":50},{"source":49,"target":7},{"source":44,"target":51},{"source":44,"target":4},{"source":5,"target":0},{"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":52,"target":59},{"source":52,"target":5},{"source":53,"target":1},{"source":53,"target":60},{"source":53,"target":5},{"source":60,"target":1},{"source":54,"target":61},{"source":54,"target":5},{"source":55,"target":62},{"source":55,"target":5},{"source":56,"target":63},{"source":56,"target":5},{"source":57,"target":3},{"source":57,"target":64},{"source":57,"target":5},{"source":64,"target":3},{"source":58,"target":5},{"source":58,"target":65},{"source":58,"target":5},{"source":65,"target":5},{"source":6,"target":0},{"source":6,"target":66},{"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":66,"target":3},{"source":66,"target":75},{"source":66,"target":6},{"source":75,"target":3},{"source":67,"target":8},{"source":67,"target":76},{"source":67,"target":6},{"source":76,"target":8},{"source":68,"target":5},{"source":68,"target":77},{"source":68,"target":6},{"source":77,"target":5},{"source":69,"target":9},{"source":69,"target":78},{"source":69,"target":6},{"source":78,"target":9},{"source":70,"target":7},{"source":70,"target":79},{"source":70,"target":6},{"source":79,"target":7},{"source":71,"target":4},{"source":71,"target":80},{"source":71,"target":6},{"source":80,"target":4},{"source":72,"target":11},{"source":72,"target":81},{"source":72,"target":6},{"source":81,"target":11},{"source":73,"target":12},{"source":73,"target":82},{"source":73,"target":6},{"source":82,"target":12},{"source":74,"target":13},{"source":74,"target":83},{"source":74,"target":6},{"source":83,"target":13},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":84},{"source":50,"target":4},{"source":50,"target":85},{"source":50,"target":7},{"source":50,"target":43},{"source":85,"target":4},{"source":84,"target":9},{"source":84,"target":86},{"source":84,"target":7},{"source":84,"target":87},{"source":86,"target":9},{"source":8,"target":0},{"source":8,"target":88},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":8,"target":92},{"source":88,"target":2},{"source":88,"target":93},{"source":88,"target":8},{"source":93,"target":2},{"source":89,"target":94},{"source":89,"target":8},{"source":90,"target":95},{"source":90,"target":8},{"source":91,"target":96},{"source":91,"target":8},{"source":92,"target":3},{"source":92,"target":97},{"source":92,"target":8},{"source":97,"target":3},{"source":9,"target":0},{"source":9,"target":98},{"source":9,"target":99},{"source":9,"target":100},{"source":9,"target":87},{"source":98,"target":101},{"source":98,"target":9},{"source":99,"target":102},{"source":99,"target":9},{"source":100,"target":103},{"source":100,"target":9},{"source":87,"target":7},{"source":87,"target":104},{"source":87,"target":9},{"source":87,"target":84},{"source":104,"target":7},{"source":10,"target":0},{"source":10,"target":105},{"source":105,"target":106},{"source":105,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":107},{"source":11,"target":38},{"source":11,"target":108},{"source":11,"target":109},{"source":11,"target":110},{"source":107,"target":111},{"source":107,"target":11},{"source":38,"target":3},{"source":38,"target":112},{"source":38,"target":11},{"source":38,"target":32},{"source":38,"target":30},{"source":112,"target":3},{"source":108,"target":12},{"source":108,"target":113},{"source":108,"target":11},{"source":108,"target":114},{"source":113,"target":12},{"source":109,"target":13},{"source":109,"target":115},{"source":109,"target":11},{"source":115,"target":13},{"source":110,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":116},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":114},{"source":12,"target":119},{"source":12,"target":120},{"source":116,"target":121},{"source":116,"target":12},{"source":117,"target":122},{"source":117,"target":12},{"source":118,"target":123},{"source":118,"target":12},{"source":114,"target":11},{"source":114,"target":124},{"source":114,"target":12},{"source":114,"target":108},{"source":124,"target":11},{"source":119,"target":13},{"source":119,"target":125},{"source":119,"target":12},{"source":125,"target":13},{"source":120,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":126,"target":14},{"source":126,"target":129},{"source":126,"target":13},{"source":129,"target":14},{"source":127,"target":11},{"source":127,"target":130},{"source":127,"target":13},{"source":130,"target":11},{"source":128,"target":10},{"source":14,"target":0},{"source":14,"target":131},{"source":14,"target":132},{"source":14,"target":133},{"source":131,"target":14},{"source":132,"target":14},{"source":133,"target":14}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="urdad" nsURI="http://www.urdad.org/2010/urdad" nsPrefix="urdad"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="author" value="fritz@solms.co.za"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="documentation" value="This is a ecore encoding of the URDAD meta-model. URDAD is a services-oriented&#xA;&#x9; analysis and design methodology which is meant for technology neutral analysis&#xA;&#x9; and design resulting in a PIM (platform-independent model) which can be used &#xA;&#x9; in the context of model-driven development (e.g. MDA)."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="todo" value="Componentize meta-model"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="todo" value="How to support componentized models?"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="todo" value="Should primitives be sourced from OCL?"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="todo" value="Should awaiting on signals be supported and if so, how?"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="todo" value="Persistence &amp; CRUD methods via entity manager. Problem: these are in model, not meta-model domain"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="todo" value="Basic data types"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="todo" value="Exception message construction perhaps via OCL to include context info"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="todo" value="Fully qualified names support in XText (it is in ECore, but not in default XText mapping - can be done in XText)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementWithOptionalName" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element"> <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="Annotation" eSuperTypes="#//ElementWithOptionalName"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//ElementWithOptionalName"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraintExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//Constraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse" eType="#//Condition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualityConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="responsibilityDomains" upperBound="-1" eType="#//ResponsibilityDomain" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResponsibilityDomain" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="responsibilityDomains" upperBound="-1" eType="#//ResponsibilityDomain" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes" upperBound="-1" eType="#//DataType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="servicesContracts" upperBound="-1" eType="#//ServiceContract" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//Service" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//ElementWithOptionalName"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionString" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#//ElementWithOptionalName"> <eStructuralFeatures xsi:type="ecore:EReference" name="queryExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityConstraint" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="RangeMultiplicity" eSuperTypes="#//MultiplicityConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Many" eSuperTypes="#//MultiplicityConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicDataType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="DataStructure" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//DataStructure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exception" eSuperTypes="#//DataStructure"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicityConstraint" eType="#//MultiplicityConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//BasicDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedType" lowerBound="1" eType="#//DataStructure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Aggregation" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//Aggregation"/> <eClassifiers xsi:type="ecore:EClass" name="Requirement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredBy" lowerBound="1" upperBound="-1" eType="#//ResponsibilityDomain"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualityRequirement" eSuperTypes="#//Requirement"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="documentation" value="A quality requirement is a non-functional requirement around quality of service. &#xA;&#x9;&#x9;Typical examples of quality requirements include scalability, reliability, &#xA; performance, security and auditability."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityConstraint" eType="#//QualityConstraint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionRequirement" abstract="true" eSuperTypes="#//Requirement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Condition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PreCondition" eSuperTypes="#//ConditionRequirement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="#//Exception"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostCondition" eSuperTypes="#//ConditionRequirement"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionalRequirement" eSuperTypes="#//ElementWithOptionalName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="documentation" value="The condition is the condition under which the functionality is required."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredService" eType="#//ServiceContract"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedToAddress" upperBound="-1" eType="#//ConditionRequirement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceContract" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="requestClassNameEqualsServiceNamePlusRequest resultClassNameEqualsServiceNamePlusResult"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="documentation" value="A requirement for a service."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="documentation" value="Pre and post-conditions composed in service because constraint definitions are context specific"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="requestClassNameEqualsServiceNamePlusRequest" value="&#xA;&#x9;&#x9; (self.request.name.substring(self.request.name.size()-6,self.request.name.size()) = 'Request')&#xA;&#x9;&#x9; and&#xA;&#x9;&#x9; (self.request.name.substring(1,self.name.size()) = self.name.substring(1,1).toUpperCase().concat&#xA;&#x9;&#x9; (self.name.substring(2,self.name.size())))"/> <details key="resultClassNameEqualsServiceNamePlusResult" value="&#xA;&#x9;&#x9; (self.request.name.substring(self.request.name.size()-5,self.request.name.size()) = 'Result')&#xA;&#x9;&#x9; and&#xA;&#x9;&#x9; (self.request.name.substring(1,self.name.size()) = self.name.substring(1,1).toUpperCase().concat&#xA;&#x9;&#x9; (self.name.substring(2,self.name.size())))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="request" lowerBound="1" eType="#//DataStructure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="#//DataStructure" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualityRequirements" upperBound="-1" eType="#//QualityRequirement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preCondition" eType="#//PreCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postCondition" eType="#//PostCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inverseService" eType="#//ServiceContract"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//ContainerActivity"> <eStructuralFeatures xsi:type="ecore:EReference" name="requestVariable" lowerBound="1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultVariable" lowerBound="1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="realizedContract" eType="#//ServiceContract"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalRequirements" upperBound="-1" eType="#//FunctionalRequirement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" abstract="true" eSuperTypes="#//ElementWithOptionalName"/> <eClassifiers xsi:type="ecore:EClass" name="ActivitySequence" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="activities" lowerBound="2" upperBound="-1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainerActivity" abstract="true" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcurrentActivity" eSuperTypes="#//ContainerActivity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocking" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Concurrency" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="concurrentActivities" lowerBound="2" upperBound="-1" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalActivity" abstract="true" eSuperTypes="#//ContainerActivity"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocking" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//ConditionalActivity"/> <eClassifiers xsi:type="ecore:EClass" name="Choice" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionalActivities" lowerBound="1" upperBound="-1" eType="#//ConditionalActivity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseActivity" eType="#//Activity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="until" lowerBound="1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableProduction" abstract="true" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="producedVariable" lowerBound="1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Create" eSuperTypes="#//VariableProduction"/> <eClassifiers xsi:type="ecore:EClass" name="ManipulateVariable" abstract="true" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Query" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Query" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//ManipulateVariable"/> <eClassifiers xsi:type="ecore:EClass" name="Add" eSuperTypes="#//ManipulateVariable"/> <eClassifiers xsi:type="ecore:EClass" name="Remove" eSuperTypes="#//Activity"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Query" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//ContainerActivity"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForAll" eSuperTypes="#//ContainerActivity"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//Query" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concurrent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionHandler" eSuperTypes="#//ContainerActivity"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1" eType="#//Exception"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequestService" eSuperTypes="#//VariableProduction"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="documentation" value="The name of the request activity uniquely identifies the service request&#xA;&#x9;&#x9;and can be used to identify the result of a particular service request"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requestedService" lowerBound="1" eType="#//ServiceContract"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requestVariable" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionHandlers" upperBound="-1" eType="#//ExceptionHandler" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminalActivity" abstract="true" eSuperTypes="#//Activity"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseException" eSuperTypes="#//TerminalActivity"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1" eType="#//Exception"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionObject" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnResult" eSuperTypes="#//TerminalActivity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resultVariable" eType="#//Variable"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/urdadmde/repo/publications/papers/transformationToolContext2011/submission/urdad.ecore
ecore
urdad Element annotations ElementWithOptionalName name NamedElement name Annotation language content Constraint constraintExpression Condition inverse QualityConstraint Model responsibilityDomains ResponsibilityDomain responsibilityDomains dataTypes conditions servicesContracts services Expression language expressionString Query queryExpression MultiplicityConstraint RangeMultiplicity minOccurs 1 maxOccurs 1 Many DataType constraints BasicDataType DataStructure abstract false superType features Variable type Exception Feature multiplicityConstraint Attribute type Association relatedType Aggregation Composition Requirement requiredBy QualityRequirement qualityConstraint ConditionRequirement condition PreCondition exception PostCondition FunctionalRequirement requiredService condition usedToAddress ServiceContract request result qualityRequirements preCondition postCondition inverseService Service requestVariable resultVariable realizedContract functionalRequirements Activity ActivitySequence activities ContainerActivity activity ConcurrentActivity blocking true Concurrency concurrentActivities ConditionalActivity condition blocking false If Choice conditionalActivities elseActivity Wait until VariableProduction producedVariable Create ManipulateVariable source to Assign Add Remove target While condition ForAll query concurrent false ExceptionHandler exception RequestService requestedService requestVariable exceptionHandlers TerminalActivity RaiseException exception exceptionObject ReturnResult resultVariable
null
{"directed":true,"nodes":[{"nsPrefix":"urdad","nsURI":"http://www.urdad.org/2010/urdad","name":"urdad","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":"ElementWithOptionalName","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityConstraint","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponsibilityDomain","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":"Query","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityConstraint","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeMultiplicity","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Many","instanceClass":null,"abstract":false,"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":null,"defaultValue":null,"instanceClassName":null,"name":"BasicDataType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStructure","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exception","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityRequirement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionRequirement","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreCondition","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostCondition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalRequirement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceContract","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivitySequence","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerActivity","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcurrentActivity","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concurrency","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalActivity","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableProduction","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManipulateVariable","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Remove","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForAll","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionHandler","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestService","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalActivity","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseException","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnResult","instanceClass":null,"abstract":false,"id":54,"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":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":1,"iD":false,"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":"content","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraintExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"responsibilityDomains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"responsibilityDomains","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":"dataTypes","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":"conditions","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":"servicesContracts","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":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressionString","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"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":"minOccurs","changeable":true,"lowerBound":1,"iD":false,"id":97,"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":"maxOccurs","changeable":true,"lowerBound":1,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","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"},{"container":false,"ordered":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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multiplicityConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualityConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requiredService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedToAddress","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"},{"container":false,"ordered":true,"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":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualityRequirements","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":"preCondition","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":"postCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverseService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requestVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"realizedContract","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionalRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"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":"activities","changeable":true,"resolveProxies":true,"lowerBound":2,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"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":"blocking","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"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":"concurrentActivities","changeable":true,"resolveProxies":true,"lowerBound":2,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":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":184,"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":"blocking","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"},{"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":"conditionalActivities","changeable":true,"resolveProxies":true,"lowerBound":1,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"until","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"producedVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":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":209,"derived":false},{"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"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":"concurrent","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requestedService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requestVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"exceptionHandlers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exceptionObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":1,"target":0},{"source":1,"target":55},{"source":55,"target":4},{"source":55,"target":56},{"source":55,"target":1},{"source":56,"target":4},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":57},{"source":2,"target":58},{"source":57,"target":59},{"source":57,"target":2},{"source":58,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":60},{"source":3,"target":61},{"source":60,"target":62},{"source":60,"target":3},{"source":61,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":63},{"source":4,"target":64},{"source":4,"target":65},{"source":63,"target":66},{"source":63,"target":4},{"source":64,"target":67},{"source":64,"target":4},{"source":65,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":68},{"source":5,"target":69},{"source":68,"target":10},{"source":68,"target":70},{"source":68,"target":5},{"source":70,"target":10},{"source":69,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":71},{"source":6,"target":72},{"source":71,"target":6},{"source":71,"target":73},{"source":71,"target":6},{"source":73,"target":6},{"source":72,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":74},{"source":74,"target":5},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":75},{"source":8,"target":76},{"source":75,"target":9},{"source":75,"target":77},{"source":75,"target":8},{"source":77,"target":9},{"source":76,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":78,"target":9},{"source":78,"target":84},{"source":78,"target":9},{"source":84,"target":9},{"source":79,"target":15},{"source":79,"target":85},{"source":79,"target":9},{"source":85,"target":15},{"source":80,"target":6},{"source":80,"target":86},{"source":80,"target":9},{"source":86,"target":6},{"source":81,"target":31},{"source":81,"target":87},{"source":81,"target":9},{"source":87,"target":31},{"source":82,"target":32},{"source":82,"target":88},{"source":82,"target":9},{"source":88,"target":32},{"source":83,"target":3},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":89,"target":92},{"source":89,"target":10},{"source":90,"target":93},{"source":90,"target":10},{"source":91,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":94},{"source":11,"target":95},{"source":94,"target":10},{"source":94,"target":96},{"source":94,"target":11},{"source":96,"target":10},{"source":95,"target":2},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":97},{"source":13,"target":98},{"source":13,"target":99},{"source":97,"target":100},{"source":97,"target":13},{"source":98,"target":101},{"source":98,"target":13},{"source":99,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":102},{"source":102,"target":12},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":103},{"source":15,"target":104},{"source":103,"target":5},{"source":103,"target":105},{"source":103,"target":15},{"source":105,"target":5},{"source":104,"target":3},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":106},{"source":106,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":107},{"source":17,"target":108},{"source":17,"target":109},{"source":17,"target":110},{"source":107,"target":111},{"source":107,"target":17},{"source":108,"target":17},{"source":108,"target":112},{"source":108,"target":17},{"source":112,"target":17},{"source":109,"target":20},{"source":109,"target":113},{"source":109,"target":17},{"source":113,"target":20},{"source":110,"target":15},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":114},{"source":18,"target":115},{"source":114,"target":15},{"source":114,"target":116},{"source":114,"target":18},{"source":116,"target":15},{"source":115,"target":3},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":117},{"source":117,"target":17},{"source":20,"target":0},{"source":20,"target":3},{"source":20,"target":118},{"source":20,"target":119},{"source":118,"target":12},{"source":118,"target":120},{"source":118,"target":20},{"source":120,"target":12},{"source":119,"target":3},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":121},{"source":21,"target":122},{"source":121,"target":16},{"source":121,"target":123},{"source":121,"target":21},{"source":123,"target":16},{"source":122,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":124},{"source":22,"target":125},{"source":124,"target":17},{"source":124,"target":126},{"source":124,"target":22},{"source":126,"target":17},{"source":125,"target":20},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":127},{"source":127,"target":22},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":128},{"source":128,"target":23},{"source":25,"target":0},{"source":25,"target":3},{"source":25,"target":129},{"source":25,"target":130},{"source":129,"target":9},{"source":129,"target":131},{"source":129,"target":25},{"source":131,"target":9},{"source":130,"target":3},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":132},{"source":26,"target":133},{"source":132,"target":7},{"source":132,"target":134},{"source":132,"target":26},{"source":134,"target":7},{"source":133,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":135},{"source":27,"target":136},{"source":135,"target":6},{"source":135,"target":137},{"source":135,"target":27},{"source":137,"target":6},{"source":136,"target":25},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":138},{"source":28,"target":139},{"source":138,"target":19},{"source":138,"target":140},{"source":138,"target":28},{"source":140,"target":19},{"source":139,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":141},{"source":141,"target":27},{"source":30,"target":0},{"source":30,"target":2},{"source":30,"target":142},{"source":30,"target":143},{"source":30,"target":144},{"source":30,"target":145},{"source":142,"target":31},{"source":142,"target":146},{"source":142,"target":30},{"source":146,"target":31},{"source":143,"target":6},{"source":143,"target":147},{"source":143,"target":30},{"source":147,"target":6},{"source":144,"target":27},{"source":144,"target":148},{"source":144,"target":30},{"source":148,"target":27},{"source":145,"target":2},{"source":31,"target":0},{"source":31,"target":3},{"source":31,"target":149},{"source":31,"target":150},{"source":31,"target":151},{"source":31,"target":152},{"source":31,"target":153},{"source":31,"target":154},{"source":31,"target":155},{"source":149,"target":17},{"source":149,"target":156},{"source":149,"target":31},{"source":156,"target":17},{"source":150,"target":17},{"source":150,"target":157},{"source":150,"target":31},{"source":157,"target":17},{"source":151,"target":26},{"source":151,"target":158},{"source":151,"target":31},{"source":158,"target":26},{"source":152,"target":28},{"source":152,"target":159},{"source":152,"target":31},{"source":159,"target":28},{"source":153,"target":29},{"source":153,"target":160},{"source":153,"target":31},{"source":160,"target":29},{"source":154,"target":31},{"source":154,"target":161},{"source":154,"target":31},{"source":161,"target":31},{"source":155,"target":3},{"source":32,"target":0},{"source":32,"target":35},{"source":32,"target":162},{"source":32,"target":163},{"source":32,"target":164},{"source":32,"target":165},{"source":32,"target":166},{"source":162,"target":18},{"source":162,"target":167},{"source":162,"target":32},{"source":167,"target":18},{"source":163,"target":18},{"source":163,"target":168},{"source":163,"target":32},{"source":168,"target":18},{"source":164,"target":31},{"source":164,"target":169},{"source":164,"target":32},{"source":169,"target":31},{"source":165,"target":30},{"source":165,"target":170},{"source":165,"target":32},{"source":170,"target":30},{"source":166,"target":35},{"source":33,"target":0},{"source":33,"target":2},{"source":33,"target":171},{"source":171,"target":2},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":172},{"source":34,"target":173},{"source":172,"target":33},{"source":172,"target":174},{"source":172,"target":34},{"source":174,"target":33},{"source":173,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":175},{"source":35,"target":176},{"source":175,"target":33},{"source":175,"target":177},{"source":175,"target":35},{"source":177,"target":33},{"source":176,"target":33},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":178},{"source":36,"target":179},{"source":178,"target":180},{"source":178,"target":36},{"source":179,"target":35},{"source":37,"target":0},{"source":37,"target":33},{"source":37,"target":181},{"source":37,"target":182},{"source":181,"target":33},{"source":181,"target":183},{"source":181,"target":37},{"source":183,"target":33},{"source":182,"target":33},{"source":38,"target":0},{"source":38,"target":35},{"source":38,"target":184},{"source":38,"target":185},{"source":38,"target":186},{"source":184,"target":6},{"source":184,"target":187},{"source":184,"target":38},{"source":187,"target":6},{"source":185,"target":188},{"source":185,"target":38},{"source":186,"target":35},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":189},{"source":189,"target":38},{"source":40,"target":0},{"source":40,"target":33},{"source":40,"target":190},{"source":40,"target":191},{"source":40,"target":192},{"source":190,"target":38},{"source":190,"target":193},{"source":190,"target":40},{"source":193,"target":38},{"source":191,"target":33},{"source":191,"target":194},{"source":191,"target":40},{"source":194,"target":33},{"source":192,"target":33},{"source":41,"target":0},{"source":41,"target":33},{"source":41,"target":195},{"source":41,"target":196},{"source":195,"target":6},{"source":195,"target":197},{"source":195,"target":41},{"source":197,"target":6},{"source":196,"target":33},{"source":42,"target":0},{"source":42,"target":33},{"source":42,"target":198},{"source":42,"target":199},{"source":198,"target":18},{"source":198,"target":200},{"source":198,"target":42},{"source":200,"target":18},{"source":199,"target":33},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":201},{"source":201,"target":42},{"source":44,"target":0},{"source":44,"target":33},{"source":44,"target":202},{"source":44,"target":203},{"source":44,"target":204},{"source":202,"target":11},{"source":202,"target":205},{"source":202,"target":44},{"source":205,"target":11},{"source":203,"target":11},{"source":203,"target":206},{"source":203,"target":44},{"source":206,"target":11},{"source":204,"target":33},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":207},{"source":207,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":208},{"source":208,"target":44},{"source":47,"target":0},{"source":47,"target":33},{"source":47,"target":209},{"source":47,"target":210},{"source":209,"target":11},{"source":209,"target":211},{"source":209,"target":47},{"source":211,"target":11},{"source":210,"target":33},{"source":48,"target":0},{"source":48,"target":35},{"source":48,"target":212},{"source":48,"target":213},{"source":212,"target":6},{"source":212,"target":214},{"source":212,"target":48},{"source":214,"target":6},{"source":213,"target":35},{"source":49,"target":0},{"source":49,"target":35},{"source":49,"target":215},{"source":49,"target":216},{"source":49,"target":217},{"source":215,"target":11},{"source":215,"target":218},{"source":215,"target":49},{"source":218,"target":11},{"source":216,"target":219},{"source":216,"target":49},{"source":217,"target":35},{"source":50,"target":0},{"source":50,"target":35},{"source":50,"target":220},{"source":50,"target":221},{"source":220,"target":19},{"source":220,"target":222},{"source":220,"target":50},{"source":222,"target":19},{"source":221,"target":35},{"source":51,"target":0},{"source":51,"target":42},{"source":51,"target":223},{"source":51,"target":224},{"source":51,"target":225},{"source":51,"target":226},{"source":223,"target":31},{"source":223,"target":227},{"source":223,"target":51},{"source":227,"target":31},{"source":224,"target":18},{"source":224,"target":228},{"source":224,"target":51},{"source":228,"target":18},{"source":225,"target":50},{"source":225,"target":229},{"source":225,"target":51},{"source":229,"target":50},{"source":226,"target":42},{"source":52,"target":0},{"source":52,"target":33},{"source":52,"target":230},{"source":230,"target":33},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":231},{"source":53,"target":232},{"source":53,"target":233},{"source":231,"target":19},{"source":231,"target":234},{"source":231,"target":53},{"source":234,"target":19},{"source":232,"target":18},{"source":232,"target":235},{"source":232,"target":53},{"source":235,"target":18},{"source":233,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":236},{"source":54,"target":237},{"source":236,"target":18},{"source":236,"target":238},{"source":236,"target":54},{"source":238,"target":18},{"source":237,"target":52}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="researchvc" nsURI="http://researchvc" nsPrefix="_researchvc"> <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="Researcher"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=skills"/> <details key="label=name"/> </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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paper" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=paragraphs"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraphs" upperBound="-1" eType="#//Paragraph" containment="true"/> <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"/> <details key="kref=reviews"/> </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"/> </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="Write" eSuperTypes="#//Labelled"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Researcher.writes"/> <details key="ltrg=paragraph"/> </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="cont=Researcher.reviews"/> <details key="ltrg=reviewNote"/> </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"/> <details key="pov"/> </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="allKeyWords" upperBound="-1" eType="#//Keyword" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named" 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="Counted" abstract="true"> <eAnnotations source="diagraph"> <details key="label=id"/> </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"/> </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"/> </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="Keyword" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="word" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PaperKeyword"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Paper.keywords"/> <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> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/researchvc.ecore
ecore
researchvc Researcher name forName writes reviews res_papers skills Paper paragraphs authors keywords citedBy Paragraph reviews content ReviewNote content Write paragraph timeSpent Review reviewNote date PublicationStructure researchers papers allKeyWords Named name Counted id Labelled lname Skill description Keyword word PaperKeyword weight keyword
null
{"directed":true,"nodes":[{"nsPrefix":"_researchvc","nsURI":"http://researchvc","name":"researchvc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewNote","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counted","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labelled","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skill","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperKeyword","instanceClass":null,"abstract":false,"id":13,"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":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":"forName","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writes","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":"reviews","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":"res_papers","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":"skills","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":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":25,"derived":false},{"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":"paragraphs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"content","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":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":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewNote","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allKeyWords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"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":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":"lname","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"word","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"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":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":14,"target":20},{"source":14,"target":1},{"source":15,"target":21},{"source":15,"target":1},{"source":16,"target":5},{"source":16,"target":22},{"source":16,"target":1},{"source":22,"target":5},{"source":17,"target":6},{"source":17,"target":23},{"source":17,"target":1},{"source":23,"target":6},{"source":18,"target":2},{"source":18,"target":24},{"source":18,"target":1},{"source":18,"target":25},{"source":24,"target":2},{"source":19,"target":11},{"source":19,"target":26},{"source":19,"target":1},{"source":26,"target":11},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":27},{"source":2,"target":25},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":27,"target":3},{"source":27,"target":31},{"source":27,"target":2},{"source":31,"target":3},{"source":25,"target":1},{"source":25,"target":32},{"source":25,"target":2},{"source":25,"target":18},{"source":32,"target":1},{"source":28,"target":13},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":13},{"source":29,"target":2},{"source":29,"target":34},{"source":29,"target":2},{"source":34,"target":2},{"source":30,"target":8},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":8},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":35,"target":4},{"source":35,"target":39},{"source":35,"target":3},{"source":39,"target":4},{"source":36,"target":40},{"source":36,"target":3},{"source":37,"target":9},{"source":38,"target":8},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":41},{"source":4,"target":42},{"source":41,"target":43},{"source":41,"target":4},{"source":42,"target":8},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":44,"target":3},{"source":44,"target":47},{"source":44,"target":5},{"source":47,"target":3},{"source":45,"target":48},{"source":45,"target":5},{"source":46,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":49,"target":4},{"source":49,"target":52},{"source":49,"target":6},{"source":52,"target":4},{"source":50,"target":53},{"source":50,"target":6},{"source":51,"target":10},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":54,"target":1},{"source":54,"target":58},{"source":54,"target":7},{"source":58,"target":1},{"source":55,"target":2},{"source":55,"target":59},{"source":55,"target":7},{"source":59,"target":2},{"source":56,"target":12},{"source":56,"target":60},{"source":56,"target":7},{"source":60,"target":12},{"source":57,"target":8},{"source":8,"target":0},{"source":8,"target":61},{"source":61,"target":62},{"source":61,"target":8},{"source":9,"target":0},{"source":9,"target":63},{"source":63,"target":64},{"source":63,"target":9},{"source":10,"target":0},{"source":10,"target":65},{"source":65,"target":66},{"source":65,"target":10},{"source":11,"target":0},{"source":11,"target":67},{"source":67,"target":68},{"source":67,"target":11},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":69},{"source":12,"target":70},{"source":69,"target":71},{"source":69,"target":12},{"source":70,"target":8},{"source":13,"target":0},{"source":13,"target":72},{"source":13,"target":73},{"source":72,"target":74},{"source":72,"target":13},{"source":73,"target":12},{"source":73,"target":75},{"source":73,"target":13},{"source":75,"target":12}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="WordPressConfiguration" nsURI="http://www.inria.fr/modeling/cms/WordPressConfiguration" nsPrefix="WordPressConfiguration"> <eClassifiers xsi:type="ecore:EClass" name="Website"> <eStructuralFeatures xsi:type="ecore:EReference" name="posts" upperBound="-1" eType="#//Post"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="settings" eType="#//Settings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearance" eType="#//Apperance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mediaLibrary" upperBound="-1" eType="#//Media"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalities" upperBound="-1" eType="#//Functionality"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" upperBound="-1" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tag" upperBound="-1" eType="#//Tag"/> <eStructuralFeatures xsi:type="ecore:EReference" name="adminUser" eType="#//User"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Apperance"> <eStructuralFeatures xsi:type="ecore:EReference" name="widgets" upperBound="-1" eType="#//Widget"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearanceMenus" upperBound="-1" eType="#//Menu"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appearanceHeader" eType="#//Header"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="theme" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Avatar"> <eStructuralFeatures xsi:type="ecore:EReference" name="contentPicture" eType="#//Url"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//Taxonomy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentPostPage" eType="#//PostPage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idComment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CurrentMenuSetting"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAddingNewTopLevelPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigationMenuLocated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deletion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pagesByTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usersByLogin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediasByTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionnalitiesByName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginsByfileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoriesByName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="TagsByName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MenusByName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="CommentsByPostDateAuthor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feed" eSuperTypes="#//Url"> <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="Functionality"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionalityType" eType="#//functionalities"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultPlugin" eType="#//Plugin"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idFunctionality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="socialNetworks" upperBound="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Header"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultImage" eType="#//defaultImageHeader"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingHeaderText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uploadImage" eType="#//Url"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Url"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idLink" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Media" eSuperTypes="#//Url"> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uploadedTo" eType="#//PostPage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idMedia" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1" eType="#//Link"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentMenuSetting" eType="#//CurrentMenuSetting"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Meta"> <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="PostPage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//User"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//pageStatus"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featuredImage" eType="#//Image"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedMedia" eType="#//Media"/> <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="Page" eSuperTypes="#//PostPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeOfPublication" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Post" eSuperTypes="#//PostPage"> <eStructuralFeatures xsi:type="ecore:EReference" name="postCategory" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tag" eType="#//Tag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//postFormat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idPost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plugin" eSuperTypes="#//Url"> <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="Search"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idSearch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Settings"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" eType="#//GeneralSettings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writing" eType="#//WritingSettings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reading" eType="#//ReadingSettings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="discussion" eType="#//DiscussionSettings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="media" eType="#//MediaSettings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permalinks" eType="#//PermalinksSettings"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneralSettings"> <eStructuralFeatures xsi:type="ecore:EReference" name="wordPressAdress" eType="#//Url"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adminMail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPublic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userDefaultRole" eType="#//role"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeZone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFormat" eType="#//dateFormat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeFormat" eType="#//timeFormat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weekStartsOn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customDateFormat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostDateAuthor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="authorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadingSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingLastPostInFront" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticFrontPage" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticPostPage" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxNumberPostsForBlogPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberRecentItemForFeeds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isIndexed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingFullTextForFeed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiscussionSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNotifyingLinkedBlogs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAllowingLinkNotificationsFromBlogs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAllowingPublicComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAskingNameAndMailCommentAuthor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAllowingAnonymousComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberArticleDaysForAutoCloseComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nestedCommentsLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBreakingCommentsIntoPages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberCommentsPerPageForBreakedComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isdisplayingLastPageForBreakedComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingOlderCommentForEachPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMailingAdminForEachComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isHeldingCommentForModeration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAskingAdminApprovement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAskingPreviousAdminApprovement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfLinksInCommentForModeration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moderatedWords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forbiddenWords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingAvatar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxAvatarRating" eType="#//avatarRating"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userDefaultAvatar" eType="#//defaultAvatar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MediaSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thumbnailWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thumbnailHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCroppingThumbnailToExactDims" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediumWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediumHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="largeWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="largeHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrganizeUploadsIntoFolders" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PermalinksSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urlForm" eType="#//urlForm"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urlCategoryBase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urlTagBase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//Url"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="caption" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="altText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//Taxonomy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idTag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Taxonomy"> <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="slug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="posts" upperBound="-1" eType="#//Post"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAutoParagraphs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="User"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nickName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userRole" eType="#//role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userAvatar" eType="#//Avatar"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webSite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="biography" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idUser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Widget"> <eStructuralFeatures xsi:type="ecore:EReference" name="widgetArchives" upperBound="-1" eType="#//Archives"/> <eStructuralFeatures xsi:type="ecore:EReference" name="calendars" upperBound="-1" eType="#//Calendars"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//WidgetCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customMenus" upperBound="-1" eType="#//WidgetMenu"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metas" upperBound="-1" eType="#//Meta"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//WidgetPage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recentComments" upperBound="-1" eType="#//WidgetComment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recentPosts" upperBound="-1" eType="#//WidgetPost"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feeds" upperBound="-1" eType="#//WidgetFeed"/> <eStructuralFeatures xsi:type="ecore:EReference" name="searchs" upperBound="-1" eType="#//Search"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tagClouds" upperBound="-1" eType="#//TagCloud"/> <eStructuralFeatures xsi:type="ecore:EReference" name="texts" upperBound="-1" eType="#//Text"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//widgetType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Calendars"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idCalendar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Archives"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingAsDropDown" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isShowingPostsCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idArchives" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetCategory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idWidgetCategory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetMenu"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectedMenu" eType="#//Menu"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idWidgetMenu" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetPage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widgetPagesSorter" eType="#//pagesSorter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idPageExcluded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idWidgetPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetComment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfDisplayedComments" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idWidgetComment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetPost"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfDisplayedPosts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingPostDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idWidgetPost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetFeed" eSuperTypes="#//Feed"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingItemContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingItemAuthor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisplayingItemDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idWidgetFeed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfItems" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagCloud"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idTagCloud" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="taxonomy" eType="#//taxonomyType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Url"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WritingSettings"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isConvertingEmoticons" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCorrectingInvalidXHTML" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultPostCategory" eType="#//Category"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mailServer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loginName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultMailCategory" eType="#//Category"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="defaultImageHeader"> <eLiterals name="firstImageHeader"/> <eLiterals name="secondImageHeader" value="1"/> <eLiterals name="thirdImageHeader" value="2"/> <eLiterals name="randomImageHeader" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="functionalities"> <eLiterals name="eBuisiness"/> <eLiterals name="forms" value="1"/> <eLiterals name="hamSpam" value="2"/> <eLiterals name="indexing" value="3"/> <eLiterals name="multiLanguage" value="4"/> <eLiterals name="pictures" value="5"/> <eLiterals name="SEO" value="6"/> <eLiterals name="socialNetwork" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="role"> <eLiterals name="Subscriber"/> <eLiterals name="Administrator" value="1" literal="Administrator"/> <eLiterals name="Editor" value="2"/> <eLiterals name="Author" value="3"/> <eLiterals name="Contributor" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="widgetType"> <eLiterals name="mainArea"/> <eLiterals name="secondaryArea" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="pagesSorter"> <eLiterals name="page_title"/> <eLiterals name="page_order" value="1"/> <eLiterals name="page_id" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="postFormat"> <eLiterals name="standard"/> <eLiterals name="aside" value="1"/> <eLiterals name="audio" value="2"/> <eLiterals name="chat" value="3"/> <eLiterals name="gallery" value="4"/> <eLiterals name="image" value="5"/> <eLiterals name="link" value="6"/> <eLiterals name="quote" value="7"/> <eLiterals name="status" value="8"/> <eLiterals name="video" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="pageStatus"> <eLiterals name="publish"/> <eLiterals name="pending" value="1"/> <eLiterals name="draft" value="2"/> <eLiterals name="public" value="3"/> <eLiterals name="private" value="4"/> <eLiterals name="new" value="5"/> <eLiterals name="inherit" value="6"/> <eLiterals name="trash" value="7"/> <eLiterals name="future" value="8"/> <eLiterals name="auto-draft" value="9"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="pageVisibility"> <eLiterals name="public"/> <eLiterals name="passwordProtected" value="1"/> <eLiterals name="private" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="avatarRating"> <eLiterals name="G"/> <eLiterals name="PG" value="1"/> <eLiterals name="R" value="2"/> <eLiterals name="X" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="defaultAvatar"> <eLiterals name="mysteryMan"/> <eLiterals name="Blank" value="1"/> <eLiterals name="GravatarLogo" value="2"/> <eLiterals name="identicon" value="3"/> <eLiterals name="wavatar" value="4"/> <eLiterals name="monsterId" value="5"/> <eLiterals name="retro" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="urlForm"> <eLiterals name="default"/> <eLiterals name="dayAndName" value="1"/> <eLiterals name="monthAndName" value="2"/> <eLiterals name="numeric" value="3"/> <eLiterals name="postName" value="4"/> <eLiterals name="customStructure" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="dateFormat"> <eLiterals name="F j, Y" literal="F j, Y"/> <eLiterals name="Y/n/j" value="1"/> <eLiterals name="n/j/Y" value="2"/> <eLiterals name="j/n/Y" value="3"/> <eLiterals name="custom" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="timeFormat"> <eLiterals name="g:i a" literal="g:i a"/> <eLiterals name="g:i A" value="1"/> <eLiterals name="G:g" value="2"/> <eLiterals name="custom" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="taxonomyType"> <eLiterals name="category"/> <eLiterals name="post_tag" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mallon/Past-Projects/Draft_And_Ideas/Content-Assembler/Tool/Clients/Admin/org.inria.wordpress.xText2Model/metamodels/WordPressConfiguration.ecore
ecore
WordPressConfiguration Website posts pages settings appearance mediaLibrary functionalities users categories tag adminUser Apperance widgets appearanceMenus appearanceHeader theme Avatar contentPicture Category idCategory Comment author content commentPostPage idComment CurrentMenuSetting isAddingNewTopLevelPages isNavigationMenuLocated Deletion pagesByTitle usersByLogin mediasByTitle functionnalitiesByName pluginsByfileName categoriesByName TagsByName MenusByName CommentsByPostDateAuthor Feed title Functionality functionalityType defaultPlugin idFunctionality socialNetworks Header defaultImage textColor isShowingHeaderText uploadImage Link text idLink Media author uploadedTo date idMedia Menu name pages categories links currentMenuSetting Meta title PostPage title author status featuredImage relatedMedia content Page parent order idPage publicationDate timeOfPublication Post postCategory tag format idPost Plugin name Search title idSearch Settings general writing reading discussion media permalinks GeneralSettings wordPressAdress adminMail isPublic userDefaultRole timeZone dateFormat timeFormat weekStartsOn customDateFormat PostDateAuthor postTitle authorName postDate ReadingSettings isDisplayingLastPostInFront staticFrontPage staticPostPage maxNumberPostsForBlogPages numberRecentItemForFeeds isIndexed isShowingFullTextForFeed DiscussionSettings isNotifyingLinkedBlogs isAllowingLinkNotificationsFromBlogs isAllowingPublicComments isAskingNameAndMailCommentAuthor isAllowingAnonymousComments numberArticleDaysForAutoCloseComments nestedCommentsLevel isBreakingCommentsIntoPages numberCommentsPerPageForBreakedComments isdisplayingLastPageForBreakedComments isDisplayingOlderCommentForEachPage isMailingAdminForEachComments isHeldingCommentForModeration isAskingAdminApprovement isAskingPreviousAdminApprovement numberOfLinksInCommentForModeration moderatedWords forbiddenWords isShowingAvatar maxAvatarRating userDefaultAvatar MediaSettings thumbnailWidth thumbnailHeight isCroppingThumbnailToExactDims mediumWidth mediumHeight largeWidth largeHeight isOrganizeUploadsIntoFolders PermalinksSettings urlForm urlCategoryBase urlTagBase Image title caption altText description Tag idTag Taxonomy name description slug posts Text title content isAutoParagraphs idText User userName firstName lastName nickName publicName email userRole userAvatar webSite biography password idUser Widget widgetArchives calendars categories customMenus metas pages recentComments recentPosts feeds searchs tagClouds texts type Calendars title idCalendar Archives title isDisplayingAsDropDown isShowingPostsCount idArchives WidgetCategory title idWidgetCategory WidgetMenu title selectedMenu idWidgetMenu WidgetPage title widgetPagesSorter idPageExcluded idWidgetPage WidgetComment title numberOfDisplayedComments idWidgetComment WidgetPost title numberOfDisplayedPosts isDisplayingPostDate idWidgetPost WidgetFeed isDisplayingItemContent isDisplayingItemAuthor isDisplayingItemDate idWidgetFeed numberOfItems TagCloud title idTagCloud taxonomy Url path WritingSettings isConvertingEmoticons isCorrectingInvalidXHTML defaultPostCategory mailServer port loginName password defaultMailCategory defaultImageHeader firstImageHeader firstImageHeader secondImageHeader secondImageHeader thirdImageHeader thirdImageHeader randomImageHeader randomImageHeader functionalities eBuisiness eBuisiness forms forms hamSpam hamSpam indexing indexing multiLanguage multiLanguage pictures pictures SEO SEO socialNetwork socialNetwork role Subscriber Subscriber Administrator Administrator Editor Editor Author Author Contributor Contributor widgetType mainArea mainArea secondaryArea secondaryArea pagesSorter page_title page_title page_order page_order page_id page_id postFormat standard standard aside aside audio audio chat chat gallery gallery image image link link quote quote status status video video pageStatus publish publish pending pending draft draft public public private private new new inherit inherit trash trash future future auto-draft auto-draft pageVisibility public public passwordProtected passwordProtected private private avatarRating G G PG PG R R X X defaultAvatar mysteryMan mysteryMan Blank Blank GravatarLogo GravatarLogo identicon identicon wavatar wavatar monsterId monsterId retro retro urlForm default default dayAndName dayAndName monthAndName monthAndName numeric numeric postName postName customStructure customStructure dateFormat F j, Y F j, Y Y/n/j Y/n/j n/j/Y n/j/Y j/n/Y j/n/Y custom custom timeFormat g:i a g:i a g:i A g:i A G:g G:g custom custom taxonomyType category category post_tag post_tag
null
{"directed":true,"nodes":[{"nsPrefix":"WordPressConfiguration","nsURI":"http://www.inria.fr/modeling/cms/WordPressConfiguration","name":"WordPressConfiguration","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Website","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Apperance","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Avatar","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentMenuSetting","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deletion","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feed","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Functionality","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Media","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meta","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostPage","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Post","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plugin","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Search","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Settings","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralSettings","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostDateAuthor","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadingSettings","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscussionSettings","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MediaSettings","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PermalinksSettings","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":"Tag","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Taxonomy","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Calendars","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Archives","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetCategory","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetMenu","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetPage","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetComment","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetPost","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetFeed","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagCloud","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Url","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WritingSettings","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"defaultImageHeader","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"functionalities","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"role","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"widgetType","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"pagesSorter","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"postFormat","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"pageStatus","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"pageVisibility","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"avatarRating","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"defaultAvatar","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"urlForm","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"dateFormat","instanceClass":null,"id":55,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"timeFormat","instanceClass":null,"id":56,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"taxonomyType","instanceClass":null,"id":57,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"posts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"settings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appearance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mediaLibrary","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionalities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"adminUser","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"widgets","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":false,"unsettable":false,"transient":false,"unique":true,"name":"appearanceMenus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appearanceHeader","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"theme","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentPicture","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"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":"idCategory","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentPostPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idComment","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":"isAddingNewTopLevelPages","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNavigationMenuLocated","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pagesByTitle","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usersByLogin","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mediasByTitle","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":"functionnalitiesByName","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pluginsByfileName","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"categoriesByName","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":"TagsByName","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MenusByName","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"CommentsByPostDateAuthor","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"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":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionalityType","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultPlugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idFunctionality","changeable":true,"lowerBound":0,"iD":false,"id":125,"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":"socialNetworks","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultImage","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textColor","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":"isShowingHeaderText","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uploadImage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"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":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":"idLink","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uploadedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idMedia","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentMenuSetting","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"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":162,"derived":false},{"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"id":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":"featuredImage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedMedia","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"content","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":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":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idPage","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicationDate","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeOfPublication","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"postCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idPost","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idSearch","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"writing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reading","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"discussion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"media","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"permalinks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wordPressAdress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adminMail","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPublic","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDefaultRole","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":"timeZone","changeable":true,"lowerBound":0,"iD":false,"id":219,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateFormat","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeFormat","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":"weekStartsOn","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customDateFormat","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":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postTitle","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":"authorName","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":"postDate","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"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":"isDisplayingLastPostInFront","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticFrontPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticPostPage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxNumberPostsForBlogPages","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberRecentItemForFeeds","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isIndexed","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShowingFullTextForFeed","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNotifyingLinkedBlogs","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAllowingLinkNotificationsFromBlogs","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAllowingPublicComments","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAskingNameAndMailCommentAuthor","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAllowingAnonymousComments","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberArticleDaysForAutoCloseComments","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nestedCommentsLevel","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBreakingCommentsIntoPages","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberCommentsPerPageForBreakedComments","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isdisplayingLastPageForBreakedComments","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingOlderCommentForEachPage","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMailingAdminForEachComments","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":"isHeldingCommentForModeration","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":"isAskingAdminApprovement","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAskingPreviousAdminApprovement","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfLinksInCommentForModeration","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moderatedWords","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forbiddenWords","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isShowingAvatar","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxAvatarRating","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userDefaultAvatar","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thumbnailWidth","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thumbnailHeight","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCroppingThumbnailToExactDims","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mediumWidth","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mediumHeight","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeWidth","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"largeHeight","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrganizeUploadsIntoFolders","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"urlForm","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":"urlCategoryBase","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":"urlTagBase","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"caption","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":"altText","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idTag","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"description","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":"slug","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"posts","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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"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":"content","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAutoParagraphs","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idText","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userName","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":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":"lastName","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":"nickName","changeable":true,"lowerBound":0,"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":"publicName","changeable":true,"lowerBound":0,"iD":false,"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":"email","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userRole","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"userAvatar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"webSite","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"biography","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idUser","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"widgetArchives","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":false,"unsettable":false,"transient":false,"unique":true,"name":"calendars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customMenus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metas","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":false,"unsettable":false,"transient":false,"unique":true,"name":"pages","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":false,"unsettable":false,"transient":false,"unique":true,"name":"recentComments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"recentPosts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feeds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"searchs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tagClouds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"texts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"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":381,"derived":false},{"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"},{"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":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idCalendar","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingAsDropDown","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":"","unsettable":false,"transient":false,"unique":true,"name":"isShowingPostsCount","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idArchives","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"},{"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":407,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idWidgetCategory","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"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":411,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectedMenu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idWidgetMenu","changeable":true,"lowerBound":0,"iD":false,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widgetPagesSorter","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idPageExcluded","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":false,"transient":false,"unique":true,"name":"idWidgetPage","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"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":425,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfDisplayedComments","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idWidgetComment","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfDisplayedPosts","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingPostDate","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idWidgetPost","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"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":"isDisplayingItemContent","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingItemAuthor","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisplayingItemDate","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idWidgetFeed","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfItems","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"idTagCloud","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"taxonomy","changeable":true,"lowerBound":0,"iD":false,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"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":"path","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"id":457,"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":"isConvertingEmoticons","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCorrectingInvalidXHTML","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultPostCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mailServer","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":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":"loginName","changeable":true,"lowerBound":0,"iD":false,"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":"password","changeable":true,"lowerBound":0,"iD":false,"id":464,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"defaultMailCategory","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"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"name":"firstImageHeader","id":474,"value":0,"literal":"firstImageHeader","eClass":"EEnumLiteral"},{"name":"secondImageHeader","id":475,"value":1,"literal":"secondImageHeader","eClass":"EEnumLiteral"},{"name":"thirdImageHeader","id":476,"value":2,"literal":"thirdImageHeader","eClass":"EEnumLiteral"},{"name":"randomImageHeader","id":477,"value":3,"literal":"randomImageHeader","eClass":"EEnumLiteral"},{"name":"eBuisiness","id":478,"value":0,"literal":"eBuisiness","eClass":"EEnumLiteral"},{"name":"forms","id":479,"value":1,"literal":"forms","eClass":"EEnumLiteral"},{"name":"hamSpam","id":480,"value":2,"literal":"hamSpam","eClass":"EEnumLiteral"},{"name":"indexing","id":481,"value":3,"literal":"indexing","eClass":"EEnumLiteral"},{"name":"multiLanguage","id":482,"value":4,"literal":"multiLanguage","eClass":"EEnumLiteral"},{"name":"pictures","id":483,"value":5,"literal":"pictures","eClass":"EEnumLiteral"},{"name":"SEO","id":484,"value":6,"literal":"SEO","eClass":"EEnumLiteral"},{"name":"socialNetwork","id":485,"value":7,"literal":"socialNetwork","eClass":"EEnumLiteral"},{"name":"Subscriber","id":486,"value":0,"literal":"Subscriber","eClass":"EEnumLiteral"},{"name":"Administrator","id":487,"value":1,"literal":"Administrator","eClass":"EEnumLiteral"},{"name":"Editor","id":488,"value":2,"literal":"Editor","eClass":"EEnumLiteral"},{"name":"Author","id":489,"value":3,"literal":"Author","eClass":"EEnumLiteral"},{"name":"Contributor","id":490,"value":4,"literal":"Contributor","eClass":"EEnumLiteral"},{"name":"mainArea","id":491,"value":0,"literal":"mainArea","eClass":"EEnumLiteral"},{"name":"secondaryArea","id":492,"value":1,"literal":"secondaryArea","eClass":"EEnumLiteral"},{"name":"page_title","id":493,"value":0,"literal":"page_title","eClass":"EEnumLiteral"},{"name":"page_order","id":494,"value":1,"literal":"page_order","eClass":"EEnumLiteral"},{"name":"page_id","id":495,"value":2,"literal":"page_id","eClass":"EEnumLiteral"},{"name":"standard","id":496,"value":0,"literal":"standard","eClass":"EEnumLiteral"},{"name":"aside","id":497,"value":1,"literal":"aside","eClass":"EEnumLiteral"},{"name":"audio","id":498,"value":2,"literal":"audio","eClass":"EEnumLiteral"},{"name":"chat","id":499,"value":3,"literal":"chat","eClass":"EEnumLiteral"},{"name":"gallery","id":500,"value":4,"literal":"gallery","eClass":"EEnumLiteral"},{"name":"image","id":501,"value":5,"literal":"image","eClass":"EEnumLiteral"},{"name":"link","id":502,"value":6,"literal":"link","eClass":"EEnumLiteral"},{"name":"quote","id":503,"value":7,"literal":"quote","eClass":"EEnumLiteral"},{"name":"status","id":504,"value":8,"literal":"status","eClass":"EEnumLiteral"},{"name":"video","id":505,"value":9,"literal":"video","eClass":"EEnumLiteral"},{"name":"publish","id":506,"value":0,"literal":"publish","eClass":"EEnumLiteral"},{"name":"pending","id":507,"value":1,"literal":"pending","eClass":"EEnumLiteral"},{"name":"draft","id":508,"value":2,"literal":"draft","eClass":"EEnumLiteral"},{"name":"public","id":509,"value":3,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":510,"value":4,"literal":"private","eClass":"EEnumLiteral"},{"name":"new","id":511,"value":5,"literal":"new","eClass":"EEnumLiteral"},{"name":"inherit","id":512,"value":6,"literal":"inherit","eClass":"EEnumLiteral"},{"name":"trash","id":513,"value":7,"literal":"trash","eClass":"EEnumLiteral"},{"name":"future","id":514,"value":8,"literal":"future","eClass":"EEnumLiteral"},{"name":"auto-draft","id":515,"value":9,"literal":"auto-draft","eClass":"EEnumLiteral"},{"name":"public","id":516,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"passwordProtected","id":517,"value":1,"literal":"passwordProtected","eClass":"EEnumLiteral"},{"name":"private","id":518,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"G","id":519,"value":0,"literal":"G","eClass":"EEnumLiteral"},{"name":"PG","id":520,"value":1,"literal":"PG","eClass":"EEnumLiteral"},{"name":"R","id":521,"value":2,"literal":"R","eClass":"EEnumLiteral"},{"name":"X","id":522,"value":3,"literal":"X","eClass":"EEnumLiteral"},{"name":"mysteryMan","id":523,"value":0,"literal":"mysteryMan","eClass":"EEnumLiteral"},{"name":"Blank","id":524,"value":1,"literal":"Blank","eClass":"EEnumLiteral"},{"name":"GravatarLogo","id":525,"value":2,"literal":"GravatarLogo","eClass":"EEnumLiteral"},{"name":"identicon","id":526,"value":3,"literal":"identicon","eClass":"EEnumLiteral"},{"name":"wavatar","id":527,"value":4,"literal":"wavatar","eClass":"EEnumLiteral"},{"name":"monsterId","id":528,"value":5,"literal":"monsterId","eClass":"EEnumLiteral"},{"name":"retro","id":529,"value":6,"literal":"retro","eClass":"EEnumLiteral"},{"name":"default","id":530,"value":0,"literal":"default","eClass":"EEnumLiteral"},{"name":"dayAndName","id":531,"value":1,"literal":"dayAndName","eClass":"EEnumLiteral"},{"name":"monthAndName","id":532,"value":2,"literal":"monthAndName","eClass":"EEnumLiteral"},{"name":"numeric","id":533,"value":3,"literal":"numeric","eClass":"EEnumLiteral"},{"name":"postName","id":534,"value":4,"literal":"postName","eClass":"EEnumLiteral"},{"name":"customStructure","id":535,"value":5,"literal":"customStructure","eClass":"EEnumLiteral"},{"name":"F j, Y","id":536,"value":0,"literal":"F j, Y","eClass":"EEnumLiteral"},{"name":"Y/n/j","id":537,"value":1,"literal":"Y/n/j","eClass":"EEnumLiteral"},{"name":"n/j/Y","id":538,"value":2,"literal":"n/j/Y","eClass":"EEnumLiteral"},{"name":"j/n/Y","id":539,"value":3,"literal":"j/n/Y","eClass":"EEnumLiteral"},{"name":"custom","id":540,"value":4,"literal":"custom","eClass":"EEnumLiteral"},{"name":"g:i a","id":541,"value":0,"literal":"g:i a","eClass":"EEnumLiteral"},{"name":"g:i A","id":542,"value":1,"literal":"g:i A","eClass":"EEnumLiteral"},{"name":"G:g","id":543,"value":2,"literal":"G:g","eClass":"EEnumLiteral"},{"name":"custom","id":544,"value":3,"literal":"custom","eClass":"EEnumLiteral"},{"name":"category","id":545,"value":0,"literal":"category","eClass":"EEnumLiteral"},{"name":"post_tag","id":546,"value":1,"literal":"post_tag","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":1,"target":0},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":58,"target":17},{"source":58,"target":68},{"source":58,"target":1},{"source":68,"target":17},{"source":59,"target":16},{"source":59,"target":69},{"source":59,"target":1},{"source":69,"target":16},{"source":60,"target":20},{"source":60,"target":70},{"source":60,"target":1},{"source":70,"target":20},{"source":61,"target":2},{"source":61,"target":71},{"source":61,"target":1},{"source":71,"target":2},{"source":62,"target":12},{"source":62,"target":72},{"source":62,"target":1},{"source":72,"target":12},{"source":63,"target":9},{"source":63,"target":73},{"source":63,"target":1},{"source":73,"target":9},{"source":64,"target":31},{"source":64,"target":74},{"source":64,"target":1},{"source":74,"target":31},{"source":65,"target":4},{"source":65,"target":75},{"source":65,"target":1},{"source":75,"target":4},{"source":66,"target":28},{"source":66,"target":76},{"source":66,"target":1},{"source":76,"target":28},{"source":67,"target":31},{"source":67,"target":77},{"source":67,"target":1},{"source":77,"target":31},{"source":2,"target":0},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":78,"target":32},{"source":78,"target":82},{"source":78,"target":2},{"source":82,"target":32},{"source":79,"target":13},{"source":79,"target":83},{"source":79,"target":2},{"source":83,"target":13},{"source":80,"target":10},{"source":80,"target":84},{"source":80,"target":2},{"source":84,"target":10},{"source":81,"target":85},{"source":81,"target":2},{"source":3,"target":0},{"source":3,"target":86},{"source":86,"target":42},{"source":86,"target":87},{"source":86,"target":3},{"source":87,"target":42},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":88},{"source":4,"target":89},{"source":88,"target":90},{"source":88,"target":4},{"source":89,"target":29},{"source":5,"target":0},{"source":5,"target":91},{"source":5,"target":92},{"source":5,"target":93},{"source":5,"target":94},{"source":91,"target":31},{"source":91,"target":95},{"source":91,"target":5},{"source":95,"target":31},{"source":92,"target":96},{"source":92,"target":5},{"source":93,"target":15},{"source":93,"target":97},{"source":93,"target":5},{"source":97,"target":15},{"source":94,"target":98},{"source":94,"target":5},{"source":6,"target":0},{"source":6,"target":99},{"source":6,"target":100},{"source":99,"target":101},{"source":99,"target":6},{"source":100,"target":102},{"source":100,"target":6},{"source":7,"target":0},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":103,"target":112},{"source":103,"target":7},{"source":104,"target":113},{"source":104,"target":7},{"source":105,"target":114},{"source":105,"target":7},{"source":106,"target":115},{"source":106,"target":7},{"source":107,"target":116},{"source":107,"target":7},{"source":108,"target":117},{"source":108,"target":7},{"source":109,"target":118},{"source":109,"target":7},{"source":110,"target":119},{"source":110,"target":7},{"source":111,"target":7},{"source":8,"target":0},{"source":8,"target":42},{"source":8,"target":120},{"source":8,"target":121},{"source":120,"target":122},{"source":120,"target":8},{"source":121,"target":42},{"source":9,"target":0},{"source":9,"target":123},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":123,"target":45},{"source":123,"target":127},{"source":123,"target":9},{"source":127,"target":45},{"source":124,"target":18},{"source":124,"target":128},{"source":124,"target":9},{"source":128,"target":18},{"source":125,"target":129},{"source":125,"target":9},{"source":126,"target":9},{"source":10,"target":0},{"source":10,"target":130},{"source":10,"target":131},{"source":10,"target":132},{"source":10,"target":133},{"source":130,"target":44},{"source":130,"target":134},{"source":130,"target":10},{"source":134,"target":44},{"source":131,"target":135},{"source":131,"target":10},{"source":132,"target":136},{"source":132,"target":10},{"source":133,"target":42},{"source":133,"target":137},{"source":133,"target":10},{"source":137,"target":42},{"source":11,"target":0},{"source":11,"target":42},{"source":11,"target":138},{"source":11,"target":139},{"source":11,"target":140},{"source":138,"target":141},{"source":138,"target":11},{"source":139,"target":142},{"source":139,"target":11},{"source":140,"target":42},{"source":12,"target":0},{"source":12,"target":42},{"source":12,"target":143},{"source":12,"target":144},{"source":12,"target":145},{"source":12,"target":146},{"source":12,"target":147},{"source":143,"target":31},{"source":143,"target":148},{"source":143,"target":12},{"source":148,"target":31},{"source":144,"target":15},{"source":144,"target":149},{"source":144,"target":12},{"source":149,"target":15},{"source":145,"target":150},{"source":145,"target":12},{"source":146,"target":151},{"source":146,"target":12},{"source":147,"target":42},{"source":13,"target":0},{"source":13,"target":152},{"source":13,"target":153},{"source":13,"target":154},{"source":13,"target":155},{"source":13,"target":156},{"source":152,"target":157},{"source":152,"target":13},{"source":153,"target":16},{"source":153,"target":158},{"source":153,"target":13},{"source":158,"target":16},{"source":154,"target":4},{"source":154,"target":159},{"source":154,"target":13},{"source":159,"target":4},{"source":155,"target":11},{"source":155,"target":160},{"source":155,"target":13},{"source":160,"target":11},{"source":156,"target":6},{"source":156,"target":161},{"source":156,"target":13},{"source":161,"target":6},{"source":14,"target":0},{"source":14,"target":162},{"source":162,"target":163},{"source":162,"target":14},{"source":15,"target":0},{"source":15,"target":164},{"source":15,"target":165},{"source":15,"target":166},{"source":15,"target":167},{"source":15,"target":168},{"source":15,"target":169},{"source":164,"target":170},{"source":164,"target":15},{"source":165,"target":31},{"source":165,"target":171},{"source":165,"target":15},{"source":171,"target":31},{"source":166,"target":50},{"source":166,"target":172},{"source":166,"target":15},{"source":172,"target":50},{"source":167,"target":27},{"source":167,"target":173},{"source":167,"target":15},{"source":173,"target":27},{"source":168,"target":12},{"source":168,"target":174},{"source":168,"target":15},{"source":174,"target":12},{"source":169,"target":175},{"source":169,"target":15},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":176},{"source":16,"target":177},{"source":16,"target":178},{"source":16,"target":179},{"source":16,"target":180},{"source":16,"target":181},{"source":176,"target":16},{"source":176,"target":182},{"source":176,"target":16},{"source":182,"target":16},{"source":177,"target":183},{"source":177,"target":16},{"source":178,"target":184},{"source":178,"target":16},{"source":179,"target":185},{"source":179,"target":16},{"source":180,"target":186},{"source":180,"target":16},{"source":181,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":187},{"source":17,"target":188},{"source":17,"target":189},{"source":17,"target":190},{"source":17,"target":191},{"source":187,"target":4},{"source":187,"target":192},{"source":187,"target":17},{"source":192,"target":4},{"source":188,"target":28},{"source":188,"target":193},{"source":188,"target":17},{"source":193,"target":28},{"source":189,"target":49},{"source":189,"target":194},{"source":189,"target":17},{"source":194,"target":49},{"source":190,"target":195},{"source":190,"target":17},{"source":191,"target":15},{"source":18,"target":0},{"source":18,"target":42},{"source":18,"target":196},{"source":18,"target":197},{"source":196,"target":198},{"source":196,"target":18},{"source":197,"target":42},{"source":19,"target":0},{"source":19,"target":199},{"source":19,"target":200},{"source":199,"target":201},{"source":199,"target":19},{"source":200,"target":202},{"source":200,"target":19},{"source":20,"target":0},{"source":20,"target":203},{"source":20,"target":204},{"source":20,"target":205},{"source":20,"target":206},{"source":20,"target":207},{"source":20,"target":208},{"source":203,"target":21},{"source":203,"target":209},{"source":203,"target":20},{"source":209,"target":21},{"source":204,"target":43},{"source":204,"target":210},{"source":204,"target":20},{"source":210,"target":43},{"source":205,"target":23},{"source":205,"target":211},{"source":205,"target":20},{"source":211,"target":23},{"source":206,"target":24},{"source":206,"target":212},{"source":206,"target":20},{"source":212,"target":24},{"source":207,"target":25},{"source":207,"target":213},{"source":207,"target":20},{"source":213,"target":25},{"source":208,"target":26},{"source":208,"target":214},{"source":208,"target":20},{"source":214,"target":26},{"source":21,"target":0},{"source":21,"target":215},{"source":21,"target":216},{"source":21,"target":217},{"source":21,"target":218},{"source":21,"target":219},{"source":21,"target":220},{"source":21,"target":221},{"source":21,"target":222},{"source":21,"target":223},{"source":215,"target":42},{"source":215,"target":224},{"source":215,"target":21},{"source":224,"target":42},{"source":216,"target":225},{"source":216,"target":21},{"source":217,"target":226},{"source":217,"target":21},{"source":218,"target":46},{"source":218,"target":227},{"source":218,"target":21},{"source":227,"target":46},{"source":219,"target":228},{"source":219,"target":21},{"source":220,"target":55},{"source":220,"target":229},{"source":220,"target":21},{"source":229,"target":55},{"source":221,"target":56},{"source":221,"target":230},{"source":221,"target":21},{"source":230,"target":56},{"source":222,"target":231},{"source":222,"target":21},{"source":223,"target":232},{"source":223,"target":21},{"source":22,"target":0},{"source":22,"target":233},{"source":22,"target":234},{"source":22,"target":235},{"source":233,"target":236},{"source":233,"target":22},{"source":234,"target":237},{"source":234,"target":22},{"source":235,"target":238},{"source":235,"target":22},{"source":23,"target":0},{"source":23,"target":239},{"source":23,"target":240},{"source":23,"target":241},{"source":23,"target":242},{"source":23,"target":243},{"source":23,"target":244},{"source":23,"target":245},{"source":239,"target":246},{"source":239,"target":23},{"source":240,"target":16},{"source":240,"target":247},{"source":240,"target":23},{"source":247,"target":16},{"source":241,"target":16},{"source":241,"target":248},{"source":241,"target":23},{"source":248,"target":16},{"source":242,"target":249},{"source":242,"target":23},{"source":243,"target":250},{"source":243,"target":23},{"source":244,"target":251},{"source":244,"target":23},{"source":245,"target":252},{"source":245,"target":23},{"source":24,"target":0},{"source":24,"target":253},{"source":24,"target":254},{"source":24,"target":255},{"source":24,"target":256},{"source":24,"target":257},{"source":24,"target":258},{"source":24,"target":259},{"source":24,"target":260},{"source":24,"target":261},{"source":24,"target":262},{"source":24,"target":263},{"source":24,"target":264},{"source":24,"target":265},{"source":24,"target":266},{"source":24,"target":267},{"source":24,"target":268},{"source":24,"target":269},{"source":24,"target":270},{"source":24,"target":271},{"source":24,"target":272},{"source":24,"target":273},{"source":253,"target":274},{"source":253,"target":24},{"source":254,"target":275},{"source":254,"target":24},{"source":255,"target":276},{"source":255,"target":24},{"source":256,"target":277},{"source":256,"target":24},{"source":257,"target":278},{"source":257,"target":24},{"source":258,"target":279},{"source":258,"target":24},{"source":259,"target":280},{"source":259,"target":24},{"source":260,"target":281},{"source":260,"target":24},{"source":261,"target":282},{"source":261,"target":24},{"source":262,"target":283},{"source":262,"target":24},{"source":263,"target":284},{"source":263,"target":24},{"source":264,"target":285},{"source":264,"target":24},{"source":265,"target":286},{"source":265,"target":24},{"source":266,"target":287},{"source":266,"target":24},{"source":267,"target":288},{"source":267,"target":24},{"source":268,"target":289},{"source":268,"target":24},{"source":269,"target":290},{"source":269,"target":24},{"source":270,"target":291},{"source":270,"target":24},{"source":271,"target":292},{"source":271,"target":24},{"source":272,"target":52},{"source":272,"target":293},{"source":272,"target":24},{"source":293,"target":52},{"source":273,"target":53},{"source":273,"target":294},{"source":273,"target":24},{"source":294,"target":53},{"source":25,"target":0},{"source":25,"target":295},{"source":25,"target":296},{"source":25,"target":297},{"source":25,"target":298},{"source":25,"target":299},{"source":25,"target":300},{"source":25,"target":301},{"source":25,"target":302},{"source":295,"target":303},{"source":295,"target":25},{"source":296,"target":304},{"source":296,"target":25},{"source":297,"target":305},{"source":297,"target":25},{"source":298,"target":306},{"source":298,"target":25},{"source":299,"target":307},{"source":299,"target":25},{"source":300,"target":308},{"source":300,"target":25},{"source":301,"target":309},{"source":301,"target":25},{"source":302,"target":310},{"source":302,"target":25},{"source":26,"target":0},{"source":26,"target":311},{"source":26,"target":312},{"source":26,"target":313},{"source":311,"target":54},{"source":311,"target":314},{"source":311,"target":26},{"source":314,"target":54},{"source":312,"target":315},{"source":312,"target":26},{"source":313,"target":316},{"source":313,"target":26},{"source":27,"target":0},{"source":27,"target":42},{"source":27,"target":317},{"source":27,"target":318},{"source":27,"target":319},{"source":27,"target":320},{"source":27,"target":321},{"source":317,"target":322},{"source":317,"target":27},{"source":318,"target":323},{"source":318,"target":27},{"source":319,"target":324},{"source":319,"target":27},{"source":320,"target":325},{"source":320,"target":27},{"source":321,"target":42},{"source":28,"target":0},{"source":28,"target":29},{"source":28,"target":326},{"source":28,"target":327},{"source":326,"target":328},{"source":326,"target":28},{"source":327,"target":29},{"source":29,"target":0},{"source":29,"target":329},{"source":29,"target":330},{"source":29,"target":331},{"source":29,"target":332},{"source":329,"target":333},{"source":329,"target":29},{"source":330,"target":334},{"source":330,"target":29},{"source":331,"target":335},{"source":331,"target":29},{"source":332,"target":17},{"source":332,"target":336},{"source":332,"target":29},{"source":336,"target":17},{"source":30,"target":0},{"source":30,"target":337},{"source":30,"target":338},{"source":30,"target":339},{"source":30,"target":340},{"source":337,"target":341},{"source":337,"target":30},{"source":338,"target":342},{"source":338,"target":30},{"source":339,"target":343},{"source":339,"target":30},{"source":340,"target":344},{"source":340,"target":30},{"source":31,"target":0},{"source":31,"target":345},{"source":31,"target":346},{"source":31,"target":347},{"source":31,"target":348},{"source":31,"target":349},{"source":31,"target":350},{"source":31,"target":351},{"source":31,"target":352},{"source":31,"target":353},{"source":31,"target":354},{"source":31,"target":355},{"source":31,"target":356},{"source":345,"target":357},{"source":345,"target":31},{"source":346,"target":358},{"source":346,"target":31},{"source":347,"target":359},{"source":347,"target":31},{"source":348,"target":360},{"source":348,"target":31},{"source":349,"target":361},{"source":349,"target":31},{"source":350,"target":362},{"source":350,"target":31},{"source":351,"target":46},{"source":351,"target":363},{"source":351,"target":31},{"source":363,"target":46},{"source":352,"target":3},{"source":352,"target":364},{"source":352,"target":31},{"source":364,"target":3},{"source":353,"target":365},{"source":353,"target":31},{"source":354,"target":366},{"source":354,"target":31},{"source":355,"target":367},{"source":355,"target":31},{"source":356,"target":368},{"source":356,"target":31},{"source":32,"target":0},{"source":32,"target":369},{"source":32,"target":370},{"source":32,"target":371},{"source":32,"target":372},{"source":32,"target":373},{"source":32,"target":374},{"source":32,"target":375},{"source":32,"target":376},{"source":32,"target":377},{"source":32,"target":378},{"source":32,"target":379},{"source":32,"target":380},{"source":32,"target":381},{"source":369,"target":34},{"source":369,"target":382},{"source":369,"target":32},{"source":382,"target":34},{"source":370,"target":33},{"source":370,"target":383},{"source":370,"target":32},{"source":383,"target":33},{"source":371,"target":35},{"source":371,"target":384},{"source":371,"target":32},{"source":384,"target":35},{"source":372,"target":36},{"source":372,"target":385},{"source":372,"target":32},{"source":385,"target":36},{"source":373,"target":14},{"source":373,"target":386},{"source":373,"target":32},{"source":386,"target":14},{"source":374,"target":37},{"source":374,"target":387},{"source":374,"target":32},{"source":387,"target":37},{"source":375,"target":38},{"source":375,"target":388},{"source":375,"target":32},{"source":388,"target":38},{"source":376,"target":39},{"source":376,"target":389},{"source":376,"target":32},{"source":389,"target":39},{"source":377,"target":40},{"source":377,"target":390},{"source":377,"target":32},{"source":390,"target":40},{"source":378,"target":19},{"source":378,"target":391},{"source":378,"target":32},{"source":391,"target":19},{"source":379,"target":41},{"source":379,"target":392},{"source":379,"target":32},{"source":392,"target":41},{"source":380,"target":30},{"source":380,"target":393},{"source":380,"target":32},{"source":393,"target":30},{"source":381,"target":47},{"source":381,"target":394},{"source":381,"target":32},{"source":394,"target":47},{"source":33,"target":0},{"source":33,"target":395},{"source":33,"target":396},{"source":395,"target":397},{"source":395,"target":33},{"source":396,"target":398},{"source":396,"target":33},{"source":34,"target":0},{"source":34,"target":399},{"source":34,"target":400},{"source":34,"target":401},{"source":34,"target":402},{"source":399,"target":403},{"source":399,"target":34},{"source":400,"target":404},{"source":400,"target":34},{"source":401,"target":405},{"source":401,"target":34},{"source":402,"target":406},{"source":402,"target":34},{"source":35,"target":0},{"source":35,"target":407},{"source":35,"target":408},{"source":407,"target":409},{"source":407,"target":35},{"source":408,"target":410},{"source":408,"target":35},{"source":36,"target":0},{"source":36,"target":411},{"source":36,"target":412},{"source":36,"target":413},{"source":411,"target":414},{"source":411,"target":36},{"source":412,"target":13},{"source":412,"target":415},{"source":412,"target":36},{"source":415,"target":13},{"source":413,"target":416},{"source":413,"target":36},{"source":37,"target":0},{"source":37,"target":417},{"source":37,"target":418},{"source":37,"target":419},{"source":37,"target":420},{"source":417,"target":421},{"source":417,"target":37},{"source":418,"target":48},{"source":418,"target":422},{"source":418,"target":37},{"source":422,"target":48},{"source":419,"target":423},{"source":419,"target":37},{"source":420,"target":424},{"source":420,"target":37},{"source":38,"target":0},{"source":38,"target":425},{"source":38,"target":426},{"source":38,"target":427},{"source":425,"target":428},{"source":425,"target":38},{"source":426,"target":429},{"source":426,"target":38},{"source":427,"target":430},{"source":427,"target":38},{"source":39,"target":0},{"source":39,"target":431},{"source":39,"target":432},{"source":39,"target":433},{"source":39,"target":434},{"source":431,"target":435},{"source":431,"target":39},{"source":432,"target":436},{"source":432,"target":39},{"source":433,"target":437},{"source":433,"target":39},{"source":434,"target":438},{"source":434,"target":39},{"source":40,"target":0},{"source":40,"target":8},{"source":40,"target":439},{"source":40,"target":440},{"source":40,"target":441},{"source":40,"target":442},{"source":40,"target":443},{"source":40,"target":444},{"source":439,"target":445},{"source":439,"target":40},{"source":440,"target":446},{"source":440,"target":40},{"source":441,"target":447},{"source":441,"target":40},{"source":442,"target":448},{"source":442,"target":40},{"source":443,"target":449},{"source":443,"target":40},{"source":444,"target":8},{"source":41,"target":0},{"source":41,"target":450},{"source":41,"target":451},{"source":41,"target":452},{"source":450,"target":453},{"source":450,"target":41},{"source":451,"target":454},{"source":451,"target":41},{"source":452,"target":57},{"source":452,"target":455},{"source":452,"target":41},{"source":455,"target":57},{"source":42,"target":0},{"source":42,"target":456},{"source":456,"target":457},{"source":456,"target":42},{"source":43,"target":0},{"source":43,"target":458},{"source":43,"target":459},{"source":43,"target":460},{"source":43,"target":461},{"source":43,"target":462},{"source":43,"target":463},{"source":43,"target":464},{"source":43,"target":465},{"source":458,"target":466},{"source":458,"target":43},{"source":459,"target":467},{"source":459,"target":43},{"source":460,"target":4},{"source":460,"target":468},{"source":460,"target":43},{"source":468,"target":4},{"source":461,"target":469},{"source":461,"target":43},{"source":462,"target":470},{"source":462,"target":43},{"source":463,"target":471},{"source":463,"target":43},{"source":464,"target":472},{"source":464,"target":43},{"source":465,"target":4},{"source":465,"target":473},{"source":465,"target":43},{"source":473,"target":4},{"source":44,"target":0},{"source":44,"target":474},{"source":44,"target":475},{"source":44,"target":476},{"source":44,"target":477},{"source":474,"target":44},{"source":475,"target":44},{"source":476,"target":44},{"source":477,"target":44},{"source":45,"target":0},{"source":45,"target":478},{"source":45,"target":479},{"source":45,"target":480},{"source":45,"target":481},{"source":45,"target":482},{"source":45,"target":483},{"source":45,"target":484},{"source":45,"target":485},{"source":478,"target":45},{"source":479,"target":45},{"source":480,"target":45},{"source":481,"target":45},{"source":482,"target":45},{"source":483,"target":45},{"source":484,"target":45},{"source":485,"target":45},{"source":46,"target":0},{"source":46,"target":486},{"source":46,"target":487},{"source":46,"target":488},{"source":46,"target":489},{"source":46,"target":490},{"source":486,"target":46},{"source":487,"target":46},{"source":488,"target":46},{"source":489,"target":46},{"source":490,"target":46},{"source":47,"target":0},{"source":47,"target":491},{"source":47,"target":492},{"source":491,"target":47},{"source":492,"target":47},{"source":48,"target":0},{"source":48,"target":493},{"source":48,"target":494},{"source":48,"target":495},{"source":493,"target":48},{"source":494,"target":48},{"source":495,"target":48},{"source":49,"target":0},{"source":49,"target":496},{"source":49,"target":497},{"source":49,"target":498},{"source":49,"target":499},{"source":49,"target":500},{"source":49,"target":501},{"source":49,"target":502},{"source":49,"target":503},{"source":49,"target":504},{"source":49,"target":505},{"source":496,"target":49},{"source":497,"target":49},{"source":498,"target":49},{"source":499,"target":49},{"source":500,"target":49},{"source":501,"target":49},{"source":502,"target":49},{"source":503,"target":49},{"source":504,"target":49},{"source":505,"target":49},{"source":50,"target":0},{"source":50,"target":506},{"source":50,"target":507},{"source":50,"target":508},{"source":50,"target":509},{"source":50,"target":510},{"source":50,"target":511},{"source":50,"target":512},{"source":50,"target":513},{"source":50,"target":514},{"source":50,"target":515},{"source":506,"target":50},{"source":507,"target":50},{"source":508,"target":50},{"source":509,"target":50},{"source":510,"target":50},{"source":511,"target":50},{"source":512,"target":50},{"source":513,"target":50},{"source":514,"target":50},{"source":515,"target":50},{"source":51,"target":0},{"source":51,"target":516},{"source":51,"target":517},{"source":51,"target":518},{"source":516,"target":51},{"source":517,"target":51},{"source":518,"target":51},{"source":52,"target":0},{"source":52,"target":519},{"source":52,"target":520},{"source":52,"target":521},{"source":52,"target":522},{"source":519,"target":52},{"source":520,"target":52},{"source":521,"target":52},{"source":522,"target":52},{"source":53,"target":0},{"source":53,"target":523},{"source":53,"target":524},{"source":53,"target":525},{"source":53,"target":526},{"source":53,"target":527},{"source":53,"target":528},{"source":53,"target":529},{"source":523,"target":53},{"source":524,"target":53},{"source":525,"target":53},{"source":526,"target":53},{"source":527,"target":53},{"source":528,"target":53},{"source":529,"target":53},{"source":54,"target":0},{"source":54,"target":530},{"source":54,"target":531},{"source":54,"target":532},{"source":54,"target":533},{"source":54,"target":534},{"source":54,"target":535},{"source":530,"target":54},{"source":531,"target":54},{"source":532,"target":54},{"source":533,"target":54},{"source":534,"target":54},{"source":535,"target":54},{"source":55,"target":0},{"source":55,"target":536},{"source":55,"target":537},{"source":55,"target":538},{"source":55,"target":539},{"source":55,"target":540},{"source":536,"target":55},{"source":537,"target":55},{"source":538,"target":55},{"source":539,"target":55},{"source":540,"target":55},{"source":56,"target":0},{"source":56,"target":541},{"source":56,"target":542},{"source":56,"target":543},{"source":56,"target":544},{"source":541,"target":56},{"source":542,"target":56},{"source":543,"target":56},{"source":544,"target":56},{"source":57,"target":0},{"source":57,"target":545},{"source":57,"target":546},{"source":545,"target":57},{"source":546,"target":57}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="stoex" nsURI="http://sdq.ipd.uka.de/StochasticExpressions/2.2" nsPrefix="stoex"> <eClassifiers xsi:type="ecore:EClass" name="VariableReference" eSuperTypes="#//AbstractNamedReference"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractNamedReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceReference" eSuperTypes="#//AbstractNamedReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerReference_NamespaceReference" ordered="false" lowerBound="1" eType="#//AbstractNamedReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TermOperations"> <eLiterals name="ADD"/> <eLiterals name="SUB" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ProductOperations"> <eLiterals name="MULT"/> <eLiterals name="DIV" value="1"/> <eLiterals name="MOD" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CompareOperations"> <eLiterals name="GREATER"/> <eLiterals name="EQUALS" value="1"/> <eLiterals name="LESS" value="2"/> <eLiterals name="NOTEQUAL" value="3"/> <eLiterals name="LESSEQUAL" value="4"/> <eLiterals name="GREATEREQUAL" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="id_Variable" ordered="false" lowerBound="1" eType="#//AbstractNamedReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atom" abstract="true" eSuperTypes="#//Unary"/> <eClassifiers xsi:type="ecore:EClass" name="Unary" abstract="true" eSuperTypes="#//Power"/> <eClassifiers xsi:type="ecore:EClass" name="Power" abstract="true" eSuperTypes="#//Product"/> <eClassifiers xsi:type="ecore:EClass" name="Product" abstract="true" eSuperTypes="#//Term"/> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="Comparison" abstract="true" eSuperTypes="#//BooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true" eSuperTypes="#//IfElse"/> <eClassifiers xsi:type="ecore:EClass" name="IfElse" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="TermExpression" eSuperTypes="#//Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" lowerBound="1" eType="#//Product" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//TermOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductExpression" eSuperTypes="#//Product"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//Product" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" lowerBound="1" eType="#//Power" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//ProductOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProbabilityFunctionLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="function_ProbabilityFunctionLiteral" ordered="false" lowerBound="1" eType="ecore:EClass ../../de.uka.ipd.sdq.probfunction/model/ProbabilityFunction.ecore#//ProbabilityFunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parenthesis" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericLiteral" abstract="true" eSuperTypes="../../de.uka.ipd.sdq.units/model/Units.ecore#//UnitCarryingElement #//Atom"/> <eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//NumericLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleLiteral" eSuperTypes="#//NumericLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompareExpression" eSuperTypes="#//Comparison"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" lowerBound="1" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//CompareOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PowerExpression" eSuperTypes="#//Power"> <eStructuralFeatures xsi:type="ecore:EReference" name="base" ordered="false" lowerBound="1" eType="#//Power" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exponent" ordered="false" lowerBound="1" eType="#//Unary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanOperatorExpression" eSuperTypes="#//BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false" lowerBound="1" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false" lowerBound="1" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" ordered="false" lowerBound="1" eType="#//BooleanOperations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanOperations"> <eLiterals name="AND"/> <eLiterals name="OR" value="1"/> <eLiterals name="XOR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotExpression" eSuperTypes="#//Unary"> <eStructuralFeatures xsi:type="ecore:EReference" name="inner" ordered="false" lowerBound="1" eType="#//Unary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NegativeExpression" eSuperTypes="#//Unary"> <eStructuralFeatures xsi:type="ecore:EReference" name="inner" ordered="false" lowerBound="1" eType="#//Unary" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionLiteral" eSuperTypes="#//Atom"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters_FunctionLiteral" ordered="false" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfElseExpression" eSuperTypes="#//IfElse"> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExpression" ordered="false" lowerBound="1" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionExpression" ordered="false" lowerBound="1" eType="#//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RandomVariable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" changeable="false" volatile="true" transient="true" unsettable="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/PalladioSimulator/Palladio-Core-Commons/bundles/de.uka.ipd.sdq.stoex/model/stoex.ecore
ecore
stoex VariableReference AbstractNamedReference referenceName NamespaceReference innerReference_NamespaceReference TermOperations ADD ADD SUB SUB ProductOperations MULT MULT DIV DIV MOD MOD CompareOperations GREATER GREATER EQUALS EQUALS LESS LESS NOTEQUAL NOTEQUAL LESSEQUAL LESSEQUAL GREATEREQUAL GREATEREQUAL Variable id_Variable Atom Unary Power Product Term Comparison BooleanExpression IfElse Expression TermExpression left right operation ProductExpression left right operation ProbabilityFunctionLiteral function_ProbabilityFunctionLiteral Parenthesis innerExpression NumericLiteral IntLiteral value DoubleLiteral value CompareExpression left right operation BoolLiteral value StringLiteral value PowerExpression base exponent BooleanOperatorExpression left right operation BooleanOperations AND AND OR OR XOR XOR NotExpression inner NegativeExpression inner FunctionLiteral id parameters_FunctionLiteral IfElseExpression ifExpression elseExpression conditionExpression RandomVariable specification expression
null
{"directed":true,"nodes":[{"nsPrefix":"stoex","nsURI":"http://sdq.ipd.uka.de/StochasticExpressions/2.2","name":"stoex","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNamedReference","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceReference","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TermOperations","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProductOperations","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompareOperations","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unary","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Power","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElse","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbabilityFunctionLiteral","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parenthesis","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompareExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolLiteral","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanOperatorExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOperations","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionLiteral","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfElseExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomVariable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"id":35,"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":"referenceName","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerReference_NamespaceReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"name":"ADD","id":41,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"SUB","id":42,"value":1,"literal":"SUB","eClass":"EEnumLiteral"},{"name":"MULT","id":43,"value":0,"literal":"MULT","eClass":"EEnumLiteral"},{"name":"DIV","id":44,"value":1,"literal":"DIV","eClass":"EEnumLiteral"},{"name":"MOD","id":45,"value":2,"literal":"MOD","eClass":"EEnumLiteral"},{"name":"GREATER","id":46,"value":0,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"EQUALS","id":47,"value":1,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"LESS","id":48,"value":2,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"NOTEQUAL","id":49,"value":3,"literal":"NOTEQUAL","eClass":"EEnumLiteral"},{"name":"LESSEQUAL","id":50,"value":4,"literal":"LESSEQUAL","eClass":"EEnumLiteral"},{"name":"GREATEREQUAL","id":51,"value":5,"literal":"GREATEREQUAL","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":"id_Variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function_ProbabilityFunctionLiteral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"innerExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"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":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"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":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"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":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"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":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"name":"AND","id":116,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":117,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"name":"XOR","id":118,"value":2,"literal":"XOR","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":"inner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"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":125,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters_FunctionLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":130,"derived":false},{"container":false,"ordered":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":131,"derived":false},{"container":false,"ordered":false,"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":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"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":"specification","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":true,"unique":true,"name":"expression","changeable":false,"resolveProxies":true,"lowerBound":1,"id":138,"derived":true},{"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":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":1,"target":0},{"source":1,"target":2},{"source":1,"target":35},{"source":35,"target":2},{"source":2,"target":0},{"source":2,"target":36},{"source":36,"target":37},{"source":36,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":38},{"source":3,"target":39},{"source":38,"target":2},{"source":38,"target":40},{"source":38,"target":3},{"source":40,"target":2},{"source":39,"target":2},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":41,"target":4},{"source":42,"target":4},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":43,"target":5},{"source":44,"target":5},{"source":45,"target":5},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":46,"target":6},{"source":47,"target":6},{"source":48,"target":6},{"source":49,"target":6},{"source":50,"target":6},{"source":51,"target":6},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":52},{"source":7,"target":53},{"source":52,"target":2},{"source":52,"target":54},{"source":52,"target":7},{"source":54,"target":2},{"source":53,"target":8},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":55},{"source":55,"target":9},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":56},{"source":56,"target":10},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":57},{"source":57,"target":11},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":58},{"source":58,"target":12},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":59},{"source":59,"target":13},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":60},{"source":60,"target":14},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":61},{"source":61,"target":15},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":62},{"source":62,"target":16},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":63},{"source":17,"target":64},{"source":17,"target":65},{"source":17,"target":66},{"source":63,"target":12},{"source":63,"target":67},{"source":63,"target":17},{"source":67,"target":12},{"source":64,"target":11},{"source":64,"target":68},{"source":64,"target":17},{"source":68,"target":11},{"source":65,"target":4},{"source":65,"target":69},{"source":65,"target":17},{"source":69,"target":4},{"source":66,"target":12},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":70},{"source":18,"target":71},{"source":18,"target":72},{"source":18,"target":73},{"source":70,"target":11},{"source":70,"target":74},{"source":70,"target":18},{"source":74,"target":11},{"source":71,"target":10},{"source":71,"target":75},{"source":71,"target":18},{"source":75,"target":10},{"source":72,"target":5},{"source":72,"target":76},{"source":72,"target":18},{"source":76,"target":5},{"source":73,"target":11},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":77},{"source":19,"target":78},{"source":77,"target":79},{"source":77,"target":19},{"source":78,"target":8},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":80},{"source":20,"target":81},{"source":80,"target":16},{"source":80,"target":82},{"source":80,"target":20},{"source":82,"target":16},{"source":81,"target":8},{"source":21,"target":0},{"source":21,"target":8},{"source":21,"target":83},{"source":21,"target":84},{"source":84,"target":8},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":85},{"source":22,"target":86},{"source":85,"target":87},{"source":85,"target":22},{"source":86,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":88},{"source":23,"target":89},{"source":88,"target":90},{"source":88,"target":23},{"source":89,"target":21},{"source":24,"target":0},{"source":24,"target":13},{"source":24,"target":91},{"source":24,"target":92},{"source":24,"target":93},{"source":24,"target":94},{"source":91,"target":12},{"source":91,"target":95},{"source":91,"target":24},{"source":95,"target":12},{"source":92,"target":12},{"source":92,"target":96},{"source":92,"target":24},{"source":96,"target":12},{"source":93,"target":6},{"source":93,"target":97},{"source":93,"target":24},{"source":97,"target":6},{"source":94,"target":13},{"source":25,"target":0},{"source":25,"target":8},{"source":25,"target":98},{"source":25,"target":99},{"source":98,"target":100},{"source":98,"target":25},{"source":99,"target":8},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":101},{"source":26,"target":102},{"source":101,"target":103},{"source":101,"target":26},{"source":102,"target":8},{"source":27,"target":0},{"source":27,"target":10},{"source":27,"target":104},{"source":27,"target":105},{"source":27,"target":106},{"source":104,"target":10},{"source":104,"target":107},{"source":104,"target":27},{"source":107,"target":10},{"source":105,"target":9},{"source":105,"target":108},{"source":105,"target":27},{"source":108,"target":9},{"source":106,"target":10},{"source":28,"target":0},{"source":28,"target":14},{"source":28,"target":109},{"source":28,"target":110},{"source":28,"target":111},{"source":28,"target":112},{"source":109,"target":14},{"source":109,"target":113},{"source":109,"target":28},{"source":113,"target":14},{"source":110,"target":14},{"source":110,"target":114},{"source":110,"target":28},{"source":114,"target":14},{"source":111,"target":29},{"source":111,"target":115},{"source":111,"target":28},{"source":115,"target":29},{"source":112,"target":14},{"source":29,"target":0},{"source":29,"target":116},{"source":29,"target":117},{"source":29,"target":118},{"source":116,"target":29},{"source":117,"target":29},{"source":118,"target":29},{"source":30,"target":0},{"source":30,"target":9},{"source":30,"target":119},{"source":30,"target":120},{"source":119,"target":9},{"source":119,"target":121},{"source":119,"target":30},{"source":121,"target":9},{"source":120,"target":9},{"source":31,"target":0},{"source":31,"target":9},{"source":31,"target":122},{"source":31,"target":123},{"source":122,"target":9},{"source":122,"target":124},{"source":122,"target":31},{"source":124,"target":9},{"source":123,"target":9},{"source":32,"target":0},{"source":32,"target":8},{"source":32,"target":125},{"source":32,"target":126},{"source":32,"target":127},{"source":125,"target":128},{"source":125,"target":32},{"source":126,"target":16},{"source":126,"target":129},{"source":126,"target":32},{"source":129,"target":16},{"source":127,"target":8},{"source":33,"target":0},{"source":33,"target":15},{"source":33,"target":130},{"source":33,"target":131},{"source":33,"target":132},{"source":33,"target":133},{"source":130,"target":14},{"source":130,"target":134},{"source":130,"target":33},{"source":134,"target":14},{"source":131,"target":14},{"source":131,"target":135},{"source":131,"target":33},{"source":135,"target":14},{"source":132,"target":14},{"source":132,"target":136},{"source":132,"target":33},{"source":136,"target":14},{"source":133,"target":15},{"source":34,"target":0},{"source":34,"target":137},{"source":34,"target":138},{"source":137,"target":139},{"source":137,"target":34},{"source":138,"target":16},{"source":138,"target":140},{"source":138,"target":34},{"source":140,"target":16}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="WordprocessingMLBasicDef"> <eClassifiers xsi:type="ecore:EClass" name="DateTimeType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="month" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="day" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hour" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minute" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="second" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersionType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="n" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nn" ordered="false" unique="false" lowerBound="1" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateTimeTypeValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/DateTimeType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="/0/ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentPropertiesCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="dp_wordDocument" ordered="false" lowerBound="1" eType="/0/WordDocument" eOpposite="/0/WordDocument/wd_docProperties"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keywords" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastAuthor" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="manager" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="company" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hyperlinkBase" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presentationFormat" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guid" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="appName" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" ordered="false" eType="/0/VersionType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalTime" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastPrinted" ordered="false" eType="/0/DateTimeType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="created" ordered="false" eType="/0/DateTimeType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lastSaved" ordered="false" eType="/0/DateTimeType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="words" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="characters" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charactersWithSpaces" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bytes" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lines" ordered="false" unique="false" eType="/1/Integer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paragraphs" ordered="false" unique="false" eType="/1/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomDocumentPropertiesCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="cdp_wordDocument" ordered="false" lowerBound="1" eType="/0/WordDocument" eOpposite="/0/WordDocument/wd_customDocProperties"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customDocumentProperties" ordered="false" lowerBound="1" upperBound="-1" eType="/0/CustomDocumentProperty" containment="true" eOpposite="/0/CustomDocumentProperty/customDocumentProperty_cdpe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomDocumentProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="customDocumentProperty_cdpe" ordered="false" lowerBound="1" eType="/0/CustomDocumentPropertiesCollection" eOpposite="/0/CustomDocumentPropertiesCollection/customDocumentProperties"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="/0/ValueType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmartTagType"> <eStructuralFeatures xsi:type="ecore:EReference" name="smartTagType_ste" ordered="false" lowerBound="1" eType="/0/SmartTagsCollection" eOpposite="/0/SmartTagsCollection/smartTagTypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceuri" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SmartTagsCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="st_wordDocument" ordered="false" lowerBound="1" eType="/0/WordDocument" eOpposite="/0/WordDocument/wd_smartTags"/> <eStructuralFeatures xsi:type="ecore:EReference" name="smartTagTypes" ordered="false" upperBound="-1" eType="/0/SmartTagType" containment="true" eOpposite="/0/SmartTagType/smartTagType_ste"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringProperty" eSuperTypes="/0/StringType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BreakType"> <eLiterals name="bt_page" value="1"/> <eLiterals name="bt_column" value="2"/> <eLiterals name="bt_text_wrapping" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NoteValue"> <eLiterals name="ftn_normal" value="1"/> <eLiterals name="ftn_separator" value="2"/> <eLiterals name="ftn_continuation_separator" value="3"/> <eLiterals name="ftn_continuation_notice" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OnOffType"> <eLiterals name="oot_on" value="1"/> <eLiterals name="oot_off" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FldCharTypeProperty"> <eLiterals name="fctp_begin" value="1"/> <eLiterals name="fctp_separate" value="2"/> <eLiterals name="fctp_end" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WordDocument"> <eStructuralFeatures xsi:type="ecore:EReference" name="wd_smartTags" ordered="false" eType="/0/SmartTagsCollection" containment="true" eOpposite="/0/SmartTagsCollection/st_wordDocument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wd_docProperties" ordered="false" eType="/0/DocumentPropertiesCollection" containment="true" eOpposite="/0/DocumentPropertiesCollection/dp_wordDocument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wd_customDocProperties" ordered="false" eType="/0/CustomDocumentPropertiesCollection" containment="true" eOpposite="/0/CustomDocumentPropertiesCollection/cdp_wordDocument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ignoreSubtree" ordered="false" eType="/0/StringProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ignoreElements" ordered="false" eType="/0/StringProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fonts" ordered="false" eType="/0/FontsListElt" containment="true" eOpposite="/0/FontsListElt/fle_wordDocument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lists" ordered="false" eType="/0/ListsElt" containment="true" eOpposite="/0/ListsElt/le_wordDocument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="styles" ordered="false" eType="/0/StylesElt" containment="true" eOpposite="/0/StylesElt/se_wordDocument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="docPr" ordered="false" eType="/0/DocPrElt" containment="true" eOpposite="/0/DocPrElt/dpe_wordDocument"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="/0/BodyElt" containment="true" eOpposite="/0/BodyElt/be_wordDocument"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocPrElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="dpe_wordDocument" ordered="false" lowerBound="1" eType="/0/WordDocument" eOpposite="/0/WordDocument/docPr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="be_wordDocument" ordered="false" lowerBound="1" eType="/0/WordDocument" eOpposite="/0/WordDocument/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blockLevelElts" upperBound="-1" eType="/0/BlockLevelElt" containment="true" eOpposite="/0/BlockLevelElt/ble_bodyElt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sectPr" ordered="false" eType="/0/SectPrElt" containment="true" eOpposite="/0/SectPrElt/spe_bodyElt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockLevelElt" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="ble_bodyElt" ordered="false" lowerBound="1" eType="/0/BodyElt" eOpposite="/0/BodyElt/blockLevelElts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ble_note" ordered="false" lowerBound="1" eType="/0/NoteElt" eOpposite="/0/NoteElt/n_blockLevelElts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockLevelChunkElt" abstract="true" eSuperTypes="/0/BlockLevelElt"/> <eClassifiers xsi:type="ecore:EClass" name="ParaElt" eSuperTypes="/0/BlockLevelChunkElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="pPr" ordered="false" eType="/0/ParaPrElt" containment="true" eOpposite="/0/ParaPrElt/ppe_pElt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pContentElts" upperBound="-1" eType="/0/ParaContentElt" containment="true" eOpposite="/0/ParaContentElt/pce_pElt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParaPrElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="ppe_pElt" ordered="false" lowerBound="1" eType="/0/ParaElt" eOpposite="/0/ParaElt/pPr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParaContentElt" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="pce_pElt" ordered="false" lowerBound="1" eType="/0/ParaElt" eOpposite="/0/ParaElt/pContentElts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RunElt" eSuperTypes="/0/ParaContentElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="rPr" ordered="false" eType="/0/RunPrElt" containment="true" eOpposite="/0/RunPrElt/rpe_rElt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rContentElts" upperBound="-1" eType="/0/RunContentElt" containment="true" eOpposite="/0/RunContentElt/rce_rElt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RunPrElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="rpe_rElt" ordered="false" lowerBound="1" eType="/0/RunElt" eOpposite="/0/RunElt/rPr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RunContentElt" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="rce_rElt" ordered="false" lowerBound="1" eType="/0/RunElt" eOpposite="/0/RunElt/rContentElts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakElt" eSuperTypes="/0/RunContentElt"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" eType="/0/BreakType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="/0/RunContentElt /0/StringType"/> <eClassifiers xsi:type="ecore:EClass" name="DelText" eSuperTypes="/0/RunContentElt /0/StringType"/> <eClassifiers xsi:type="ecore:EClass" name="InstrText" eSuperTypes="/0/RunContentElt /0/StringType"/> <eClassifiers xsi:type="ecore:EClass" name="DelInstrText" eSuperTypes="/0/RunContentElt /0/StringType"/> <eClassifiers xsi:type="ecore:EClass" name="NoBreakHyphen" eSuperTypes="/0/RunContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="SoftHyphen" eSuperTypes="/0/RunContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationRef" eSuperTypes="/0/RunContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="FootnoteRef" eSuperTypes="/0/RunContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="EndnoteRef" eSuperTypes="/0/RunContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="Separator" eSuperTypes="/0/RunContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="ContinuationSeparator" eSuperTypes="/0/RunContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="PgNum" eSuperTypes="/0/RunContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="Cr" eSuperTypes="/0/RunContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="Footnote" eSuperTypes="/0/RunContentElt /0/NoteElt"/> <eClassifiers xsi:type="ecore:EClass" name="Endnote" eSuperTypes="/0/RunContentElt /0/NoteElt"/> <eClassifiers xsi:type="ecore:EClass" name="NoteElt" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="n_blockLevelElts" lowerBound="1" upperBound="-1" eType="/0/BlockLevelElt" containment="true" eOpposite="/0/BlockLevelElt/ble_note"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" eType="/0/NoteValue"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="suppressRef" ordered="false" unique="false" eType="/0/OnOffType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Picture" eSuperTypes="/0/RunContentElt /0/PictureType"/> <eClassifiers xsi:type="ecore:EClass" name="Symbol" eSuperTypes="/0/RunContentElt /0/SymElt"/> <eClassifiers xsi:type="ecore:EClass" name="SymElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="font" ordered="false" lowerBound="1" eType="/0/StringType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="char" ordered="false" lowerBound="1" eType="/0/StringType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tab" eSuperTypes="/0/RunContentElt /0/TabElt"/> <eClassifiers xsi:type="ecore:EClass" name="FldChar" eSuperTypes="/0/RunContentElt /0/FldCharElt"/> <eClassifiers xsi:type="ecore:EClass" name="FldCharElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="fldData" ordered="false" eType="/0/StringType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fldCharType" ordered="false" unique="false" lowerBound="1" eType="/0/FldCharTypeProperty"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fldLock" ordered="false" unique="false" lowerBound="1" eType="/0/OnOffType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FontsListElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="fle_wordDocument" ordered="false" lowerBound="1" eType="/0/WordDocument" eOpposite="/0/WordDocument/fonts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListsElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="le_wordDocument" ordered="false" lowerBound="1" eType="/0/WordDocument" eOpposite="/0/WordDocument/lists"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StylesElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="se_wordDocument" ordered="false" lowerBound="1" eType="/0/WordDocument" eOpposite="/0/WordDocument/styles"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SectPrElt"> <eStructuralFeatures xsi:type="ecore:EReference" name="spe_bodyElt" ordered="false" lowerBound="1" eType="/0/BodyElt" eOpposite="/0/BodyElt/sectPr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RunLevelElt" eSuperTypes="/0/BlockLevelChunkElt"/> <eClassifiers xsi:type="ecore:EClass" name="CfChunk" eSuperTypes="/0/BlockLevelElt"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleFieldElt" eSuperTypes="/0/ParaContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="HLinkElt" eSuperTypes="/0/ParaContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="SubDocElt" eSuperTypes="/0/ParaContentElt"/> <eClassifiers xsi:type="ecore:EClass" name="PictureType"/> <eClassifiers xsi:type="ecore:EClass" name="TabElt"/> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Integer"/> <eClassifiers xsi:type="ecore:EDataType" name="String"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/MSOfficeWord_WordprocessingMLBasicDef.ecore
ecore
WordprocessingMLBasicDef DateTimeType year month day hour minute second VersionType n nn ValueType StringValue value FloatValue value DateTimeTypeValue value BooleanValue value DocumentPropertiesCollection dp_wordDocument title subject keywords description category author lastAuthor manager company hyperlinkBase revision presentationFormat guid appName version totalTime lastPrinted created lastSaved pages words characters charactersWithSpaces bytes lines paragraphs CustomDocumentPropertiesCollection cdp_wordDocument customDocumentProperties CustomDocumentProperty customDocumentProperty_cdpe name value SmartTagType smartTagType_ste namespaceuri name url SmartTagsCollection st_wordDocument smartTagTypes StringProperty StringType val BreakType bt_page bt_page bt_column bt_column bt_text_wrapping bt_text_wrapping NoteValue ftn_normal ftn_normal ftn_separator ftn_separator ftn_continuation_separator ftn_continuation_separator ftn_continuation_notice ftn_continuation_notice OnOffType oot_on oot_on oot_off oot_off FldCharTypeProperty fctp_begin fctp_begin fctp_separate fctp_separate fctp_end fctp_end WordDocument wd_smartTags wd_docProperties wd_customDocProperties ignoreSubtree ignoreElements fonts lists styles docPr body DocPrElt dpe_wordDocument BodyElt be_wordDocument blockLevelElts sectPr BlockLevelElt ble_bodyElt ble_note BlockLevelChunkElt ParaElt pPr pContentElts ParaPrElt ppe_pElt ParaContentElt pce_pElt RunElt rPr rContentElts RunPrElt rpe_rElt RunContentElt rce_rElt BreakElt type Text DelText InstrText DelInstrText NoBreakHyphen SoftHyphen AnnotationRef FootnoteRef EndnoteRef Separator ContinuationSeparator PgNum Cr Footnote Endnote NoteElt n_blockLevelElts type suppressRef Picture Symbol SymElt font char Tab FldChar FldCharElt fldData fldCharType fldLock FontsListElt fle_wordDocument ListsElt le_wordDocument StylesElt se_wordDocument SectPrElt spe_bodyElt RunLevelElt CfChunk SimpleFieldElt HLinkElt SubDocElt PictureType TabElt PrimitiveTypes Integer String Boolean Double
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"WordprocessingMLBasicDef","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateTimeTypeValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentPropertiesCollection","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDocumentPropertiesCollection","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDocumentProperty","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmartTagType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SmartTagsCollection","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringProperty","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BreakType","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"NoteValue","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OnOffType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FldCharTypeProperty","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WordDocument","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocPrElt","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyElt","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockLevelElt","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockLevelChunkElt","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParaElt","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParaPrElt","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParaContentElt","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunElt","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunPrElt","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunContentElt","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakElt","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelText","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstrText","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelInstrText","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoBreakHyphen","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftHyphen","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationRef","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FootnoteRef","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndnoteRef","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Separator","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinuationSeparator","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PgNum","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cr","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Footnote","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Endnote","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoteElt","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Picture","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbol","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymElt","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tab","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FldChar","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FldCharElt","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontsListElt","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListsElt","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StylesElt","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SectPrElt","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RunLevelElt","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CfChunk","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleFieldElt","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HLinkElt","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubDocElt","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PictureType","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabElt","instanceClass":null,"abstract":false,"id":63,"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":"year","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":false,"name":"month","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":false,"name":"day","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":false,"name":"hour","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"minute","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"second","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":70,"serializable":true,"eClass":"EDataType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"n","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"nn","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":83,"serializable":true,"eClass":"EDataType"},{"id":84,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":87,"serializable":true,"eClass":"EDataType"},{"id":88,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":94,"serializable":true,"eClass":"EDataType"},{"id":95,"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":"dp_wordDocument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"subject","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"keywords","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":100,"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":"category","changeable":true,"lowerBound":0,"iD":false,"id":101,"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":"author","changeable":true,"lowerBound":0,"iD":false,"id":102,"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":"lastAuthor","changeable":true,"lowerBound":0,"iD":false,"id":103,"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":"manager","changeable":true,"lowerBound":0,"iD":false,"id":104,"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":"company","changeable":true,"lowerBound":0,"iD":false,"id":105,"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":"hyperlinkBase","changeable":true,"lowerBound":0,"iD":false,"id":106,"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":"revision","changeable":true,"lowerBound":0,"iD":false,"id":107,"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":"presentationFormat","changeable":true,"lowerBound":0,"iD":false,"id":108,"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":"guid","changeable":true,"lowerBound":0,"iD":false,"id":109,"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":"appName","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"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":"totalTime","changeable":true,"lowerBound":0,"iD":false,"id":112,"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":"lastPrinted","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"created","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"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":"lastSaved","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"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":"pages","changeable":true,"lowerBound":0,"iD":false,"id":116,"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":"words","changeable":true,"lowerBound":0,"iD":false,"id":117,"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":"characters","changeable":true,"lowerBound":0,"iD":false,"id":118,"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":"charactersWithSpaces","changeable":true,"lowerBound":0,"iD":false,"id":119,"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":"bytes","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"lines","changeable":true,"lowerBound":0,"iD":false,"id":121,"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":"paragraphs","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"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":"wd_docProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"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":"cdp_wordDocument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"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":"customDocumentProperties","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"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":"wd_customDocProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"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":"customDocumentProperty_cdpe","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":157,"derived":false},{"container":false,"ordered":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":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"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":"smartTagType_ste","changeable":true,"resolveProxies":true,"lowerBound":1,"id":162,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"namespaceuri","changeable":true,"lowerBound":1,"iD":false,"id":163,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":164,"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":"url","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"smartTagTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"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":"st_wordDocument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wd_smartTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"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":"val","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"name":"bt_page","id":178,"value":1,"literal":"bt_page","eClass":"EEnumLiteral"},{"name":"bt_column","id":179,"value":2,"literal":"bt_column","eClass":"EEnumLiteral"},{"name":"bt_text_wrapping","id":180,"value":3,"literal":"bt_text_wrapping","eClass":"EEnumLiteral"},{"name":"ftn_normal","id":181,"value":1,"literal":"ftn_normal","eClass":"EEnumLiteral"},{"name":"ftn_separator","id":182,"value":2,"literal":"ftn_separator","eClass":"EEnumLiteral"},{"name":"ftn_continuation_separator","id":183,"value":3,"literal":"ftn_continuation_separator","eClass":"EEnumLiteral"},{"name":"ftn_continuation_notice","id":184,"value":4,"literal":"ftn_continuation_notice","eClass":"EEnumLiteral"},{"name":"oot_on","id":185,"value":1,"literal":"oot_on","eClass":"EEnumLiteral"},{"name":"oot_off","id":186,"value":2,"literal":"oot_off","eClass":"EEnumLiteral"},{"name":"fctp_begin","id":187,"value":1,"literal":"fctp_begin","eClass":"EEnumLiteral"},{"name":"fctp_separate","id":188,"value":2,"literal":"fctp_separate","eClass":"EEnumLiteral"},{"name":"fctp_end","id":189,"value":3,"literal":"fctp_end","eClass":"EEnumLiteral"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ignoreSubtree","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"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":"ignoreElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"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":"fonts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"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":"lists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"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":"styles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"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":"docPr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"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":"fle_wordDocument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"id":204,"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":"le_wordDocument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"id":206,"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":"se_wordDocument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"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":"dpe_wordDocument","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"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":"be_wordDocument","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"blockLevelElts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"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":"sectPr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"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":"ble_bodyElt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"id":218,"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":"spe_bodyElt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"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":"ble_note","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"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":"n_blockLevelElts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"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":"pPr","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":"pContentElts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"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":"ppe_pElt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"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":"pce_pElt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"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":"rPr","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":"rContentElts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"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":"rpe_rElt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"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":"rce_rElt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"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"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"suppressRef","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"char","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fldData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fldCharType","changeable":true,"lowerBound":1,"iD":false,"id":285,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fldLock","changeable":true,"lowerBound":1,"iD":false,"id":286,"derived":false},{"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"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":299,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":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":1,"target":0},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":64,"target":70},{"source":64,"target":71},{"source":64,"target":1},{"source":71,"target":70},{"source":65,"target":70},{"source":65,"target":72},{"source":65,"target":1},{"source":72,"target":70},{"source":66,"target":70},{"source":66,"target":73},{"source":66,"target":1},{"source":73,"target":70},{"source":67,"target":70},{"source":67,"target":74},{"source":67,"target":1},{"source":74,"target":70},{"source":68,"target":70},{"source":68,"target":75},{"source":68,"target":1},{"source":75,"target":70},{"source":69,"target":70},{"source":69,"target":76},{"source":69,"target":1},{"source":76,"target":70},{"source":2,"target":0},{"source":2,"target":77},{"source":2,"target":78},{"source":77,"target":70},{"source":77,"target":79},{"source":77,"target":2},{"source":79,"target":70},{"source":78,"target":70},{"source":78,"target":80},{"source":78,"target":2},{"source":80,"target":70},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":81},{"source":4,"target":82},{"source":81,"target":83},{"source":81,"target":84},{"source":81,"target":4},{"source":84,"target":83},{"source":82,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":85},{"source":5,"target":86},{"source":85,"target":87},{"source":85,"target":88},{"source":85,"target":5},{"source":88,"target":87},{"source":86,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":89},{"source":6,"target":90},{"source":89,"target":1},{"source":89,"target":91},{"source":89,"target":6},{"source":91,"target":1},{"source":90,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":92},{"source":7,"target":93},{"source":92,"target":94},{"source":92,"target":95},{"source":92,"target":7},{"source":95,"target":94},{"source":93,"target":3},{"source":8,"target":0},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":8,"target":99},{"source":8,"target":100},{"source":8,"target":101},{"source":8,"target":102},{"source":8,"target":103},{"source":8,"target":104},{"source":8,"target":105},{"source":8,"target":106},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":8,"target":110},{"source":8,"target":111},{"source":8,"target":112},{"source":8,"target":113},{"source":8,"target":114},{"source":8,"target":115},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":96,"target":19},{"source":96,"target":123},{"source":96,"target":8},{"source":96,"target":124},{"source":123,"target":19},{"source":97,"target":83},{"source":97,"target":125},{"source":97,"target":8},{"source":125,"target":83},{"source":98,"target":83},{"source":98,"target":126},{"source":98,"target":8},{"source":126,"target":83},{"source":99,"target":83},{"source":99,"target":127},{"source":99,"target":8},{"source":127,"target":83},{"source":100,"target":83},{"source":100,"target":128},{"source":100,"target":8},{"source":128,"target":83},{"source":101,"target":83},{"source":101,"target":129},{"source":101,"target":8},{"source":129,"target":83},{"source":102,"target":83},{"source":102,"target":130},{"source":102,"target":8},{"source":130,"target":83},{"source":103,"target":83},{"source":103,"target":131},{"source":103,"target":8},{"source":131,"target":83},{"source":104,"target":83},{"source":104,"target":132},{"source":104,"target":8},{"source":132,"target":83},{"source":105,"target":83},{"source":105,"target":133},{"source":105,"target":8},{"source":133,"target":83},{"source":106,"target":83},{"source":106,"target":134},{"source":106,"target":8},{"source":134,"target":83},{"source":107,"target":70},{"source":107,"target":135},{"source":107,"target":8},{"source":135,"target":70},{"source":108,"target":83},{"source":108,"target":136},{"source":108,"target":8},{"source":136,"target":83},{"source":109,"target":83},{"source":109,"target":137},{"source":109,"target":8},{"source":137,"target":83},{"source":110,"target":83},{"source":110,"target":138},{"source":110,"target":8},{"source":138,"target":83},{"source":111,"target":2},{"source":111,"target":139},{"source":111,"target":8},{"source":139,"target":2},{"source":112,"target":70},{"source":112,"target":140},{"source":112,"target":8},{"source":140,"target":70},{"source":113,"target":1},{"source":113,"target":141},{"source":113,"target":8},{"source":141,"target":1},{"source":114,"target":1},{"source":114,"target":142},{"source":114,"target":8},{"source":142,"target":1},{"source":115,"target":1},{"source":115,"target":143},{"source":115,"target":8},{"source":143,"target":1},{"source":116,"target":70},{"source":116,"target":144},{"source":116,"target":8},{"source":144,"target":70},{"source":117,"target":70},{"source":117,"target":145},{"source":117,"target":8},{"source":145,"target":70},{"source":118,"target":70},{"source":118,"target":146},{"source":118,"target":8},{"source":146,"target":70},{"source":119,"target":70},{"source":119,"target":147},{"source":119,"target":8},{"source":147,"target":70},{"source":120,"target":70},{"source":120,"target":148},{"source":120,"target":8},{"source":148,"target":70},{"source":121,"target":70},{"source":121,"target":149},{"source":121,"target":8},{"source":149,"target":70},{"source":122,"target":70},{"source":122,"target":150},{"source":122,"target":8},{"source":150,"target":70},{"source":9,"target":0},{"source":9,"target":151},{"source":9,"target":152},{"source":151,"target":19},{"source":151,"target":153},{"source":151,"target":9},{"source":151,"target":154},{"source":153,"target":19},{"source":152,"target":10},{"source":152,"target":155},{"source":152,"target":9},{"source":152,"target":156},{"source":155,"target":10},{"source":10,"target":0},{"source":10,"target":156},{"source":10,"target":157},{"source":10,"target":158},{"source":156,"target":9},{"source":156,"target":159},{"source":156,"target":10},{"source":156,"target":152},{"source":159,"target":9},{"source":157,"target":83},{"source":157,"target":160},{"source":157,"target":10},{"source":160,"target":83},{"source":158,"target":3},{"source":158,"target":161},{"source":158,"target":10},{"source":161,"target":3},{"source":11,"target":0},{"source":11,"target":162},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":162,"target":12},{"source":162,"target":166},{"source":162,"target":11},{"source":162,"target":167},{"source":166,"target":12},{"source":163,"target":83},{"source":163,"target":168},{"source":163,"target":11},{"source":168,"target":83},{"source":164,"target":83},{"source":164,"target":169},{"source":164,"target":11},{"source":169,"target":83},{"source":165,"target":83},{"source":165,"target":170},{"source":165,"target":11},{"source":170,"target":83},{"source":12,"target":0},{"source":12,"target":171},{"source":12,"target":167},{"source":171,"target":19},{"source":171,"target":172},{"source":171,"target":12},{"source":171,"target":173},{"source":172,"target":19},{"source":167,"target":11},{"source":167,"target":174},{"source":167,"target":12},{"source":167,"target":162},{"source":174,"target":11},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":175},{"source":175,"target":14},{"source":14,"target":0},{"source":14,"target":176},{"source":176,"target":83},{"source":176,"target":177},{"source":176,"target":14},{"source":177,"target":83},{"source":15,"target":0},{"source":15,"target":178},{"source":15,"target":179},{"source":15,"target":180},{"source":178,"target":15},{"source":179,"target":15},{"source":180,"target":15},{"source":16,"target":0},{"source":16,"target":181},{"source":16,"target":182},{"source":16,"target":183},{"source":16,"target":184},{"source":181,"target":16},{"source":182,"target":16},{"source":183,"target":16},{"source":184,"target":16},{"source":17,"target":0},{"source":17,"target":185},{"source":17,"target":186},{"source":185,"target":17},{"source":186,"target":17},{"source":18,"target":0},{"source":18,"target":187},{"source":18,"target":188},{"source":18,"target":189},{"source":187,"target":18},{"source":188,"target":18},{"source":189,"target":18},{"source":19,"target":0},{"source":19,"target":173},{"source":19,"target":124},{"source":19,"target":154},{"source":19,"target":190},{"source":19,"target":191},{"source":19,"target":192},{"source":19,"target":193},{"source":19,"target":194},{"source":19,"target":195},{"source":19,"target":196},{"source":173,"target":12},{"source":173,"target":197},{"source":173,"target":19},{"source":173,"target":171},{"source":197,"target":12},{"source":124,"target":8},{"source":124,"target":198},{"source":124,"target":19},{"source":124,"target":96},{"source":198,"target":8},{"source":154,"target":9},{"source":154,"target":199},{"source":154,"target":19},{"source":154,"target":151},{"source":199,"target":9},{"source":190,"target":13},{"source":190,"target":200},{"source":190,"target":19},{"source":200,"target":13},{"source":191,"target":13},{"source":191,"target":201},{"source":191,"target":19},{"source":201,"target":13},{"source":192,"target":53},{"source":192,"target":202},{"source":192,"target":19},{"source":192,"target":203},{"source":202,"target":53},{"source":193,"target":54},{"source":193,"target":204},{"source":193,"target":19},{"source":193,"target":205},{"source":204,"target":54},{"source":194,"target":55},{"source":194,"target":206},{"source":194,"target":19},{"source":194,"target":207},{"source":206,"target":55},{"source":195,"target":20},{"source":195,"target":208},{"source":195,"target":19},{"source":195,"target":209},{"source":208,"target":20},{"source":196,"target":21},{"source":196,"target":210},{"source":196,"target":19},{"source":196,"target":211},{"source":210,"target":21},{"source":20,"target":0},{"source":20,"target":209},{"source":209,"target":19},{"source":209,"target":212},{"source":209,"target":20},{"source":209,"target":195},{"source":212,"target":19},{"source":21,"target":0},{"source":21,"target":211},{"source":21,"target":213},{"source":21,"target":214},{"source":211,"target":19},{"source":211,"target":215},{"source":211,"target":21},{"source":211,"target":196},{"source":215,"target":19},{"source":213,"target":22},{"source":213,"target":216},{"source":213,"target":21},{"source":213,"target":217},{"source":216,"target":22},{"source":214,"target":56},{"source":214,"target":218},{"source":214,"target":21},{"source":214,"target":219},{"source":218,"target":56},{"source":22,"target":0},{"source":22,"target":217},{"source":22,"target":220},{"source":217,"target":21},{"source":217,"target":221},{"source":217,"target":22},{"source":217,"target":213},{"source":221,"target":21},{"source":220,"target":46},{"source":220,"target":222},{"source":220,"target":22},{"source":220,"target":223},{"source":222,"target":46},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":224},{"source":224,"target":22},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":225},{"source":24,"target":226},{"source":24,"target":227},{"source":225,"target":25},{"source":225,"target":228},{"source":225,"target":24},{"source":225,"target":229},{"source":228,"target":25},{"source":226,"target":26},{"source":226,"target":230},{"source":226,"target":24},{"source":226,"target":231},{"source":230,"target":26},{"source":227,"target":23},{"source":25,"target":0},{"source":25,"target":229},{"source":229,"target":24},{"source":229,"target":232},{"source":229,"target":25},{"source":229,"target":225},{"source":232,"target":24},{"source":26,"target":0},{"source":26,"target":231},{"source":231,"target":24},{"source":231,"target":233},{"source":231,"target":26},{"source":231,"target":226},{"source":233,"target":24},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":234},{"source":27,"target":235},{"source":27,"target":236},{"source":234,"target":28},{"source":234,"target":237},{"source":234,"target":27},{"source":234,"target":238},{"source":237,"target":28},{"source":235,"target":29},{"source":235,"target":239},{"source":235,"target":27},{"source":235,"target":240},{"source":239,"target":29},{"source":236,"target":26},{"source":28,"target":0},{"source":28,"target":238},{"source":238,"target":27},{"source":238,"target":241},{"source":238,"target":28},{"source":238,"target":234},{"source":241,"target":27},{"source":29,"target":0},{"source":29,"target":240},{"source":240,"target":27},{"source":240,"target":242},{"source":240,"target":29},{"source":240,"target":235},{"source":242,"target":27},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":243},{"source":30,"target":244},{"source":243,"target":15},{"source":243,"target":245},{"source":243,"target":30},{"source":245,"target":15},{"source":244,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":14},{"source":31,"target":246},{"source":31,"target":247},{"source":246,"target":29},{"source":247,"target":14},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":14},{"source":32,"target":248},{"source":32,"target":249},{"source":248,"target":29},{"source":249,"target":14},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":14},{"source":33,"target":250},{"source":33,"target":251},{"source":250,"target":29},{"source":251,"target":14},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":14},{"source":34,"target":252},{"source":34,"target":253},{"source":252,"target":29},{"source":253,"target":14},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":254},{"source":254,"target":29},{"source":36,"target":0},{"source":36,"target":29},{"source":36,"target":255},{"source":255,"target":29},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":256},{"source":256,"target":29},{"source":38,"target":0},{"source":38,"target":29},{"source":38,"target":257},{"source":257,"target":29},{"source":39,"target":0},{"source":39,"target":29},{"source":39,"target":258},{"source":258,"target":29},{"source":40,"target":0},{"source":40,"target":29},{"source":40,"target":259},{"source":259,"target":29},{"source":41,"target":0},{"source":41,"target":29},{"source":41,"target":260},{"source":260,"target":29},{"source":42,"target":0},{"source":42,"target":29},{"source":42,"target":261},{"source":261,"target":29},{"source":43,"target":0},{"source":43,"target":29},{"source":43,"target":262},{"source":262,"target":29},{"source":44,"target":0},{"source":44,"target":29},{"source":44,"target":46},{"source":44,"target":263},{"source":44,"target":264},{"source":263,"target":29},{"source":264,"target":46},{"source":45,"target":0},{"source":45,"target":29},{"source":45,"target":46},{"source":45,"target":265},{"source":45,"target":266},{"source":265,"target":29},{"source":266,"target":46},{"source":46,"target":0},{"source":46,"target":223},{"source":46,"target":267},{"source":46,"target":268},{"source":223,"target":22},{"source":223,"target":269},{"source":223,"target":46},{"source":223,"target":220},{"source":269,"target":22},{"source":267,"target":16},{"source":267,"target":270},{"source":267,"target":46},{"source":270,"target":16},{"source":268,"target":17},{"source":268,"target":271},{"source":268,"target":46},{"source":271,"target":17},{"source":47,"target":0},{"source":47,"target":29},{"source":47,"target":62},{"source":47,"target":272},{"source":47,"target":273},{"source":272,"target":29},{"source":273,"target":62},{"source":48,"target":0},{"source":48,"target":29},{"source":48,"target":49},{"source":48,"target":274},{"source":48,"target":275},{"source":274,"target":29},{"source":275,"target":49},{"source":49,"target":0},{"source":49,"target":276},{"source":49,"target":277},{"source":276,"target":14},{"source":276,"target":278},{"source":276,"target":49},{"source":278,"target":14},{"source":277,"target":14},{"source":277,"target":279},{"source":277,"target":49},{"source":279,"target":14},{"source":50,"target":0},{"source":50,"target":29},{"source":50,"target":63},{"source":50,"target":280},{"source":50,"target":281},{"source":280,"target":29},{"source":281,"target":63},{"source":51,"target":0},{"source":51,"target":29},{"source":51,"target":52},{"source":51,"target":282},{"source":51,"target":283},{"source":282,"target":29},{"source":283,"target":52},{"source":52,"target":0},{"source":52,"target":284},{"source":52,"target":285},{"source":52,"target":286},{"source":284,"target":14},{"source":284,"target":287},{"source":284,"target":52},{"source":287,"target":14},{"source":285,"target":18},{"source":285,"target":288},{"source":285,"target":52},{"source":288,"target":18},{"source":286,"target":17},{"source":286,"target":289},{"source":286,"target":52},{"source":289,"target":17},{"source":53,"target":0},{"source":53,"target":203},{"source":203,"target":19},{"source":203,"target":290},{"source":203,"target":53},{"source":203,"target":192},{"source":290,"target":19},{"source":54,"target":0},{"source":54,"target":205},{"source":205,"target":19},{"source":205,"target":291},{"source":205,"target":54},{"source":205,"target":193},{"source":291,"target":19},{"source":55,"target":0},{"source":55,"target":207},{"source":207,"target":19},{"source":207,"target":292},{"source":207,"target":55},{"source":207,"target":194},{"source":292,"target":19},{"source":56,"target":0},{"source":56,"target":219},{"source":219,"target":21},{"source":219,"target":293},{"source":219,"target":56},{"source":219,"target":214},{"source":293,"target":21},{"source":57,"target":0},{"source":57,"target":23},{"source":57,"target":294},{"source":294,"target":23},{"source":58,"target":0},{"source":58,"target":22},{"source":58,"target":295},{"source":295,"target":22},{"source":59,"target":0},{"source":59,"target":26},{"source":59,"target":296},{"source":296,"target":26},{"source":60,"target":0},{"source":60,"target":26},{"source":60,"target":297},{"source":297,"target":26},{"source":61,"target":0},{"source":61,"target":26},{"source":61,"target":298},{"source":298,"target":26},{"source":62,"target":0},{"source":63,"target":0},{"source":299,"target":70},{"source":299,"target":83},{"source":299,"target":94},{"source":299,"target":87},{"source":70,"target":299},{"source":83,"target":299},{"source":94,"target":299},{"source":87,"target":299}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="as3" nsURI="http://axdt.org/uri/As3" nsPrefix="as3"> <eClassifiers xsi:type="ecore:EClass" name="IDirective" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="IPackageDirective" abstract="true" interface="true" eSuperTypes="#//IDirective"/> <eClassifiers xsi:type="ecore:EClass" name="ITypeDirective" abstract="true" interface="true" eSuperTypes="#//IPackageDirective"/> <eClassifiers xsi:type="ecore:EClass" name="IBlockDirective" abstract="true" interface="true" eSuperTypes="#//ITypeDirective #//ICaseElement"/> <eClassifiers xsi:type="ecore:EClass" name="IStatement" abstract="true" interface="true" eSuperTypes="#//IBlockDirective"/> <eClassifiers xsi:type="ecore:EClass" name="IExpression" abstract="true"> <eOperations name="resolveType" eType="#//AvmTypeAccess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IAssignmentExpression" abstract="true" interface="true" eSuperTypes="#//IExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IConditionalExpression" abstract="true" interface="true" eSuperTypes="#//IAssignmentExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ILogicalExpression" abstract="true" interface="true" eSuperTypes="#//IConditionalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IBitwiseExpression" abstract="true" interface="true" eSuperTypes="#//ILogicalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IEqualityExpression" abstract="true" interface="true" eSuperTypes="#//IBitwiseExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IRelationalExpression" abstract="true" interface="true" eSuperTypes="#//IEqualityExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IArithmeticExpression" abstract="true" interface="true" eSuperTypes="#//IRelationalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IUnaryExpression" abstract="true" interface="true" eSuperTypes="#//IArithmeticExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IPostfixExpression" abstract="true" interface="true" eSuperTypes="#//IUnaryExpression #//IForInInit"/> <eClassifiers xsi:type="ecore:EClass" name="IPrimaryExpression" abstract="true" interface="true" eSuperTypes="#//IPostfixExpression"/> <eClassifiers xsi:type="ecore:EClass" name="IIdentifier" abstract="true" interface="true" eSuperTypes="#//IPrimaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ILiteral" abstract="true" interface="true" eSuperTypes="#//IPrimaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ILiteralFieldName" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ICaseElement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="INonAttributeIdentifier" abstract="true" interface="true" eSuperTypes="#//IIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="IAttribute" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="IForInit"/> <eClassifiers xsi:type="ecore:EClass" name="IForInInit"/> <eClassifiers xsi:type="ecore:EClass" name="As3Element" abstract="true" eSuperTypes="../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmElement"/> <eClassifiers xsi:type="ecore:EClass" name="As3Identifiable" abstract="true" eSuperTypes="#//As3Element ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmIdentifiable"/> <eClassifiers xsi:type="ecore:EClass" name="As3Definition" abstract="true" eSuperTypes="#//As3Identifiable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmDefinition"> <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" eType="#//As3Attributes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Member" abstract="true" eSuperTypes="#//As3Definition ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmMember #//ITypeDirective"/> <eClassifiers xsi:type="ecore:EClass" name="As3Executable" abstract="true" interface="true" eSuperTypes="../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmExecutable"> <eOperations name="getDeclarations"> <eGenericType eClassifier="#//Iterable"> <eTypeArguments eClassifier="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmReferable"/> </eGenericType> </eOperations> <eOperations name="getDirectives"> <eGenericType eClassifier="#//Iterable"> <eTypeArguments eClassifier="#//IDirective"/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//As3Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Program" eSuperTypes="#//As3Element ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmDefinitionContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//As3Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1" eType="#//IDirective" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Import" eSuperTypes="#//IDirective ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ImportList" eSuperTypes="#//IBlockDirective"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//As3Import" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Include" eSuperTypes="#//IBlockDirective"> <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="As3Use" eSuperTypes="#//IBlockDirective"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//As3ExpressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Package" eSuperTypes="#//As3Identifiable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1" eType="#//IDirective" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="canonicalName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Type" abstract="true" eSuperTypes="#//As3Definition ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmDeclaredType #//IPackageDirective"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedInterfaces" upperBound="-1" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1" eType="#//IDirective" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Class" eSuperTypes="#//As3Type ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedClass" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Interface" eSuperTypes="#//As3Type ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmInterface"/> <eClassifiers xsi:type="ecore:EClass" name="As3Namespace" eSuperTypes="#//As3Member ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmNamespace #//IBlockDirective"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Variable" eSuperTypes="#//As3Identifiable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference" 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="As3VariableAssign" eSuperTypes="#//As3Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3VariableDefinition" eSuperTypes="#//IStatement #//IForInit #//IForInInit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//As3Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Parameter" abstract="true" eSuperTypes="#//As3Variable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmParameter"/> <eClassifiers xsi:type="ecore:EClass" name="As3ParameterAssign" eSuperTypes="#//As3Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ParameterRest" eSuperTypes="#//As3Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="As3FieldBinding" eSuperTypes="#//As3Member ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmField"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3FieldDefinition" eSuperTypes="#//ITypeDirective"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//As3FieldBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" eType="#//As3Attributes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Operation" eSuperTypes="#//As3Member #//As3Executable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="getter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="setter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//As3Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Constructor" eSuperTypes="#//As3Member #//As3Executable ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmConstructor"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//As3Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3MetadataTag" eSuperTypes="#//IAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//As3MetadataParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3MetadataParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//ILiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3AttributeExpression" abstract="true" eSuperTypes="#//IAttribute"/> <eClassifiers xsi:type="ecore:EClass" name="As3SimpleAttributeExpression" eSuperTypes="#//As3AttributeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ident" eType="#//IIdentifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3QualifiedAttributeExpression" eSuperTypes="#//As3AttributeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//As3AttributeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//IIdentifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3DefaultXmlNamespaceStatement" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3TryStatement" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//As3Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catches" upperBound="-1" eType="#//As3CatchClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalBlock" eType="#//As3Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3CatchClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="error" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//As3Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ThrowStatement" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//As3ExpressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ReturnStatement" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//As3ExpressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3WithStatement" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//As3ExpressionList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//IStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3BreakStatement" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//As3LabeledStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ContinueStatement" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//As3LabeledStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3IterationStatement" abstract="true" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//IStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ConditionalIterationStatement" abstract="true" eSuperTypes="#//As3IterationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" eType="#//As3ExpressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3DoStatement" eSuperTypes="#//As3ConditionalIterationStatement"/> <eClassifiers xsi:type="ecore:EClass" name="As3WhileStatement" eSuperTypes="#//As3ConditionalIterationStatement"/> <eClassifiers xsi:type="ecore:EClass" name="As3ForStatement" eSuperTypes="#//As3ConditionalIterationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//IForInit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iter" eType="#//As3ExpressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ForInStatement" eSuperTypes="#//As3IterationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//As3ExpressionList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//IForInInit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forEach" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ConditionalStatement" abstract="true" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" eType="#//As3ExpressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3SwitchStatement" eSuperTypes="#//As3ConditionalStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//ICaseElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3CaseLabel" abstract="true" eSuperTypes="#//ICaseElement"/> <eClassifiers xsi:type="ecore:EClass" name="As3DefaultCase" eSuperTypes="#//As3CaseLabel"/> <eClassifiers xsi:type="ecore:EClass" name="As3ExpressionCase" eSuperTypes="#//As3CaseLabel"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" eType="#//As3ExpressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3IfStatement" eSuperTypes="#//As3ConditionalStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//IStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//IStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3LabeledStatement" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//IStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Block" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="directives" upperBound="-1" eType="#//IDirective" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3SuperStatement" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" eType="#//As3ExpressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ExpressionStatement" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3EmptyStatement" eSuperTypes="#//IStatement"/> <eClassifiers xsi:type="ecore:EClass" name="As3ExpressionList" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ListExpression" eSuperTypes="#//As3ExpressionList #//IForInit"/> <eClassifiers xsi:type="ecore:EClass" name="As3Arguments" eSuperTypes="#//As3ExpressionList"/> <eClassifiers xsi:type="ecore:EClass" name="As3AssignmentExpression" eSuperTypes="#//As3BinaryExpression #//IAssignmentExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3ConditionalExpression" eSuperTypes="#//IConditionalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//ILogicalExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//IExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3BinaryExpression" abstract="true" eSuperTypes="#//IExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//IExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3LogicalExpression" eSuperTypes="#//As3BinaryExpression #//ILogicalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3BitwiseExpression" eSuperTypes="#//As3BinaryExpression #//IBitwiseExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3EqualityExpression" eSuperTypes="#//As3BinaryExpression #//IEqualityExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3RelationalExpression" eSuperTypes="#//As3BinaryExpression #//IRelationalExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3ShiftExpression" eSuperTypes="#//As3BinaryExpression #//IArithmeticExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3AdditiveExpression" eSuperTypes="#//As3BinaryExpression #//IArithmeticExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3MultiplicativeExpression" eSuperTypes="#//As3BinaryExpression #//IArithmeticExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3UnaryExpression" abstract="true" eSuperTypes="#//IUnaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IUnaryExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3DeleteExpression" eSuperTypes="#//As3UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3VoidExpression" eSuperTypes="#//As3UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3TypeOfExpression" eSuperTypes="#//As3UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3PreIncrementExpression" eSuperTypes="#//As3UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3PreDecrementExpression" eSuperTypes="#//As3UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3UnaryPlusExpression" eSuperTypes="#//As3UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3UnaryMinusExpression" eSuperTypes="#//As3UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3BitwiseNotExpression" eSuperTypes="#//As3UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3LogicalNotExpression" eSuperTypes="#//As3UnaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3PostfixExpression" abstract="true" eSuperTypes="#//IPostfixExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IPostfixExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3PostIncrementExpression" eSuperTypes="#//As3PostfixExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3PostDecrementExpression" eSuperTypes="#//As3PostfixExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3InvocationExpression" eSuperTypes="#//As3PostfixExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" eType="#//As3ExpressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3AccessExpression" eSuperTypes="#//As3PostfixExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//As3PropertyOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3QueryExpression" eSuperTypes="#//As3PostfixExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//As3QueryOperator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3PostfixOperator" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//IIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" eType="#//As3ExpressionList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3PropertyOperator" eSuperTypes="#//As3PostfixOperator"/> <eClassifiers xsi:type="ecore:EClass" name="As3QueryOperator" eSuperTypes="#//As3PostfixOperator"/> <eClassifiers xsi:type="ecore:EClass" name="As3SimpleIdentifier" abstract="true" eSuperTypes="#//INonAttributeIdentifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmReferable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3PropertyIdentifier" eSuperTypes="#//As3SimpleIdentifier #//ILiteralFieldName"/> <eClassifiers xsi:type="ecore:EClass" name="As3QualifiedIdentifier" abstract="true" eSuperTypes="#//IIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" eType="#//As3ExpressionList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//IIdentifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3AttributeQualifiedIdentifier" eSuperTypes="#//As3QualifiedIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="As3NonAttributeQualifiedIdentifier" abstract="true" eSuperTypes="#//As3QualifiedIdentifier #//INonAttributeIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="As3SimpleQualifiedIdentifier" eSuperTypes="#//As3NonAttributeQualifiedIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ExpressionQualifiedIdentifier" eSuperTypes="#//As3NonAttributeQualifiedIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ThisExpression" eSuperTypes="#//IPrimaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3SuperExpression" eSuperTypes="#//IPrimaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3ParenListExpression" eSuperTypes="#//As3ExpressionList #//IPrimaryExpression"/> <eClassifiers xsi:type="ecore:EClass" name="As3FunctionExpression" eSuperTypes="#//IPrimaryExpression #//As3Executable"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmTypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//As3Block" 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="As3NewExpression" eSuperTypes="#//IPrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//IPostfixExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ArrayInitializer" eSuperTypes="#//IPrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//As3ArrayElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ArrayElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ObjectInitializer" eSuperTypes="#//IPrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//As3LiteralField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3LiteralField"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//ILiteralFieldName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//IExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3XmlInitializer" eSuperTypes="#//IPrimaryExpression"> <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="As3NullLiteral" eSuperTypes="#//ILiteral"/> <eClassifiers xsi:type="ecore:EClass" name="As3BooleanLiteral" eSuperTypes="#//ILiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3NumberLiteral" eSuperTypes="#//ILiteral #//ILiteralFieldName"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3StringLiteral" eSuperTypes="#//ILiteral #//ILiteralFieldName"> <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="As3RegexLiteral" eSuperTypes="#//ILiteral"> <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="Iterable" instanceClassName="java.lang.Iterable"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ConditionalBlock" eSuperTypes="#//IStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//IIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//As3Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3ReservedAttribute" eSuperTypes="#//IAttribute"> <eOperations name="isVisibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EEnum ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmVisibility"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="override" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3Attributes"> <eOperations name="isDynamic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isFinal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getVisibility" eType="ecore:EEnum ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmVisibility"/> <eOperations name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isNative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isOverride" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//IAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AvmTypeAccess" instanceClassName="org.axdt.as3.util.AvmTypeAccess"/> <eClassifiers xsi:type="ecore:EClass" name="As3NewVectorExpression" eSuperTypes="#//IPrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="#//As3ArrayInitializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="As3TypeParameter" eSuperTypes="#//As3PostfixExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="ecore:EClass ../../../../org.axdt.avm.runtime/src/main/ecore/Avm.ecore#//AvmType"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mb0/axdt/as3/as3-runtime/src/main/ecore/As3.ecore
ecore
as3 IDirective IPackageDirective ITypeDirective IBlockDirective IStatement IExpression resolveType IAssignmentExpression IConditionalExpression ILogicalExpression IBitwiseExpression IEqualityExpression IRelationalExpression IArithmeticExpression IUnaryExpression IPostfixExpression IPrimaryExpression IIdentifier ILiteral ILiteralFieldName ICaseElement INonAttributeIdentifier IAttribute IForInit IForInInit As3Element As3Identifiable As3Definition name attributes As3Member As3Executable getDeclarations getDirectives parameters As3Program package directives As3Import qualifiedName As3ImportList imports As3Include target As3Use target As3Package directives canonicalName As3Type extendedInterfaces directives As3Class extendedClass As3Interface As3Namespace expression As3Variable type name As3VariableAssign expression As3VariableDefinition constant bindings As3Parameter As3ParameterAssign expression As3ParameterRest As3FieldBinding type expression As3FieldDefinition constant bindings attributes As3Operation getter setter returnType body As3Constructor body As3MetadataTag name parameters As3MetadataParameter name value As3AttributeExpression As3SimpleAttributeExpression ident As3QualifiedAttributeExpression qualifier identifier As3DefaultXmlNamespaceStatement expression As3TryStatement block catches finalBlock As3CatchClause error block As3ThrowStatement expression As3ReturnStatement expression As3WithStatement target statement As3BreakStatement labelName label As3ContinueStatement labelName label As3IterationStatement statement As3ConditionalIterationStatement conditions As3DoStatement As3WhileStatement As3ForStatement init iter As3ForInStatement target init forEach As3ConditionalStatement conditions As3SwitchStatement cases As3CaseLabel As3DefaultCase As3ExpressionCase expressions As3IfStatement statement elseStatement As3LabeledStatement name statement As3Block directives As3SuperStatement arguments As3ExpressionStatement expressions As3EmptyStatement As3ExpressionList expressions As3ListExpression As3Arguments As3AssignmentExpression As3ConditionalExpression condition statement elseStatement As3BinaryExpression left operation right As3LogicalExpression As3BitwiseExpression As3EqualityExpression As3RelationalExpression As3ShiftExpression As3AdditiveExpression As3MultiplicativeExpression As3UnaryExpression expression As3DeleteExpression As3VoidExpression As3TypeOfExpression As3PreIncrementExpression As3PreDecrementExpression As3UnaryPlusExpression As3UnaryMinusExpression As3BitwiseNotExpression As3LogicalNotExpression As3PostfixExpression expression As3PostIncrementExpression As3PostDecrementExpression As3InvocationExpression arguments As3AccessExpression operator As3QueryExpression operator As3PostfixOperator identifier expressions As3PropertyOperator As3QueryOperator As3SimpleIdentifier name reference As3PropertyIdentifier As3QualifiedIdentifier expressions identifier As3AttributeQualifiedIdentifier As3NonAttributeQualifiedIdentifier As3SimpleQualifiedIdentifier qualifier As3ExpressionQualifiedIdentifier qualifier As3ThisExpression As3SuperExpression As3ParenListExpression As3FunctionExpression returnType body name As3NewExpression target As3ArrayInitializer elements As3ArrayElement expression As3ObjectInitializer fields As3LiteralField name expression As3XmlInitializer value As3NullLiteral As3BooleanLiteral value As3NumberLiteral value As3StringLiteral value As3RegexLiteral value Iterable java.lang.Iterable java.lang.Iterable E As3ConditionalBlock condition body As3ReservedAttribute isVisibility visibility static override dynamic final native As3Attributes isDynamic isFinal getVisibility isStatic isNative isOverride attributes AvmTypeAccess org.axdt.as3.util.AvmTypeAccess org.axdt.as3.util.AvmTypeAccess As3NewVectorExpression parameter data As3TypeParameter parameter
null
{"directed":true,"nodes":[{"nsPrefix":"as3","nsURI":"http://axdt.org/uri/As3","name":"as3","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDirective","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPackageDirective","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ITypeDirective","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBlockDirective","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStatement","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IExpression","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAssignmentExpression","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IConditionalExpression","instanceClass":null,"abstract":true,"id":8,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ILogicalExpression","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBitwiseExpression","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IEqualityExpression","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRelationalExpression","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IArithmeticExpression","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IUnaryExpression","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPostfixExpression","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPrimaryExpression","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IIdentifier","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ILiteral","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ILiteralFieldName","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ICaseElement","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INonAttributeIdentifier","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IAttribute","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IForInit","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IForInInit","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Element","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Identifiable","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Definition","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Member","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Executable","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Program","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Import","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ImportList","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Include","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Use","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Package","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Type","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Class","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Interface","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Namespace","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Variable","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3VariableAssign","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3VariableDefinition","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Parameter","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ParameterAssign","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ParameterRest","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3FieldBinding","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3FieldDefinition","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Operation","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Constructor","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3MetadataTag","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3MetadataParameter","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3AttributeExpression","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SimpleAttributeExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3QualifiedAttributeExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3DefaultXmlNamespaceStatement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3TryStatement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3CatchClause","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ThrowStatement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ReturnStatement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3WithStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3BreakStatement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ContinueStatement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3IterationStatement","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ConditionalIterationStatement","instanceClass":null,"abstract":true,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3DoStatement","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3WhileStatement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ForStatement","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ForInStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ConditionalStatement","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SwitchStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3CaseLabel","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3DefaultCase","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ExpressionCase","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3IfStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3LabeledStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Block","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SuperStatement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ExpressionStatement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3EmptyStatement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ExpressionList","instanceClass":null,"abstract":true,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ListExpression","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Arguments","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3AssignmentExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ConditionalExpression","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3BinaryExpression","instanceClass":null,"abstract":true,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3LogicalExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3BitwiseExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3EqualityExpression","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3RelationalExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ShiftExpression","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3AdditiveExpression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3MultiplicativeExpression","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3UnaryExpression","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3DeleteExpression","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3VoidExpression","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3TypeOfExpression","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PreIncrementExpression","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PreDecrementExpression","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3UnaryPlusExpression","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3UnaryMinusExpression","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3BitwiseNotExpression","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3LogicalNotExpression","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PostfixExpression","instanceClass":null,"abstract":true,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PostIncrementExpression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PostDecrementExpression","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3InvocationExpression","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3AccessExpression","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3QueryExpression","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PostfixOperator","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PropertyOperator","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3QueryOperator","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SimpleIdentifier","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3PropertyIdentifier","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3QualifiedIdentifier","instanceClass":null,"abstract":true,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3AttributeQualifiedIdentifier","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3NonAttributeQualifiedIdentifier","instanceClass":null,"abstract":true,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SimpleQualifiedIdentifier","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ExpressionQualifiedIdentifier","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ThisExpression","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3SuperExpression","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ParenListExpression","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3FunctionExpression","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3NewExpression","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ArrayInitializer","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ArrayElement","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ObjectInitializer","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3LiteralField","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3XmlInitializer","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3NullLiteral","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3BooleanLiteral","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3NumberLiteral","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3StringLiteral","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3RegexLiteral","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Iterable","defaultValue":null,"instanceClassName":"java.lang.Iterable","name":"Iterable","instanceClass":"java.lang.Iterable","id":134,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ConditionalBlock","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3ReservedAttribute","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3Attributes","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.axdt.as3.util.AvmTypeAccess","defaultValue":null,"instanceClassName":"org.axdt.as3.util.AvmTypeAccess","name":"AvmTypeAccess","instanceClass":null,"id":138,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3NewVectorExpression","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"As3TypeParameter","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolveType","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDeclarations","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDirectives","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canonicalName","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"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":"constant","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"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"},{"container":false,"ordered":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":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"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":"constant","changeable":true,"lowerBound":0,"iD":false,"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":"bindings","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"getter","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setter","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ident","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","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":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"catches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"error","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"expression","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"container":false,"ordered":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":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"container":false,"ordered":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":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":"statement","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"iter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"container":false,"ordered":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":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forEach","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","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"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":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":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"operation","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":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":416,"derived":false},{"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"},{"container":false,"ordered":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":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"container":false,"ordered":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":474,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":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":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":492,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"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":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"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":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"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":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"name":"E","id":514,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isVisibility","lowerBound":0,"id":520,"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":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":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":522,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"override","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dynamic","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":0,"iD":false,"id":525,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"native","changeable":true,"lowerBound":0,"iD":false,"id":526,"derived":false},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"isDynamic","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFinal","lowerBound":0,"id":536,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getVisibility","lowerBound":0,"id":537,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isStatic","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNative","lowerBound":0,"id":539,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverride","lowerBound":0,"id":540,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":141},{"source":141,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":142},{"source":142,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":20},{"source":4,"target":143},{"source":4,"target":144},{"source":143,"target":3},{"source":144,"target":20},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":145},{"source":145,"target":4},{"source":6,"target":0},{"source":6,"target":146},{"source":146,"target":138},{"source":146,"target":147},{"source":146,"target":6},{"source":147,"target":138},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":148},{"source":148,"target":6},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":149},{"source":149,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":150},{"source":150,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":151},{"source":151,"target":9},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":152},{"source":152,"target":10},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":153},{"source":153,"target":11},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":154},{"source":154,"target":12},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":155},{"source":155,"target":13},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":24},{"source":15,"target":156},{"source":15,"target":157},{"source":156,"target":14},{"source":157,"target":24},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":158},{"source":158,"target":15},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":159},{"source":159,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":160},{"source":160,"target":16},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":161},{"source":161,"target":17},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":162},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":163},{"source":26,"target":164},{"source":163,"target":25},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":165},{"source":27,"target":166},{"source":27,"target":167},{"source":27,"target":168},{"source":165,"target":169},{"source":165,"target":27},{"source":166,"target":137},{"source":166,"target":170},{"source":166,"target":27},{"source":170,"target":137},{"source":167,"target":26},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":3},{"source":28,"target":171},{"source":28,"target":172},{"source":28,"target":173},{"source":171,"target":27},{"source":173,"target":3},{"source":29,"target":0},{"source":29,"target":174},{"source":29,"target":175},{"source":29,"target":176},{"source":29,"target":177},{"source":174,"target":134},{"source":174,"target":178},{"source":174,"target":29},{"source":178,"target":179},{"source":178,"target":134},{"source":175,"target":134},{"source":175,"target":180},{"source":175,"target":29},{"source":180,"target":181},{"source":180,"target":134},{"source":181,"target":1},{"source":176,"target":43},{"source":176,"target":182},{"source":176,"target":29},{"source":182,"target":43},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":183},{"source":30,"target":184},{"source":30,"target":185},{"source":30,"target":186},{"source":183,"target":35},{"source":183,"target":187},{"source":183,"target":30},{"source":187,"target":35},{"source":184,"target":1},{"source":184,"target":188},{"source":184,"target":30},{"source":188,"target":1},{"source":185,"target":25},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":189},{"source":31,"target":190},{"source":31,"target":191},{"source":189,"target":192},{"source":189,"target":31},{"source":190,"target":1},{"source":32,"target":0},{"source":32,"target":4},{"source":32,"target":193},{"source":32,"target":194},{"source":193,"target":31},{"source":193,"target":195},{"source":193,"target":32},{"source":195,"target":31},{"source":194,"target":4},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":196},{"source":33,"target":197},{"source":196,"target":198},{"source":196,"target":33},{"source":197,"target":4},{"source":34,"target":0},{"source":34,"target":4},{"source":34,"target":199},{"source":34,"target":200},{"source":199,"target":80},{"source":199,"target":201},{"source":199,"target":34},{"source":201,"target":80},{"source":200,"target":4},{"source":35,"target":0},{"source":35,"target":26},{"source":35,"target":202},{"source":35,"target":203},{"source":35,"target":204},{"source":35,"target":205},{"source":202,"target":1},{"source":202,"target":206},{"source":202,"target":35},{"source":206,"target":1},{"source":203,"target":207},{"source":203,"target":35},{"source":204,"target":26},{"source":36,"target":0},{"source":36,"target":27},{"source":36,"target":2},{"source":36,"target":208},{"source":36,"target":209},{"source":36,"target":210},{"source":36,"target":211},{"source":36,"target":212},{"source":208,"target":213},{"source":208,"target":36},{"source":209,"target":1},{"source":209,"target":214},{"source":209,"target":36},{"source":214,"target":1},{"source":210,"target":27},{"source":212,"target":2},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":215},{"source":37,"target":216},{"source":37,"target":217},{"source":215,"target":218},{"source":215,"target":37},{"source":216,"target":36},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":219},{"source":38,"target":220},{"source":219,"target":36},{"source":39,"target":0},{"source":39,"target":28},{"source":39,"target":4},{"source":39,"target":221},{"source":39,"target":222},{"source":39,"target":223},{"source":39,"target":224},{"source":221,"target":6},{"source":221,"target":225},{"source":221,"target":39},{"source":225,"target":6},{"source":222,"target":28},{"source":224,"target":4},{"source":40,"target":0},{"source":40,"target":26},{"source":40,"target":226},{"source":40,"target":227},{"source":40,"target":228},{"source":40,"target":229},{"source":226,"target":230},{"source":226,"target":40},{"source":227,"target":231},{"source":227,"target":40},{"source":228,"target":26},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":232},{"source":41,"target":233},{"source":232,"target":6},{"source":232,"target":234},{"source":232,"target":41},{"source":234,"target":6},{"source":233,"target":40},{"source":42,"target":0},{"source":42,"target":5},{"source":42,"target":23},{"source":42,"target":24},{"source":42,"target":235},{"source":42,"target":236},{"source":42,"target":237},{"source":42,"target":238},{"source":42,"target":239},{"source":235,"target":240},{"source":235,"target":42},{"source":236,"target":40},{"source":236,"target":241},{"source":236,"target":42},{"source":241,"target":40},{"source":237,"target":5},{"source":238,"target":23},{"source":239,"target":24},{"source":43,"target":0},{"source":43,"target":40},{"source":43,"target":242},{"source":43,"target":243},{"source":242,"target":40},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":244},{"source":44,"target":245},{"source":244,"target":6},{"source":244,"target":246},{"source":244,"target":44},{"source":246,"target":6},{"source":245,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":247},{"source":247,"target":43},{"source":46,"target":0},{"source":46,"target":28},{"source":46,"target":248},{"source":46,"target":249},{"source":46,"target":250},{"source":46,"target":251},{"source":248,"target":252},{"source":248,"target":46},{"source":249,"target":6},{"source":249,"target":253},{"source":249,"target":46},{"source":253,"target":6},{"source":250,"target":28},{"source":47,"target":0},{"source":47,"target":3},{"source":47,"target":254},{"source":47,"target":255},{"source":47,"target":256},{"source":47,"target":257},{"source":254,"target":258},{"source":254,"target":47},{"source":255,"target":46},{"source":255,"target":259},{"source":255,"target":47},{"source":259,"target":46},{"source":256,"target":137},{"source":256,"target":260},{"source":256,"target":47},{"source":260,"target":137},{"source":257,"target":3},{"source":48,"target":0},{"source":48,"target":28},{"source":48,"target":29},{"source":48,"target":261},{"source":48,"target":262},{"source":48,"target":263},{"source":48,"target":264},{"source":48,"target":265},{"source":48,"target":266},{"source":48,"target":267},{"source":261,"target":268},{"source":261,"target":48},{"source":262,"target":269},{"source":262,"target":48},{"source":263,"target":270},{"source":263,"target":48},{"source":264,"target":76},{"source":264,"target":271},{"source":264,"target":48},{"source":271,"target":76},{"source":265,"target":28},{"source":266,"target":29},{"source":49,"target":0},{"source":49,"target":28},{"source":49,"target":29},{"source":49,"target":272},{"source":49,"target":273},{"source":49,"target":274},{"source":49,"target":275},{"source":272,"target":76},{"source":272,"target":276},{"source":272,"target":49},{"source":276,"target":76},{"source":273,"target":28},{"source":274,"target":29},{"source":50,"target":0},{"source":50,"target":22},{"source":50,"target":277},{"source":50,"target":278},{"source":50,"target":279},{"source":277,"target":280},{"source":277,"target":50},{"source":278,"target":51},{"source":278,"target":281},{"source":278,"target":50},{"source":281,"target":51},{"source":279,"target":22},{"source":51,"target":0},{"source":51,"target":282},{"source":51,"target":283},{"source":282,"target":284},{"source":282,"target":51},{"source":283,"target":18},{"source":283,"target":285},{"source":283,"target":51},{"source":285,"target":18},{"source":52,"target":0},{"source":52,"target":22},{"source":52,"target":286},{"source":286,"target":22},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":287},{"source":53,"target":288},{"source":287,"target":17},{"source":287,"target":289},{"source":287,"target":53},{"source":289,"target":17},{"source":288,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":290},{"source":54,"target":291},{"source":54,"target":292},{"source":290,"target":52},{"source":290,"target":293},{"source":290,"target":54},{"source":293,"target":52},{"source":291,"target":17},{"source":291,"target":294},{"source":291,"target":54},{"source":294,"target":17},{"source":292,"target":52},{"source":55,"target":0},{"source":55,"target":5},{"source":55,"target":295},{"source":55,"target":296},{"source":295,"target":6},{"source":295,"target":297},{"source":295,"target":55},{"source":297,"target":6},{"source":296,"target":5},{"source":56,"target":0},{"source":56,"target":5},{"source":56,"target":298},{"source":56,"target":299},{"source":56,"target":300},{"source":56,"target":301},{"source":298,"target":76},{"source":298,"target":302},{"source":298,"target":56},{"source":302,"target":76},{"source":299,"target":57},{"source":299,"target":303},{"source":299,"target":56},{"source":303,"target":57},{"source":300,"target":76},{"source":300,"target":304},{"source":300,"target":56},{"source":304,"target":76},{"source":301,"target":5},{"source":57,"target":0},{"source":57,"target":305},{"source":57,"target":306},{"source":305,"target":307},{"source":305,"target":57},{"source":306,"target":76},{"source":306,"target":308},{"source":306,"target":57},{"source":308,"target":76},{"source":58,"target":0},{"source":58,"target":5},{"source":58,"target":309},{"source":58,"target":310},{"source":309,"target":80},{"source":309,"target":311},{"source":309,"target":58},{"source":311,"target":80},{"source":310,"target":5},{"source":59,"target":0},{"source":59,"target":5},{"source":59,"target":312},{"source":59,"target":313},{"source":312,"target":80},{"source":312,"target":314},{"source":312,"target":59},{"source":314,"target":80},{"source":313,"target":5},{"source":60,"target":0},{"source":60,"target":5},{"source":60,"target":315},{"source":60,"target":316},{"source":60,"target":317},{"source":315,"target":80},{"source":315,"target":318},{"source":315,"target":60},{"source":318,"target":80},{"source":316,"target":5},{"source":316,"target":319},{"source":316,"target":60},{"source":319,"target":5},{"source":317,"target":5},{"source":61,"target":0},{"source":61,"target":5},{"source":61,"target":320},{"source":61,"target":321},{"source":61,"target":322},{"source":320,"target":323},{"source":320,"target":61},{"source":321,"target":75},{"source":321,"target":324},{"source":321,"target":61},{"source":324,"target":75},{"source":322,"target":5},{"source":62,"target":0},{"source":62,"target":5},{"source":62,"target":325},{"source":62,"target":326},{"source":62,"target":327},{"source":325,"target":328},{"source":325,"target":62},{"source":326,"target":75},{"source":326,"target":329},{"source":326,"target":62},{"source":329,"target":75},{"source":327,"target":5},{"source":63,"target":0},{"source":63,"target":5},{"source":63,"target":330},{"source":63,"target":331},{"source":330,"target":5},{"source":330,"target":332},{"source":330,"target":63},{"source":332,"target":5},{"source":331,"target":5},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":333},{"source":64,"target":334},{"source":333,"target":80},{"source":333,"target":335},{"source":333,"target":64},{"source":335,"target":80},{"source":334,"target":63},{"source":65,"target":0},{"source":65,"target":64},{"source":65,"target":336},{"source":336,"target":64},{"source":66,"target":0},{"source":66,"target":64},{"source":66,"target":337},{"source":337,"target":64},{"source":67,"target":0},{"source":67,"target":64},{"source":67,"target":338},{"source":67,"target":339},{"source":67,"target":340},{"source":338,"target":23},{"source":338,"target":341},{"source":338,"target":67},{"source":341,"target":23},{"source":339,"target":80},{"source":339,"target":342},{"source":339,"target":67},{"source":342,"target":80},{"source":340,"target":64},{"source":68,"target":0},{"source":68,"target":63},{"source":68,"target":343},{"source":68,"target":344},{"source":68,"target":345},{"source":68,"target":346},{"source":343,"target":80},{"source":343,"target":347},{"source":343,"target":68},{"source":347,"target":80},{"source":344,"target":24},{"source":344,"target":348},{"source":344,"target":68},{"source":348,"target":24},{"source":345,"target":349},{"source":345,"target":68},{"source":346,"target":63},{"source":69,"target":0},{"source":69,"target":5},{"source":69,"target":350},{"source":69,"target":351},{"source":350,"target":80},{"source":350,"target":352},{"source":350,"target":69},{"source":352,"target":80},{"source":351,"target":5},{"source":70,"target":0},{"source":70,"target":69},{"source":70,"target":353},{"source":70,"target":354},{"source":353,"target":20},{"source":353,"target":355},{"source":353,"target":70},{"source":355,"target":20},{"source":354,"target":69},{"source":71,"target":0},{"source":71,"target":20},{"source":71,"target":356},{"source":356,"target":20},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":357},{"source":357,"target":71},{"source":73,"target":0},{"source":73,"target":71},{"source":73,"target":358},{"source":73,"target":359},{"source":358,"target":80},{"source":358,"target":360},{"source":358,"target":73},{"source":360,"target":80},{"source":359,"target":71},{"source":74,"target":0},{"source":74,"target":69},{"source":74,"target":361},{"source":74,"target":362},{"source":74,"target":363},{"source":361,"target":5},{"source":361,"target":364},{"source":361,"target":74},{"source":364,"target":5},{"source":362,"target":5},{"source":362,"target":365},{"source":362,"target":74},{"source":365,"target":5},{"source":363,"target":69},{"source":75,"target":0},{"source":75,"target":5},{"source":75,"target":366},{"source":75,"target":367},{"source":75,"target":368},{"source":366,"target":369},{"source":366,"target":75},{"source":367,"target":5},{"source":367,"target":370},{"source":367,"target":75},{"source":370,"target":5},{"source":368,"target":5},{"source":76,"target":0},{"source":76,"target":5},{"source":76,"target":371},{"source":76,"target":372},{"source":371,"target":1},{"source":371,"target":373},{"source":371,"target":76},{"source":373,"target":1},{"source":372,"target":5},{"source":77,"target":0},{"source":77,"target":5},{"source":77,"target":374},{"source":77,"target":375},{"source":374,"target":80},{"source":374,"target":376},{"source":374,"target":77},{"source":376,"target":80},{"source":375,"target":5},{"source":78,"target":0},{"source":78,"target":5},{"source":78,"target":377},{"source":78,"target":378},{"source":377,"target":6},{"source":377,"target":379},{"source":377,"target":78},{"source":379,"target":6},{"source":378,"target":5},{"source":79,"target":0},{"source":79,"target":5},{"source":79,"target":380},{"source":380,"target":5},{"source":80,"target":0},{"source":80,"target":381},{"source":381,"target":6},{"source":381,"target":382},{"source":381,"target":80},{"source":382,"target":6},{"source":81,"target":0},{"source":81,"target":80},{"source":81,"target":23},{"source":81,"target":383},{"source":81,"target":384},{"source":383,"target":80},{"source":384,"target":23},{"source":82,"target":0},{"source":82,"target":80},{"source":82,"target":385},{"source":385,"target":80},{"source":83,"target":0},{"source":83,"target":85},{"source":83,"target":7},{"source":83,"target":386},{"source":83,"target":387},{"source":386,"target":85},{"source":387,"target":7},{"source":84,"target":0},{"source":84,"target":8},{"source":84,"target":388},{"source":84,"target":389},{"source":84,"target":390},{"source":84,"target":391},{"source":388,"target":9},{"source":388,"target":392},{"source":388,"target":84},{"source":392,"target":9},{"source":389,"target":6},{"source":389,"target":393},{"source":389,"target":84},{"source":393,"target":6},{"source":390,"target":6},{"source":390,"target":394},{"source":390,"target":84},{"source":394,"target":6},{"source":391,"target":8},{"source":85,"target":0},{"source":85,"target":6},{"source":85,"target":395},{"source":85,"target":396},{"source":85,"target":397},{"source":85,"target":398},{"source":395,"target":6},{"source":395,"target":399},{"source":395,"target":85},{"source":399,"target":6},{"source":396,"target":400},{"source":396,"target":85},{"source":397,"target":6},{"source":397,"target":401},{"source":397,"target":85},{"source":401,"target":6},{"source":398,"target":6},{"source":86,"target":0},{"source":86,"target":85},{"source":86,"target":9},{"source":86,"target":402},{"source":86,"target":403},{"source":402,"target":85},{"source":403,"target":9},{"source":87,"target":0},{"source":87,"target":85},{"source":87,"target":10},{"source":87,"target":404},{"source":87,"target":405},{"source":404,"target":85},{"source":405,"target":10},{"source":88,"target":0},{"source":88,"target":85},{"source":88,"target":11},{"source":88,"target":406},{"source":88,"target":407},{"source":406,"target":85},{"source":407,"target":11},{"source":89,"target":0},{"source":89,"target":85},{"source":89,"target":12},{"source":89,"target":408},{"source":89,"target":409},{"source":408,"target":85},{"source":409,"target":12},{"source":90,"target":0},{"source":90,"target":85},{"source":90,"target":13},{"source":90,"target":410},{"source":90,"target":411},{"source":410,"target":85},{"source":411,"target":13},{"source":91,"target":0},{"source":91,"target":85},{"source":91,"target":13},{"source":91,"target":412},{"source":91,"target":413},{"source":412,"target":85},{"source":413,"target":13},{"source":92,"target":0},{"source":92,"target":85},{"source":92,"target":13},{"source":92,"target":414},{"source":92,"target":415},{"source":414,"target":85},{"source":415,"target":13},{"source":93,"target":0},{"source":93,"target":14},{"source":93,"target":416},{"source":93,"target":417},{"source":416,"target":14},{"source":416,"target":418},{"source":416,"target":93},{"source":418,"target":14},{"source":417,"target":14},{"source":94,"target":0},{"source":94,"target":93},{"source":94,"target":419},{"source":419,"target":93},{"source":95,"target":0},{"source":95,"target":93},{"source":95,"target":420},{"source":420,"target":93},{"source":96,"target":0},{"source":96,"target":93},{"source":96,"target":421},{"source":421,"target":93},{"source":97,"target":0},{"source":97,"target":93},{"source":97,"target":422},{"source":422,"target":93},{"source":98,"target":0},{"source":98,"target":93},{"source":98,"target":423},{"source":423,"target":93},{"source":99,"target":0},{"source":99,"target":93},{"source":99,"target":424},{"source":424,"target":93},{"source":100,"target":0},{"source":100,"target":93},{"source":100,"target":425},{"source":425,"target":93},{"source":101,"target":0},{"source":101,"target":93},{"source":101,"target":426},{"source":426,"target":93},{"source":102,"target":0},{"source":102,"target":93},{"source":102,"target":427},{"source":427,"target":93},{"source":103,"target":0},{"source":103,"target":15},{"source":103,"target":428},{"source":103,"target":429},{"source":428,"target":15},{"source":428,"target":430},{"source":428,"target":103},{"source":430,"target":15},{"source":429,"target":15},{"source":104,"target":0},{"source":104,"target":103},{"source":104,"target":431},{"source":431,"target":103},{"source":105,"target":0},{"source":105,"target":103},{"source":105,"target":432},{"source":432,"target":103},{"source":106,"target":0},{"source":106,"target":103},{"source":106,"target":433},{"source":106,"target":434},{"source":433,"target":80},{"source":433,"target":435},{"source":433,"target":106},{"source":435,"target":80},{"source":434,"target":103},{"source":107,"target":0},{"source":107,"target":103},{"source":107,"target":436},{"source":107,"target":437},{"source":436,"target":110},{"source":436,"target":438},{"source":436,"target":107},{"source":438,"target":110},{"source":437,"target":103},{"source":108,"target":0},{"source":108,"target":103},{"source":108,"target":439},{"source":108,"target":440},{"source":439,"target":111},{"source":439,"target":441},{"source":439,"target":108},{"source":441,"target":111},{"source":440,"target":103},{"source":109,"target":0},{"source":109,"target":442},{"source":109,"target":443},{"source":442,"target":17},{"source":442,"target":444},{"source":442,"target":109},{"source":444,"target":17},{"source":443,"target":80},{"source":443,"target":445},{"source":443,"target":109},{"source":445,"target":80},{"source":110,"target":0},{"source":110,"target":109},{"source":110,"target":446},{"source":446,"target":109},{"source":111,"target":0},{"source":111,"target":109},{"source":111,"target":447},{"source":447,"target":109},{"source":112,"target":0},{"source":112,"target":21},{"source":112,"target":448},{"source":112,"target":449},{"source":112,"target":450},{"source":448,"target":451},{"source":448,"target":112},{"source":449,"target":452},{"source":449,"target":112},{"source":450,"target":21},{"source":113,"target":0},{"source":113,"target":112},{"source":113,"target":19},{"source":113,"target":453},{"source":113,"target":454},{"source":453,"target":112},{"source":454,"target":19},{"source":114,"target":0},{"source":114,"target":17},{"source":114,"target":455},{"source":114,"target":456},{"source":114,"target":457},{"source":455,"target":80},{"source":455,"target":458},{"source":455,"target":114},{"source":458,"target":80},{"source":456,"target":17},{"source":456,"target":459},{"source":456,"target":114},{"source":459,"target":17},{"source":457,"target":17},{"source":115,"target":0},{"source":115,"target":114},{"source":115,"target":460},{"source":460,"target":114},{"source":116,"target":0},{"source":116,"target":114},{"source":116,"target":21},{"source":116,"target":461},{"source":116,"target":462},{"source":461,"target":114},{"source":462,"target":21},{"source":117,"target":0},{"source":117,"target":116},{"source":117,"target":463},{"source":117,"target":464},{"source":463,"target":6},{"source":463,"target":465},{"source":463,"target":117},{"source":465,"target":6},{"source":464,"target":116},{"source":118,"target":0},{"source":118,"target":116},{"source":118,"target":466},{"source":118,"target":467},{"source":466,"target":6},{"source":466,"target":468},{"source":466,"target":118},{"source":468,"target":6},{"source":467,"target":116},{"source":119,"target":0},{"source":119,"target":16},{"source":119,"target":469},{"source":469,"target":16},{"source":120,"target":0},{"source":120,"target":16},{"source":120,"target":470},{"source":470,"target":16},{"source":121,"target":0},{"source":121,"target":80},{"source":121,"target":16},{"source":121,"target":471},{"source":121,"target":472},{"source":471,"target":80},{"source":472,"target":16},{"source":122,"target":0},{"source":122,"target":16},{"source":122,"target":29},{"source":122,"target":473},{"source":122,"target":474},{"source":122,"target":475},{"source":122,"target":476},{"source":122,"target":477},{"source":473,"target":478},{"source":473,"target":122},{"source":474,"target":76},{"source":474,"target":479},{"source":474,"target":122},{"source":479,"target":76},{"source":475,"target":480},{"source":475,"target":122},{"source":476,"target":16},{"source":477,"target":29},{"source":123,"target":0},{"source":123,"target":16},{"source":123,"target":481},{"source":123,"target":482},{"source":481,"target":15},{"source":481,"target":483},{"source":481,"target":123},{"source":483,"target":15},{"source":482,"target":16},{"source":124,"target":0},{"source":124,"target":16},{"source":124,"target":484},{"source":124,"target":485},{"source":484,"target":125},{"source":484,"target":486},{"source":484,"target":124},{"source":486,"target":125},{"source":485,"target":16},{"source":125,"target":0},{"source":125,"target":487},{"source":487,"target":6},{"source":487,"target":488},{"source":487,"target":125},{"source":488,"target":6},{"source":126,"target":0},{"source":126,"target":16},{"source":126,"target":489},{"source":126,"target":490},{"source":489,"target":127},{"source":489,"target":491},{"source":489,"target":126},{"source":491,"target":127},{"source":490,"target":16},{"source":127,"target":0},{"source":127,"target":492},{"source":127,"target":493},{"source":492,"target":19},{"source":492,"target":494},{"source":492,"target":127},{"source":494,"target":19},{"source":493,"target":6},{"source":493,"target":495},{"source":493,"target":127},{"source":495,"target":6},{"source":128,"target":0},{"source":128,"target":16},{"source":128,"target":496},{"source":128,"target":497},{"source":496,"target":498},{"source":496,"target":128},{"source":497,"target":16},{"source":129,"target":0},{"source":129,"target":18},{"source":129,"target":499},{"source":499,"target":18},{"source":130,"target":0},{"source":130,"target":18},{"source":130,"target":500},{"source":130,"target":501},{"source":500,"target":502},{"source":500,"target":130},{"source":501,"target":18},{"source":131,"target":0},{"source":131,"target":18},{"source":131,"target":19},{"source":131,"target":503},{"source":131,"target":504},{"source":131,"target":505},{"source":503,"target":506},{"source":503,"target":131},{"source":504,"target":18},{"source":505,"target":19},{"source":132,"target":0},{"source":132,"target":18},{"source":132,"target":19},{"source":132,"target":507},{"source":132,"target":508},{"source":132,"target":509},{"source":507,"target":510},{"source":507,"target":132},{"source":508,"target":18},{"source":509,"target":19},{"source":133,"target":0},{"source":133,"target":18},{"source":133,"target":511},{"source":133,"target":512},{"source":511,"target":513},{"source":511,"target":133},{"source":512,"target":18},{"source":134,"target":0},{"source":134,"target":514},{"source":135,"target":0},{"source":135,"target":5},{"source":135,"target":515},{"source":135,"target":516},{"source":135,"target":517},{"source":515,"target":17},{"source":515,"target":518},{"source":515,"target":135},{"source":518,"target":17},{"source":516,"target":76},{"source":516,"target":519},{"source":516,"target":135},{"source":519,"target":76},{"source":517,"target":5},{"source":136,"target":0},{"source":136,"target":22},{"source":136,"target":520},{"source":136,"target":521},{"source":136,"target":522},{"source":136,"target":523},{"source":136,"target":524},{"source":136,"target":525},{"source":136,"target":526},{"source":136,"target":527},{"source":520,"target":528},{"source":520,"target":136},{"source":521,"target":529},{"source":521,"target":136},{"source":522,"target":530},{"source":522,"target":136},{"source":523,"target":531},{"source":523,"target":136},{"source":524,"target":532},{"source":524,"target":136},{"source":525,"target":533},{"source":525,"target":136},{"source":526,"target":534},{"source":526,"target":136},{"source":527,"target":22},{"source":137,"target":0},{"source":137,"target":535},{"source":137,"target":536},{"source":137,"target":537},{"source":137,"target":538},{"source":137,"target":539},{"source":137,"target":540},{"source":137,"target":541},{"source":535,"target":542},{"source":535,"target":137},{"source":536,"target":543},{"source":536,"target":137},{"source":537,"target":544},{"source":537,"target":137},{"source":538,"target":545},{"source":538,"target":137},{"source":539,"target":546},{"source":539,"target":137},{"source":540,"target":547},{"source":540,"target":137},{"source":541,"target":22},{"source":541,"target":548},{"source":541,"target":137},{"source":548,"target":22},{"source":138,"target":0},{"source":139,"target":0},{"source":139,"target":16},{"source":139,"target":549},{"source":139,"target":550},{"source":139,"target":551},{"source":549,"target":552},{"source":549,"target":139},{"source":550,"target":124},{"source":550,"target":553},{"source":550,"target":139},{"source":553,"target":124},{"source":551,"target":16},{"source":140,"target":0},{"source":140,"target":103},{"source":140,"target":554},{"source":140,"target":555},{"source":554,"target":556},{"source":554,"target":140},{"source":555,"target":103}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="EA_Model" nsURI="http://EA_Model/1.0" nsPrefix="EA_Model"> <eClassifiers xsi:type="ecore:EClass" name="CrashedVehicle" eSuperTypes="#//TravelingVehicle"> <eStructuralFeatures xsi:type="ecore:EReference" name="accident" lowerBound="1" eType="#//RoadTrafficAccident" eOpposite="#//RoadTrafficAccident/vehicles"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roadwaywithaccident" lowerBound="1" eType="#//RoadwayWithAccident" eOpposite="#//RoadwayWithAccident/crashedvehicle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeceasedPerson" eSuperTypes="#//Person"/> <eClassifiers xsi:type="ecore:EClass" name="Driver" eSuperTypes="#//Traveler"/> <eClassifiers xsi:type="ecore:EClass" name="LivingPerson" eSuperTypes="#//Person"/> <eClassifiers xsi:type="ecore:EClass" name="Passenger" eSuperTypes="#//Traveler"/> <eClassifiers xsi:type="ecore:EClass" name="Person"/> <eClassifiers xsi:type="ecore:EClass" name="RearEndCollision" eSuperTypes="#//RoadTrafficAccident"/> <eClassifiers xsi:type="ecore:EClass" name="RoadTrafficAccident"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fatalvictims" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vehicles" lowerBound="1" upperBound="-1" eType="#//CrashedVehicle" eOpposite="#//CrashedVehicle/accident"/> <eStructuralFeatures xsi:type="ecore:EReference" name="victims" lowerBound="1" upperBound="-1" eType="#//Victim" eOpposite="#//Victim/accident"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roadwaywithaccident" lowerBound="1" eType="#//RoadwayWithAccident" eOpposite="#//RoadwayWithAccident/roadtrafficaccident"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Roadway"/> <eClassifiers xsi:type="ecore:EClass" name="RoadwayWithAccident" eSuperTypes="#//Roadway"> <eStructuralFeatures xsi:type="ecore:EReference" name="roadtrafficaccident" lowerBound="1" upperBound="-1" eType="#//RoadTrafficAccident" eOpposite="#//RoadTrafficAccident/roadwaywithaccident"/> <eStructuralFeatures xsi:type="ecore:EReference" name="crashedvehicle" lowerBound="1" upperBound="-1" eType="#//CrashedVehicle" eOpposite="#//CrashedVehicle/roadwaywithaccident"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Travel"> <eStructuralFeatures xsi:type="ecore:EReference" name="travelers" lowerBound="1" upperBound="-1" eType="#//Traveler" eOpposite="#//Traveler/travel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vehicle" lowerBound="1" eType="#//TravelingVehicle" eOpposite="#//TravelingVehicle/travel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Traveler" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="travel" lowerBound="1" eType="#//Travel" eOpposite="#//Travel/travelers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TravelingVehicle" eSuperTypes="#//Vehicle"> <eStructuralFeatures xsi:type="ecore:EReference" name="travel" lowerBound="1" eType="#//Travel" eOpposite="#//Travel/vehicle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vehicle"/> <eClassifiers xsi:type="ecore:EClass" name="Victim" eSuperTypes="#//Traveler"> <eStructuralFeatures xsi:type="ecore:EReference" name="accident" lowerBound="1" eType="#//RoadTrafficAccident" eOpposite="#//RoadTrafficAccident/victims"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/guylerme/menthor-patterns/net.menthor.ontouml2ecore/src/net/menthor/ontouml2ecore/tests/models/RoadTrafficAccident.ecore
ecore
EA_Model CrashedVehicle accident roadwaywithaccident DeceasedPerson Driver LivingPerson Passenger Person RearEndCollision RoadTrafficAccident fatalvictims vehicles victims roadwaywithaccident Roadway RoadwayWithAccident roadtrafficaccident crashedvehicle Travel travelers vehicle Traveler travel TravelingVehicle travel Vehicle Victim accident
null
{"directed":true,"nodes":[{"nsPrefix":"EA_Model","nsURI":"http://EA_Model/1.0","name":"EA_Model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrashedVehicle","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeceasedPerson","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Driver","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LivingPerson","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Passenger","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RearEndCollision","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoadTrafficAccident","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roadway","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoadwayWithAccident","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Travel","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Traveler","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TravelingVehicle","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vehicle","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Victim","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accident","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":false,"unsettable":false,"transient":false,"unique":true,"name":"roadwaywithaccident","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vehicles","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"crashedvehicle","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":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fatalvictims","changeable":true,"lowerBound":1,"iD":false,"id":28,"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":"victims","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roadwaywithaccident","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accident","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roadtrafficaccident","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"travelers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vehicle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"travel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"travel","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"},{"id":51,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":13},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":16,"target":8},{"source":16,"target":19},{"source":16,"target":1},{"source":16,"target":20},{"source":19,"target":8},{"source":17,"target":10},{"source":17,"target":21},{"source":17,"target":1},{"source":17,"target":22},{"source":21,"target":10},{"source":18,"target":13},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":23},{"source":23,"target":6},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":24},{"source":24,"target":12},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":25},{"source":25,"target":6},{"source":5,"target":0},{"source":5,"target":12},{"source":5,"target":26},{"source":26,"target":12},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":27},{"source":27,"target":8},{"source":8,"target":0},{"source":8,"target":28},{"source":8,"target":20},{"source":8,"target":29},{"source":8,"target":30},{"source":28,"target":31},{"source":28,"target":8},{"source":20,"target":1},{"source":20,"target":32},{"source":20,"target":8},{"source":20,"target":16},{"source":32,"target":1},{"source":29,"target":15},{"source":29,"target":33},{"source":29,"target":8},{"source":29,"target":34},{"source":33,"target":15},{"source":30,"target":10},{"source":30,"target":35},{"source":30,"target":8},{"source":30,"target":36},{"source":35,"target":10},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":36},{"source":10,"target":22},{"source":10,"target":37},{"source":36,"target":8},{"source":36,"target":38},{"source":36,"target":10},{"source":36,"target":30},{"source":38,"target":8},{"source":22,"target":1},{"source":22,"target":39},{"source":22,"target":10},{"source":22,"target":17},{"source":39,"target":1},{"source":37,"target":9},{"source":11,"target":0},{"source":11,"target":40},{"source":11,"target":41},{"source":40,"target":12},{"source":40,"target":42},{"source":40,"target":11},{"source":40,"target":43},{"source":42,"target":12},{"source":41,"target":13},{"source":41,"target":44},{"source":41,"target":11},{"source":41,"target":45},{"source":44,"target":13},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":43},{"source":12,"target":46},{"source":43,"target":11},{"source":43,"target":47},{"source":43,"target":12},{"source":43,"target":40},{"source":47,"target":11},{"source":46,"target":6},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":45},{"source":13,"target":48},{"source":45,"target":11},{"source":45,"target":49},{"source":45,"target":13},{"source":45,"target":41},{"source":49,"target":11},{"source":48,"target":14},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":34},{"source":15,"target":50},{"source":34,"target":8},{"source":34,"target":51},{"source":34,"target":15},{"source":34,"target":29},{"source":51,"target":8},{"source":50,"target":12}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="iTrace" nsURI="org.eclipse.kybele.iTrace" nsPrefix="iTrace"> <eClassifiers xsi:type="ecore:EClass" name="iTraceModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="traceLinks" lowerBound="1" upperBound="-1" eType="#//TraceLink" containment="true" eOpposite="#//TraceLink/iTraceModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="artefacts" lowerBound="1" upperBound="-1" eType="#//Artefact" containment="true" eOpposite="#//Artefact/iTraceModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specificFeatures" eType="#//SpecificFeature" containment="true" eOpposite="#//SpecificFeature/iTraceModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceLink" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdOn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="2011-09-01"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fromFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElements" upperBound="-1" eType="#//SourceElement" containment="true" eOpposite="#//SourceElement/traceLink"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iTraceModel" lowerBound="1" eType="#//iTraceModel" eOpposite="#//iTraceModel/traceLinks"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" lowerBound="1" eType="#//Mode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="technicalBinding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceLinkElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//Model" eOpposite="#//Model/elements"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="M2MLink" eSuperTypes="#//TraceLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetElements" upperBound="-1" eType="#//TargetElement" containment="true" eOpposite="#//TargetElement/traceLink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="M2TLink" eSuperTypes="#//TraceLink"> <eStructuralFeatures xsi:type="ecore:EReference" name="targetBlocks" upperBound="-1" eType="#//Block" containment="true" eOpposite="#//Block/traceLink"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artefact" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aspect" lowerBound="1" eType="#//Aspect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iTraceModel" lowerBound="1" eType="#//iTraceModel" eOpposite="#//iTraceModel/artefacts"/> <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="abstractionLevel" lowerBound="1" eType="#//AbstractionLevel"/> <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="Code" eSuperTypes="#//Artefact"> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//Block" eOpposite="#//Block/code"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blockNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startColumn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endColumn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="code" lowerBound="1" eType="#//Code" eOpposite="#//Code/blocks"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceLink" lowerBound="1" eType="#//M2TLink" eOpposite="#//M2TLink/targetBlocks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Artefact"> <eOperations name="getModelType" eType="#//ModelType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//TraceLinkElement" eOpposite="#//TraceLinkElement/model"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceElement" eSuperTypes="#//TraceLinkElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="traceLink" lowerBound="1" eType="#//TraceLink" eOpposite="#//TraceLink/sourceElements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TargetElement" eSuperTypes="#//TraceLinkElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="traceLink" lowerBound="1" eType="#//M2MLink" eOpposite="#//M2MLink/targetElements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AbstractionLevel"> <eLiterals name="UNSPECIFIED"/> <eLiterals name="CIM" value="1"/> <eLiterals name="PIM" value="2"/> <eLiterals name="PSM" value="3"/> <eLiterals name="PDM" value="4"/> <eLiterals name="CODE" value="5"/> <eLiterals name="ANNOTATION" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Aspect"> <eLiterals name="Unspecified" literal="Unspecified"/> <eLiterals name="Architecture" value="1"/> <eLiterals name="Behaviour" value="2"/> <eLiterals name="Content" value="3"/> <eLiterals name="Interface" value="4"/> <eLiterals name="Quality" value="4"/> <eLiterals name="Semantics" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Mode"> <eLiterals name="Manual" value="1"/> <eLiterals name="Automatic"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="Transformation"/> <eLiterals name="Annotation" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specificFeature" lowerBound="1" eType="#//SpecificFeature" eOpposite="#//SpecificFeature/features"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" lowerBound="1" upperBound="-1" eType="#//Feature" containment="true" eOpposite="#//Feature/specificFeature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="groupName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iTraceModel" lowerBound="1" eType="#//iTraceModel" eOpposite="#//iTraceModel/specificFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ModelType"> <eLiterals name="Source"/> <eLiterals name="Target" value="1"/> <eLiterals name="Both" value="2"/> <eLiterals name="None" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/KybeleResearch/i-trace/iTrace.ui/src/iTrace/ui/transformations/resources/iTrace.ecore
ecore
iTrace iTraceModel traceLinks artefacts version projectName specificFeatures TraceLink createdOn 2011-09-01 type fromFileName comment sourceElements iTraceModel createdBy mode technicalBinding ruleName TraceLinkElement ref model type object M2MLink targetElements M2TLink targetBlocks Artefact aspect iTraceModel name abstractionLevel path Code blocks Block blockNumber startLine endLine startColumn endColumn code traceLink Model getModelType elements metamodel SourceElement traceLink TargetElement traceLink AbstractionLevel UNSPECIFIED UNSPECIFIED CIM CIM PIM PIM PSM PSM PDM PDM CODE CODE ANNOTATION ANNOTATION Aspect Unspecified Unspecified Architecture Architecture Behaviour Behaviour Content Content Interface Interface Quality Quality Semantics Semantics Mode Manual Manual Automatic Automatic Type Transformation Transformation Annotation Annotation Feature attribute value specificFeature SpecificFeature features groupName iTraceModel ModelType Source Source Target Target Both Both None None
null
{"directed":true,"nodes":[{"nsPrefix":"iTrace","nsURI":"org.eclipse.kybele.iTrace","name":"iTrace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"iTraceModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLink","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLinkElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"M2MLink","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"M2TLink","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artefact","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Code","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetElement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AbstractionLevel","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Aspect","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Mode","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificFeature","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"traceLinks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"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":"artefacts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"projectName","changeable":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"specificFeatures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"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":"iTraceModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iTraceModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"iTraceModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"2011-09-01","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2011-09-01","unsettable":false,"transient":false,"unique":true,"name":"createdOn","changeable":true,"lowerBound":1,"iD":false,"id":32,"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":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":"fromFileName","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":"comment","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":"sourceElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createdBy","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"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":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":"technicalBinding","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ruleName","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traceLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"type","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traceLink","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"targetBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traceLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aspect","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstractionLevel","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"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":"blockNumber","changeable":true,"lowerBound":1,"iD":false,"id":82,"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":"startLine","changeable":true,"lowerBound":1,"iD":false,"id":83,"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":"endLine","changeable":true,"lowerBound":1,"iD":false,"id":84,"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":"startColumn","changeable":true,"lowerBound":1,"iD":false,"id":85,"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":"endColumn","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getModelType","lowerBound":0,"id":94,"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":"metamodel","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"name":"UNSPECIFIED","id":104,"value":0,"literal":"UNSPECIFIED","eClass":"EEnumLiteral"},{"name":"CIM","id":105,"value":1,"literal":"CIM","eClass":"EEnumLiteral"},{"name":"PIM","id":106,"value":2,"literal":"PIM","eClass":"EEnumLiteral"},{"name":"PSM","id":107,"value":3,"literal":"PSM","eClass":"EEnumLiteral"},{"name":"PDM","id":108,"value":4,"literal":"PDM","eClass":"EEnumLiteral"},{"name":"CODE","id":109,"value":5,"literal":"CODE","eClass":"EEnumLiteral"},{"name":"ANNOTATION","id":110,"value":6,"literal":"ANNOTATION","eClass":"EEnumLiteral"},{"name":"Unspecified","id":111,"value":0,"literal":"Unspecified","eClass":"EEnumLiteral"},{"name":"Architecture","id":112,"value":1,"literal":"Architecture","eClass":"EEnumLiteral"},{"name":"Behaviour","id":113,"value":2,"literal":"Behaviour","eClass":"EEnumLiteral"},{"name":"Content","id":114,"value":3,"literal":"Content","eClass":"EEnumLiteral"},{"name":"Interface","id":115,"value":4,"literal":"Interface","eClass":"EEnumLiteral"},{"name":"Quality","id":116,"value":4,"literal":"Quality","eClass":"EEnumLiteral"},{"name":"Semantics","id":117,"value":6,"literal":"Semantics","eClass":"EEnumLiteral"},{"name":"Manual","id":118,"value":1,"literal":"Manual","eClass":"EEnumLiteral"},{"name":"Automatic","id":119,"value":0,"literal":"Automatic","eClass":"EEnumLiteral"},{"name":"Transformation","id":120,"value":0,"literal":"Transformation","eClass":"EEnumLiteral"},{"name":"Annotation","id":121,"value":1,"literal":"Annotation","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":"attribute","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"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":"specificFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"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":"features","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"groupName","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"name":"Source","id":133,"value":0,"literal":"Source","eClass":"EEnumLiteral"},{"name":"Target","id":134,"value":1,"literal":"Target","eClass":"EEnumLiteral"},{"name":"Both","id":135,"value":2,"literal":"Both","eClass":"EEnumLiteral"},{"name":"None","id":136,"value":3,"literal":"None","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":19,"target":2},{"source":19,"target":24},{"source":19,"target":1},{"source":19,"target":25},{"source":24,"target":2},{"source":20,"target":6},{"source":20,"target":26},{"source":20,"target":1},{"source":20,"target":27},{"source":26,"target":6},{"source":21,"target":28},{"source":21,"target":1},{"source":22,"target":29},{"source":22,"target":1},{"source":23,"target":17},{"source":23,"target":30},{"source":23,"target":1},{"source":23,"target":31},{"source":30,"target":17},{"source":2,"target":0},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":25},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":32,"target":41},{"source":32,"target":2},{"source":33,"target":15},{"source":33,"target":42},{"source":33,"target":2},{"source":42,"target":15},{"source":34,"target":43},{"source":34,"target":2},{"source":35,"target":44},{"source":35,"target":2},{"source":36,"target":10},{"source":36,"target":45},{"source":36,"target":2},{"source":36,"target":46},{"source":45,"target":10},{"source":25,"target":1},{"source":25,"target":47},{"source":25,"target":2},{"source":25,"target":19},{"source":47,"target":1},{"source":37,"target":48},{"source":37,"target":2},{"source":38,"target":14},{"source":38,"target":49},{"source":38,"target":2},{"source":49,"target":14},{"source":39,"target":50},{"source":39,"target":2},{"source":40,"target":51},{"source":40,"target":2},{"source":3,"target":0},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":52,"target":56},{"source":52,"target":3},{"source":53,"target":9},{"source":53,"target":57},{"source":53,"target":3},{"source":53,"target":58},{"source":57,"target":9},{"source":54,"target":59},{"source":54,"target":3},{"source":55,"target":60},{"source":55,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":61},{"source":4,"target":62},{"source":61,"target":11},{"source":61,"target":63},{"source":61,"target":4},{"source":61,"target":64},{"source":63,"target":11},{"source":62,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":65},{"source":5,"target":66},{"source":65,"target":8},{"source":65,"target":67},{"source":65,"target":5},{"source":65,"target":68},{"source":67,"target":8},{"source":66,"target":2},{"source":6,"target":0},{"source":6,"target":69},{"source":6,"target":27},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":69,"target":13},{"source":69,"target":73},{"source":69,"target":6},{"source":73,"target":13},{"source":27,"target":1},{"source":27,"target":74},{"source":27,"target":6},{"source":27,"target":20},{"source":74,"target":1},{"source":70,"target":75},{"source":70,"target":6},{"source":71,"target":12},{"source":71,"target":76},{"source":71,"target":6},{"source":76,"target":12},{"source":72,"target":77},{"source":72,"target":6},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":78},{"source":7,"target":79},{"source":78,"target":8},{"source":78,"target":80},{"source":78,"target":7},{"source":78,"target":81},{"source":80,"target":8},{"source":79,"target":6},{"source":8,"target":0},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":8,"target":81},{"source":8,"target":68},{"source":82,"target":87},{"source":82,"target":8},{"source":83,"target":88},{"source":83,"target":8},{"source":84,"target":89},{"source":84,"target":8},{"source":85,"target":90},{"source":85,"target":8},{"source":86,"target":91},{"source":86,"target":8},{"source":81,"target":7},{"source":81,"target":92},{"source":81,"target":8},{"source":81,"target":78},{"source":92,"target":7},{"source":68,"target":5},{"source":68,"target":93},{"source":68,"target":8},{"source":68,"target":65},{"source":93,"target":5},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":94},{"source":9,"target":58},{"source":9,"target":95},{"source":9,"target":96},{"source":94,"target":18},{"source":94,"target":97},{"source":94,"target":9},{"source":97,"target":18},{"source":58,"target":3},{"source":58,"target":98},{"source":58,"target":9},{"source":58,"target":53},{"source":98,"target":3},{"source":95,"target":99},{"source":95,"target":9},{"source":96,"target":6},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":46},{"source":10,"target":100},{"source":46,"target":2},{"source":46,"target":101},{"source":46,"target":10},{"source":46,"target":36},{"source":101,"target":2},{"source":100,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":64},{"source":11,"target":102},{"source":64,"target":4},{"source":64,"target":103},{"source":64,"target":11},{"source":64,"target":61},{"source":103,"target":4},{"source":102,"target":3},{"source":12,"target":0},{"source":12,"target":104},{"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":104,"target":12},{"source":105,"target":12},{"source":106,"target":12},{"source":107,"target":12},{"source":108,"target":12},{"source":109,"target":12},{"source":110,"target":12},{"source":13,"target":0},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":13,"target":117},{"source":111,"target":13},{"source":112,"target":13},{"source":113,"target":13},{"source":114,"target":13},{"source":115,"target":13},{"source":116,"target":13},{"source":117,"target":13},{"source":14,"target":0},{"source":14,"target":118},{"source":14,"target":119},{"source":118,"target":14},{"source":119,"target":14},{"source":15,"target":0},{"source":15,"target":120},{"source":15,"target":121},{"source":120,"target":15},{"source":121,"target":15},{"source":16,"target":0},{"source":16,"target":122},{"source":16,"target":123},{"source":16,"target":124},{"source":122,"target":125},{"source":122,"target":16},{"source":123,"target":126},{"source":123,"target":16},{"source":124,"target":17},{"source":124,"target":127},{"source":124,"target":16},{"source":124,"target":128},{"source":127,"target":17},{"source":17,"target":0},{"source":17,"target":128},{"source":17,"target":129},{"source":17,"target":31},{"source":128,"target":16},{"source":128,"target":130},{"source":128,"target":17},{"source":128,"target":124},{"source":130,"target":16},{"source":129,"target":131},{"source":129,"target":17},{"source":31,"target":1},{"source":31,"target":132},{"source":31,"target":17},{"source":31,"target":23},{"source":132,"target":1},{"source":18,"target":0},{"source":18,"target":133},{"source":18,"target":134},{"source":18,"target":135},{"source":18,"target":136},{"source":133,"target":18},{"source":134,"target":18},{"source":135,"target":18},{"source":136,"target":18}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="uml2CD" nsURI="http://uml2CD" nsPrefix="uml2CD"> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" upperBound="-1" eType="#//Comment" containment="true" eOpposite="#//Comment/owningElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Element" eOpposite="#//Element/ownedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" upperBound="-1" eType="#//Element" containment="true" eOpposite="#//Element/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningElement" eType="#//Element" eOpposite="#//Element/ownedComment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedElement" lowerBound="1" upperBound="-1" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectRelationship" abstract="true" eSuperTypes="#//Relationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" upperBound="-1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" upperBound="-1" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="#//Namespace" eOpposite="#//Namespace/ownedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supplierDependency" upperBound="-1" eType="#//Dependency" eOpposite="#//Dependency/supplier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clientDependency" upperBound="-1" eType="#//Dependency" eOpposite="#//Dependency/client"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="public"/> <eLiterals name="private" value="1"/> <eLiterals name="protected" value="2"/> <eLiterals name="package" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningPackage" eType="#//Package" eOpposite="#//Package/packagedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedMember" upperBound="-1" eType="#//PackageableElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageImport" upperBound="-1" eType="#//PackageImport" containment="true" eOpposite="#//PackageImport/importingNamespace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" upperBound="-1" eType="#//NamedElement" containment="true" eOpposite="#//NamedElement/namespace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementImport" upperBound="-1" eType="#//ElementImport" containment="true" eOpposite="#//ElementImport/importingNamespace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRule" upperBound="-1" eType="#//Constraint" containment="true" eOpposite="#//Constraint/context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" lowerBound="1" eType="#//PackageableElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" lowerBound="1" eType="#//Namespace" eOpposite="#//Namespace/elementImport"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" lowerBound="1" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" lowerBound="1" eType="#//Namespace" eOpposite="#//Namespace/packageImport"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//PackageableElement #//Namespace"> <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" eType="#//Package" eOpposite="#//Package/nestedPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/nestingPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" upperBound="-1" eType="#//PackageableElement" containment="true" eOpposite="#//PackageableElement/owningPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageMerge" upperBound="-1" eType="#//PackageMerge" containment="true" eOpposite="#//PackageMerge/receivingPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerValue" eType="#//ValueSpecification" containment="true" eOpposite="#//ValueSpecification/owningLower"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperValue" eType="#//ValueSpecification" containment="true" eOpposite="#//ValueSpecification/owningUpper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement #//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningLower" eType="#//MultiplicityElement" eOpposite="#//MultiplicityElement/lowerValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningUpper" eType="#//MultiplicityElement" eOpposite="#//MultiplicityElement/upperValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningConstraint" eType="#//Constraint" eOpposite="#//Constraint/specification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningParameter" eType="#//Parameter" eOpposite="#//Parameter/defaultValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningProperty" eType="#//Property" eOpposite="#//Property/defaultValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Typpee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Typpee" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1" eType="#//ValueSpecification" containment="true" eOpposite="#//ValueSpecification/owningConstraint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//Namespace" eOpposite="#//Namespace/ownedRule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//DirectRelationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSubstitutable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specific" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/generalization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalizationSet" upperBound="-1" eType="#//GeneralizationSet" eOpposite="#//GeneralizationSet/generalization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Typpee #//Namespace"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true" eOpposite="#//Generalization/specific"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="#//Feature" eOpposite="#//Feature/featuringClassifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Class" eType="#//Class" eOpposite="#//Class/nestedClassifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powertypeExtent" upperBound="-1" eType="#//GeneralizationSet" eOpposite="#//GeneralizationSet/powertype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="substitution" upperBound="-1" eType="#//Substitution" containment="true" eOpposite="#//Substitution/substitutingClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eLiterals name="in"/> <eLiterals name="inout" value="1"/> <eLiterals name="out" value="2"/> <eLiterals name="return" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" upperBound="-1" eType="#//Classifier" eOpposite="#//Classifier/feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//TypedElement #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Feature #//Namespace"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/ownerFormalParam"/> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" upperBound="-1" eType="#//Typpee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement #//MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1" eType="#//ParameterDirectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownerFormalParam" eType="#//BehavioralFeature" eOpposite="#//BehavioralFeature/ownedParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//ValueSpecification" containment="true" eOpposite="#//ValueSpecification/owningParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedOperation" upperBound="-1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Class" eType="#//Class" eOpposite="#//Class/ownedOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1" eType="#//Classifier" containment="true" eOpposite="#//Classifier/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AggregationKind"> <eLiterals name="none"/> <eLiterals name="shared" value="1"/> <eLiterals name="composite" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" lowerBound="1" eType="#//AggregationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//ValueSpecification" containment="true" eOpposite="#//ValueSpecification/owningProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Class" eType="#//Class" eOpposite="#//Class/ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//Association" eOpposite="#//Association/memberEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" eType="#//Association" eOpposite="#//Association/ownedEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/associationEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationEnd" eType="#//Property" eOpposite="#//Property/qualifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="1" upperBound="-1" eType="#//Property" eOpposite="#//Property/association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/owningAssociation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//ValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//Enumeration" eOpposite="#//Enumeration/ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="receivingPackage" lowerBound="1" eType="#//Package" eOpposite="#//Package/packageMerge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mergedPackage" lowerBound="1" eType="#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//DirectRelationship #//PackageableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="supplier" lowerBound="1" upperBound="-1" eType="#//NamedElement" eOpposite="#//NamedElement/supplierDependency"/> <eStructuralFeatures xsi:type="ecore:EReference" name="client" lowerBound="1" upperBound="-1" eType="#//NamedElement" eOpposite="#//NamedElement/clientDependency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"> <eStructuralFeatures xsi:type="ecore:EReference" name="contract" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="substitutingClassifier" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/substitution"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedInterface" upperBound="-1" eType="#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceRealization" eSuperTypes="#//Realization"> <eStructuralFeatures xsi:type="ecore:EReference" name="contract" lowerBound="1" eType="#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Association #//Class"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" eOpposite="#//Generalization/generalizationSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powertype" eType="#//Classifier" eOpposite="#//Classifier/powertypeExtent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCovering" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisjoint" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedElement" upperBound="-1" eType="#//RedefinableElement"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/AlFranzis/SmartMatcher/SmartMatcherTrunk/models/SystemTests/TestCase_UML/UML_light/UML_2.0_CD.ecore
ecore
uml2CD Element ownedComment owner ownedElement Comment owningElement Relationship relatedElement DirectRelationship target source NamedElement name visibility namespace supplierDependency clientDependency VisibilityKind public public private private protected protected package package PackageableElement owningPackage Namespace importedMember packageImport ownedElement elementImport ownedRule ElementImport visibility importedElement importingNamespace PackageImport importedPackage visibility importingNamespace Package nestingPackage nestedPackage packagedElement packageMerge MultiplicityElement isOrdered isUnique lowerValue upperValue ValueSpecification owningLower owningUpper owningConstraint owningParameter owningProperty TypedElement type Typpee Constraint constrainedElement specification context Generalization isSubstitutable general specific generalizationSet Classifier isAbstract generalization feature Class powertypeExtent substitution ParameterDirectionKind in in inout inout out out return return Feature isStatic featuringClassifier StructuralFeature isReadOnly BehavioralFeature ownedParameter raisedException Parameter direction ownerFormalParam defaultValue Operation isQuery redefinedOperation Class Class superClass nestedClassifier ownedOperation ownedAttribute AggregationKind none none shared shared composite composite DataType Property isDerived aggregation defaultValue Class association owningAssociation qualifier associationEnd Association isDerived memberEnd ownedEnd PrimitiveType Enumeration ownedLiteral EnumerationLiteral enumeration PackageMerge receivingPackage mergedPackage Dependency supplier client Abstraction Usage Realization Substitution contract substitutingClassifier Interface redefinedInterface InterfaceRealization contract AssociationClass GeneralizationSet generalization powertype isCovering isDisjoint RedefinableElement isLeaf redefinedElement
null
{"directed":true,"nodes":[{"nsPrefix":"uml2CD","nsURI":"http://uml2CD","name":"uml2CD","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectRelationship","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typpee","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationKind","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMerge","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRealization","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplierDependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientDependency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"client","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"name":"public","id":74,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":75,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":76,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"package","id":77,"value":3,"literal":"package","eClass":"EEnumLiteral"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packagedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packageMerge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receivingPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningLower","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningUpper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSubstitutable","changeable":true,"lowerBound":1,"iD":false,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generalizationSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"powertypeExtent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"substitution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"featuringClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"powertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitutingClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"name":"in","id":178,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":179,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":180,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"return","id":181,"value":3,"literal":"return","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownerFormalParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"name":"none","id":219,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"shared","id":220,"value":1,"literal":"shared","eClass":"EEnumLiteral"},{"name":"composite","id":221,"value":2,"literal":"composite","eClass":"EEnumLiteral"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mergedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contract","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contract","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCovering","changeable":true,"lowerBound":1,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDisjoint","changeable":true,"lowerBound":1,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isLeaf","changeable":true,"lowerBound":1,"iD":false,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":1,"target":0},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":44,"target":2},{"source":44,"target":47},{"source":44,"target":1},{"source":44,"target":48},{"source":47,"target":2},{"source":45,"target":1},{"source":45,"target":49},{"source":45,"target":1},{"source":45,"target":46},{"source":49,"target":1},{"source":46,"target":1},{"source":46,"target":50},{"source":46,"target":1},{"source":46,"target":45},{"source":50,"target":1},{"source":2,"target":0},{"source":2,"target":48},{"source":48,"target":1},{"source":48,"target":51},{"source":48,"target":2},{"source":48,"target":44},{"source":51,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":52},{"source":3,"target":53},{"source":52,"target":1},{"source":52,"target":54},{"source":52,"target":3},{"source":54,"target":1},{"source":53,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":55,"target":1},{"source":55,"target":58},{"source":55,"target":4},{"source":58,"target":1},{"source":56,"target":1},{"source":56,"target":59},{"source":56,"target":4},{"source":59,"target":1},{"source":57,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":60,"target":66},{"source":60,"target":5},{"source":61,"target":6},{"source":61,"target":67},{"source":61,"target":5},{"source":67,"target":6},{"source":62,"target":8},{"source":62,"target":68},{"source":62,"target":5},{"source":62,"target":69},{"source":68,"target":8},{"source":63,"target":34},{"source":63,"target":70},{"source":63,"target":5},{"source":63,"target":71},{"source":70,"target":34},{"source":64,"target":34},{"source":64,"target":72},{"source":64,"target":5},{"source":64,"target":73},{"source":72,"target":34},{"source":65,"target":1},{"source":6,"target":0},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":74,"target":6},{"source":75,"target":6},{"source":76,"target":6},{"source":77,"target":6},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":78},{"source":7,"target":79},{"source":78,"target":11},{"source":78,"target":80},{"source":78,"target":7},{"source":78,"target":81},{"source":80,"target":11},{"source":79,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":69},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":82,"target":7},{"source":82,"target":87},{"source":82,"target":8},{"source":87,"target":7},{"source":83,"target":10},{"source":83,"target":88},{"source":83,"target":8},{"source":83,"target":89},{"source":88,"target":10},{"source":69,"target":5},{"source":69,"target":90},{"source":69,"target":8},{"source":69,"target":62},{"source":90,"target":5},{"source":84,"target":9},{"source":84,"target":91},{"source":84,"target":8},{"source":84,"target":92},{"source":91,"target":9},{"source":85,"target":16},{"source":85,"target":93},{"source":85,"target":8},{"source":85,"target":94},{"source":93,"target":16},{"source":86,"target":5},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":92},{"source":9,"target":97},{"source":95,"target":6},{"source":95,"target":98},{"source":95,"target":9},{"source":98,"target":6},{"source":96,"target":7},{"source":96,"target":99},{"source":96,"target":9},{"source":99,"target":7},{"source":92,"target":8},{"source":92,"target":100},{"source":92,"target":9},{"source":92,"target":84},{"source":100,"target":8},{"source":97,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":101},{"source":10,"target":102},{"source":10,"target":89},{"source":10,"target":103},{"source":101,"target":11},{"source":101,"target":104},{"source":101,"target":10},{"source":104,"target":11},{"source":102,"target":6},{"source":102,"target":105},{"source":102,"target":10},{"source":105,"target":6},{"source":89,"target":8},{"source":89,"target":106},{"source":89,"target":10},{"source":89,"target":83},{"source":106,"target":8},{"source":103,"target":4},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":8},{"source":11,"target":107},{"source":11,"target":108},{"source":11,"target":81},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":107,"target":11},{"source":107,"target":112},{"source":107,"target":11},{"source":107,"target":108},{"source":112,"target":11},{"source":108,"target":11},{"source":108,"target":113},{"source":108,"target":11},{"source":108,"target":107},{"source":113,"target":11},{"source":81,"target":7},{"source":81,"target":114},{"source":81,"target":11},{"source":81,"target":78},{"source":114,"target":7},{"source":109,"target":33},{"source":109,"target":115},{"source":109,"target":11},{"source":109,"target":116},{"source":115,"target":33},{"source":110,"target":7},{"source":111,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":117,"target":122},{"source":117,"target":12},{"source":118,"target":123},{"source":118,"target":12},{"source":119,"target":13},{"source":119,"target":124},{"source":119,"target":12},{"source":119,"target":125},{"source":124,"target":13},{"source":120,"target":13},{"source":120,"target":126},{"source":120,"target":12},{"source":120,"target":127},{"source":126,"target":13},{"source":121,"target":1},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":7},{"source":13,"target":125},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":125,"target":12},{"source":125,"target":133},{"source":125,"target":13},{"source":125,"target":119},{"source":133,"target":12},{"source":127,"target":12},{"source":127,"target":134},{"source":127,"target":13},{"source":127,"target":120},{"source":134,"target":12},{"source":128,"target":16},{"source":128,"target":135},{"source":128,"target":13},{"source":128,"target":136},{"source":135,"target":16},{"source":129,"target":23},{"source":129,"target":137},{"source":129,"target":13},{"source":129,"target":138},{"source":137,"target":23},{"source":130,"target":28},{"source":130,"target":139},{"source":130,"target":13},{"source":130,"target":140},{"source":139,"target":28},{"source":131,"target":14},{"source":132,"target":7},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":141},{"source":14,"target":142},{"source":141,"target":15},{"source":141,"target":143},{"source":141,"target":14},{"source":143,"target":15},{"source":142,"target":5},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":144},{"source":144,"target":7},{"source":16,"target":0},{"source":16,"target":7},{"source":16,"target":145},{"source":16,"target":136},{"source":16,"target":94},{"source":16,"target":146},{"source":145,"target":1},{"source":145,"target":147},{"source":145,"target":16},{"source":147,"target":1},{"source":136,"target":13},{"source":136,"target":148},{"source":136,"target":16},{"source":136,"target":128},{"source":148,"target":13},{"source":94,"target":8},{"source":94,"target":149},{"source":94,"target":16},{"source":94,"target":85},{"source":149,"target":8},{"source":146,"target":7},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":150},{"source":17,"target":151},{"source":17,"target":152},{"source":17,"target":153},{"source":17,"target":154},{"source":150,"target":155},{"source":150,"target":17},{"source":151,"target":18},{"source":151,"target":156},{"source":151,"target":17},{"source":156,"target":18},{"source":152,"target":18},{"source":152,"target":157},{"source":152,"target":17},{"source":152,"target":158},{"source":157,"target":18},{"source":153,"target":42},{"source":153,"target":159},{"source":153,"target":17},{"source":153,"target":160},{"source":159,"target":42},{"source":154,"target":4},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":8},{"source":18,"target":161},{"source":18,"target":158},{"source":18,"target":162},{"source":18,"target":163},{"source":18,"target":164},{"source":18,"target":165},{"source":18,"target":166},{"source":18,"target":167},{"source":161,"target":168},{"source":161,"target":18},{"source":158,"target":17},{"source":158,"target":169},{"source":158,"target":18},{"source":158,"target":152},{"source":169,"target":17},{"source":162,"target":20},{"source":162,"target":170},{"source":162,"target":18},{"source":162,"target":171},{"source":170,"target":20},{"source":163,"target":25},{"source":163,"target":172},{"source":163,"target":18},{"source":163,"target":173},{"source":172,"target":25},{"source":164,"target":42},{"source":164,"target":174},{"source":164,"target":18},{"source":164,"target":175},{"source":174,"target":42},{"source":165,"target":38},{"source":165,"target":176},{"source":165,"target":18},{"source":165,"target":177},{"source":176,"target":38},{"source":166,"target":15},{"source":167,"target":8},{"source":19,"target":0},{"source":19,"target":178},{"source":19,"target":179},{"source":19,"target":180},{"source":19,"target":181},{"source":178,"target":19},{"source":179,"target":19},{"source":180,"target":19},{"source":181,"target":19},{"source":20,"target":0},{"source":20,"target":182},{"source":20,"target":171},{"source":182,"target":183},{"source":182,"target":20},{"source":171,"target":18},{"source":171,"target":184},{"source":171,"target":20},{"source":171,"target":162},{"source":184,"target":18},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":14},{"source":21,"target":12},{"source":21,"target":185},{"source":21,"target":186},{"source":21,"target":187},{"source":21,"target":188},{"source":185,"target":189},{"source":185,"target":21},{"source":186,"target":20},{"source":187,"target":14},{"source":188,"target":12},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":8},{"source":22,"target":190},{"source":22,"target":191},{"source":22,"target":192},{"source":22,"target":193},{"source":190,"target":23},{"source":190,"target":194},{"source":190,"target":22},{"source":190,"target":195},{"source":194,"target":23},{"source":191,"target":15},{"source":191,"target":196},{"source":191,"target":22},{"source":196,"target":15},{"source":192,"target":20},{"source":193,"target":8},{"source":23,"target":0},{"source":23,"target":14},{"source":23,"target":12},{"source":23,"target":197},{"source":23,"target":195},{"source":23,"target":138},{"source":23,"target":198},{"source":23,"target":199},{"source":197,"target":19},{"source":197,"target":200},{"source":197,"target":23},{"source":200,"target":19},{"source":195,"target":22},{"source":195,"target":201},{"source":195,"target":23},{"source":195,"target":190},{"source":201,"target":22},{"source":138,"target":13},{"source":138,"target":202},{"source":138,"target":23},{"source":138,"target":129},{"source":202,"target":13},{"source":198,"target":14},{"source":199,"target":12},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":203},{"source":24,"target":204},{"source":24,"target":205},{"source":24,"target":206},{"source":203,"target":207},{"source":203,"target":24},{"source":204,"target":24},{"source":204,"target":208},{"source":204,"target":24},{"source":208,"target":24},{"source":205,"target":25},{"source":205,"target":209},{"source":205,"target":24},{"source":205,"target":210},{"source":209,"target":25},{"source":206,"target":22},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":211},{"source":25,"target":173},{"source":25,"target":210},{"source":25,"target":212},{"source":25,"target":213},{"source":211,"target":25},{"source":211,"target":214},{"source":211,"target":25},{"source":214,"target":25},{"source":173,"target":18},{"source":173,"target":215},{"source":173,"target":25},{"source":173,"target":163},{"source":215,"target":18},{"source":210,"target":24},{"source":210,"target":216},{"source":210,"target":25},{"source":210,"target":205},{"source":216,"target":24},{"source":212,"target":28},{"source":212,"target":217},{"source":212,"target":25},{"source":212,"target":218},{"source":217,"target":28},{"source":213,"target":18},{"source":26,"target":0},{"source":26,"target":219},{"source":26,"target":220},{"source":26,"target":221},{"source":219,"target":26},{"source":220,"target":26},{"source":221,"target":26},{"source":27,"target":0},{"source":27,"target":18},{"source":27,"target":222},{"source":222,"target":18},{"source":28,"target":0},{"source":28,"target":21},{"source":28,"target":223},{"source":28,"target":224},{"source":28,"target":140},{"source":28,"target":218},{"source":28,"target":225},{"source":28,"target":226},{"source":28,"target":227},{"source":28,"target":228},{"source":28,"target":229},{"source":223,"target":230},{"source":223,"target":28},{"source":224,"target":26},{"source":224,"target":231},{"source":224,"target":28},{"source":231,"target":26},{"source":140,"target":13},{"source":140,"target":232},{"source":140,"target":28},{"source":140,"target":130},{"source":232,"target":13},{"source":218,"target":25},{"source":218,"target":233},{"source":218,"target":28},{"source":218,"target":212},{"source":233,"target":25},{"source":225,"target":29},{"source":225,"target":234},{"source":225,"target":28},{"source":225,"target":235},{"source":234,"target":29},{"source":226,"target":29},{"source":226,"target":236},{"source":226,"target":28},{"source":226,"target":237},{"source":236,"target":29},{"source":227,"target":28},{"source":227,"target":238},{"source":227,"target":28},{"source":227,"target":228},{"source":238,"target":28},{"source":228,"target":28},{"source":228,"target":239},{"source":228,"target":28},{"source":228,"target":227},{"source":239,"target":28},{"source":229,"target":21},{"source":29,"target":0},{"source":29,"target":18},{"source":29,"target":3},{"source":29,"target":240},{"source":29,"target":235},{"source":29,"target":237},{"source":29,"target":241},{"source":29,"target":242},{"source":240,"target":243},{"source":240,"target":29},{"source":235,"target":28},{"source":235,"target":244},{"source":235,"target":29},{"source":235,"target":225},{"source":244,"target":28},{"source":237,"target":28},{"source":237,"target":245},{"source":237,"target":29},{"source":237,"target":226},{"source":245,"target":28},{"source":241,"target":18},{"source":242,"target":3},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":246},{"source":246,"target":27},{"source":31,"target":0},{"source":31,"target":27},{"source":31,"target":247},{"source":31,"target":248},{"source":247,"target":32},{"source":247,"target":249},{"source":247,"target":31},{"source":247,"target":250},{"source":249,"target":32},{"source":248,"target":27},{"source":32,"target":0},{"source":32,"target":13},{"source":32,"target":250},{"source":32,"target":251},{"source":250,"target":31},{"source":250,"target":252},{"source":250,"target":32},{"source":250,"target":247},{"source":252,"target":31},{"source":251,"target":13},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":116},{"source":33,"target":253},{"source":33,"target":254},{"source":116,"target":11},{"source":116,"target":255},{"source":116,"target":33},{"source":116,"target":109},{"source":255,"target":11},{"source":253,"target":11},{"source":253,"target":256},{"source":253,"target":33},{"source":256,"target":11},{"source":254,"target":4},{"source":34,"target":0},{"source":34,"target":4},{"source":34,"target":7},{"source":34,"target":71},{"source":34,"target":73},{"source":34,"target":257},{"source":34,"target":258},{"source":71,"target":5},{"source":71,"target":259},{"source":71,"target":34},{"source":71,"target":63},{"source":259,"target":5},{"source":73,"target":5},{"source":73,"target":260},{"source":73,"target":34},{"source":73,"target":64},{"source":260,"target":5},{"source":257,"target":4},{"source":258,"target":7},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":261},{"source":261,"target":34},{"source":36,"target":0},{"source":36,"target":34},{"source":36,"target":262},{"source":262,"target":34},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":263},{"source":263,"target":35},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":264},{"source":38,"target":177},{"source":38,"target":265},{"source":264,"target":18},{"source":264,"target":266},{"source":264,"target":38},{"source":266,"target":18},{"source":177,"target":18},{"source":177,"target":267},{"source":177,"target":38},{"source":177,"target":165},{"source":267,"target":18},{"source":265,"target":37},{"source":39,"target":0},{"source":39,"target":18},{"source":39,"target":268},{"source":39,"target":269},{"source":268,"target":39},{"source":268,"target":270},{"source":268,"target":39},{"source":270,"target":39},{"source":269,"target":18},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":271},{"source":40,"target":272},{"source":271,"target":39},{"source":271,"target":273},{"source":271,"target":40},{"source":273,"target":39},{"source":272,"target":37},{"source":41,"target":0},{"source":41,"target":29},{"source":41,"target":25},{"source":41,"target":274},{"source":41,"target":275},{"source":274,"target":29},{"source":275,"target":25},{"source":42,"target":0},{"source":42,"target":160},{"source":42,"target":175},{"source":42,"target":276},{"source":42,"target":277},{"source":160,"target":17},{"source":160,"target":278},{"source":160,"target":42},{"source":160,"target":153},{"source":278,"target":17},{"source":175,"target":18},{"source":175,"target":279},{"source":175,"target":42},{"source":175,"target":164},{"source":279,"target":18},{"source":276,"target":280},{"source":276,"target":42},{"source":277,"target":281},{"source":277,"target":42},{"source":43,"target":0},{"source":43,"target":1},{"source":43,"target":282},{"source":43,"target":283},{"source":43,"target":284},{"source":282,"target":285},{"source":282,"target":43},{"source":283,"target":43},{"source":283,"target":286},{"source":283,"target":43},{"source":286,"target":43},{"source":284,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="edp" nsURI="http://www.wazaabi.org/edp" nsPrefix="edp"> <eClassifiers xsi:type="ecore:EClass" name="Context" abstract="true" interface="true"> <eOperations name="containsKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return containsKey(key, false);"/> </eAnnotations> <eParameters name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="containsKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (key == null || &quot;&quot;.equals(key)) //$NON-NLS-1$&#xD;&#xA;&#x9;return false;&#xD;&#xA;for (int i = 0; i &lt; getContents().size(); i++) {&#xD;&#xA;&#x9;ContextContent content = (ContextContent) getContents().get(i);&#xD;&#xA;&#x9;if (key.equals(content.getKey()))&#xD;&#xA;&#x9;&#x9;return true;&#xD;&#xA;}&#xD;&#xA;if (!local&#xD;&#xA;&#x9;&#x9;&amp;&amp; eContainer() instanceof org.eclipse.wazaabi.mm.edp.Context)&#xD;&#xA;&#x9;return ((org.eclipse.wazaabi.mm.edp.Context) eContainer())&#xD;&#xA;&#x9;&#x9;&#x9;.containsKey(key, false);&#xD;&#xA;return false;"/> </eAnnotations> <eParameters name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="local" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="get" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (key == null || &quot;&quot;.equals(key)) //$NON-NLS-1$&#xD;&#xA;&#x9;return null;&#xD;&#xA;for (int i = 0; i &lt; getContents().size(); i++) {&#xD;&#xA;&#x9;ContextContent content = (ContextContent) getContents().get(i);&#xD;&#xA;&#x9;if (key.equals(content.getKey()))&#xD;&#xA;&#x9;&#x9;return content.getValue();&#xD;&#xA;}&#xD;&#xA;if (eContainer() instanceof org.eclipse.wazaabi.mm.edp.Context)&#xD;&#xA;&#x9;return ((org.eclipse.wazaabi.mm.edp.Context) eContainer())&#xD;&#xA;&#x9;&#x9;&#x9;.get(key);&#xD;&#xA;return null;"/> </eAnnotations> <eParameters name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="remove"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (key == null || &quot;&quot;.equals(key)) //$NON-NLS-1$&#xD;&#xA;&#x9;return;&#xD;&#xA;&#xD;&#xA;ContextContent content = null;&#xD;&#xA;boolean found = false;&#xD;&#xA;for (int i = 0; i &lt; getContents().size(); i++) {&#xD;&#xA;&#x9;content = (ContextContent) getContents().get(i);&#xD;&#xA;&#x9;if (key.equals(content.getKey())) {&#xD;&#xA;&#x9;&#x9;found = true;&#xD;&#xA;&#x9;&#x9;break;&#xD;&#xA;&#x9;}&#xD;&#xA;}&#xD;&#xA;if (found)&#xD;&#xA;&#x9;getContents().remove(content);"/> </eAnnotations> <eParameters name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="set"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (key == null || &quot;&quot;.equals(key)) //$NON-NLS-1$&#xD;&#xA;&#x9;return;&#xD;&#xA;&#xD;&#xA;for (int i = 0; i &lt; getContents().size(); i++) {&#xD;&#xA;&#x9;ContextContent content = (ContextContent) getContents().get(i);&#xD;&#xA;&#x9;if (key.equals(content.getKey())) {&#xD;&#xA;&#x9;&#x9;content.setValue(value);&#xD;&#xA;&#x9;&#x9;return;&#xD;&#xA;&#x9;}&#xD;&#xA;}&#xD;&#xA;ContextContent newContent = org.eclipse.wazaabi.mm.edp.EdpFactory.eINSTANCE&#xD;&#xA;&#x9;&#x9;.createContextContent();&#xD;&#xA;newContent.setKey(key);&#xD;&#xA;newContent.setValue(value);&#xD;&#xA;getContents().add(newContent);"/> </eAnnotations> <eParameters name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//ContextContent" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <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="EventDispatcher" eSuperTypes="#//Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="handlers" upperBound="-1" eType="#//handlers/EventHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="#//handlers/State"/> </eClassifiers> <eSubpackages name="events" nsURI="http://www.wazaabi.org/edp/events" nsPrefix="edpevts"> <eClassifiers xsi:type="ecore:EClass" name="PathEvent" abstract="true" eSuperTypes="#//events/Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentChangedEvent" eSuperTypes="#//events/PathEvent"/> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//Context"> <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="PropertyChangedEvent" eSuperTypes="#//events/PathEvent"/> </eSubpackages> <eSubpackages name="handlers" nsURI="http://www.wazaabi.org/edp/handlers" nsPrefix="edphdlrs"> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//handlers/Operation"/> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#//handlers/EventHandler"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true" eSuperTypes="#//handlers/Deferred #//handlers/Executable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="async" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Executable"> <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="Sequence" eSuperTypes="#//handlers/Executable"> <eStructuralFeatures xsi:type="ecore:EReference" name="executables" upperBound="-1" eType="#//handlers/Executable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deferred"> <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="EventHandler" eSuperTypes="#//handlers/Parameterized #//handlers/Sequence #//handlers/Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//events/Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//handlers/Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameterized" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//handlers/Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true" interface="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="StringParameter" eSuperTypes="#//handlers/Parameter"> <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="State"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanParameter" eSuperTypes="#//handlers/Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntParameter" eSuperTypes="#//handlers/Parameter"> <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="Condition" eSuperTypes="#//handlers/Validator"/> <eClassifiers xsi:type="ecore:EClass" name="Validator" eSuperTypes="#//handlers/Operation"/> <eClassifiers xsi:type="ecore:EClass" name="Converter" eSuperTypes="#//handlers/Action"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/eclipse/wazaabi/plugins/org.eclipse.wazaabi.mm.edp/model/EDP.ecore
ecore
edp Context containsKey key containsKey key local get key remove key set key value contents ContextContent key value EventDispatcher handlers state events PathEvent path ContentChangedEvent Event id PropertyChangedEvent handlers Action Binding Operation async false Executable id Sequence executables Deferred uri EventHandler events conditions Parameterized parameters Parameter name StringParameter value State BooleanParameter value IntParameter value Condition Validator Converter
null
{"directed":true,"nodes":[{"nsPrefix":"edp","nsURI":"http://www.wazaabi.org/edp","name":"edp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextContent","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDispatcher","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"edpevts","nsURI":"http://www.wazaabi.org/edp/events","name":"events","id":4,"eClass":"EPackage"},{"nsPrefix":"edphdlrs","nsURI":"http://www.wazaabi.org/edp/handlers","name":"handlers","id":5,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"containsKey","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"containsKey","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","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":true,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":1,"id":16,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"local","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EParameter"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":1,"id":21,"many":false,"required":true,"eClass":"EParameter"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":1,"id":23,"many":false,"required":true,"eClass":"EParameter"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":1,"id":25,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":true,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"handlers","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"state","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventHandler","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"id":38,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"id":40,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathEvent","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentChangedEvent","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyChangedEvent","instanceClass":null,"abstract":false,"id":44,"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":"path","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deferred","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameterized","instanceClass":null,"abstract":true,"id":59,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":60,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringParameter","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanParameter","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntParameter","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Validator","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Converter","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"id":67,"eClass":"EGenericType"},{"id":68,"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":"async","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"events","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":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"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":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":6,"target":12},{"source":6,"target":1},{"source":6,"target":13},{"source":13,"target":14},{"source":13,"target":6},{"source":7,"target":15},{"source":7,"target":1},{"source":7,"target":16},{"source":7,"target":17},{"source":16,"target":18},{"source":16,"target":7},{"source":17,"target":19},{"source":17,"target":7},{"source":8,"target":20},{"source":8,"target":1},{"source":8,"target":21},{"source":21,"target":22},{"source":21,"target":8},{"source":9,"target":1},{"source":9,"target":23},{"source":23,"target":24},{"source":23,"target":9},{"source":10,"target":1},{"source":10,"target":25},{"source":10,"target":26},{"source":25,"target":27},{"source":25,"target":10},{"source":26,"target":28},{"source":26,"target":10},{"source":11,"target":2},{"source":11,"target":29},{"source":11,"target":1},{"source":29,"target":2},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":31},{"source":30,"target":32},{"source":30,"target":2},{"source":31,"target":33},{"source":31,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":34,"target":37},{"source":34,"target":38},{"source":34,"target":3},{"source":38,"target":37},{"source":35,"target":39},{"source":35,"target":40},{"source":35,"target":3},{"source":40,"target":39},{"source":36,"target":1},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":0},{"source":41,"target":4},{"source":41,"target":43},{"source":41,"target":45},{"source":41,"target":46},{"source":45,"target":47},{"source":45,"target":41},{"source":46,"target":43},{"source":42,"target":4},{"source":42,"target":41},{"source":42,"target":48},{"source":48,"target":41},{"source":43,"target":4},{"source":43,"target":1},{"source":43,"target":49},{"source":43,"target":50},{"source":49,"target":51},{"source":49,"target":43},{"source":50,"target":1},{"source":44,"target":4},{"source":44,"target":41},{"source":44,"target":52},{"source":52,"target":41},{"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":37},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":39},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":0},{"source":53,"target":5},{"source":53,"target":55},{"source":53,"target":67},{"source":67,"target":55},{"source":54,"target":5},{"source":54,"target":37},{"source":54,"target":68},{"source":68,"target":37},{"source":55,"target":5},{"source":55,"target":58},{"source":55,"target":56},{"source":55,"target":69},{"source":55,"target":70},{"source":55,"target":71},{"source":69,"target":72},{"source":69,"target":55},{"source":70,"target":58},{"source":71,"target":56},{"source":56,"target":5},{"source":56,"target":73},{"source":73,"target":74},{"source":73,"target":56},{"source":57,"target":5},{"source":57,"target":56},{"source":57,"target":75},{"source":57,"target":76},{"source":75,"target":56},{"source":75,"target":77},{"source":75,"target":57},{"source":77,"target":56},{"source":76,"target":56},{"source":58,"target":5},{"source":58,"target":78},{"source":78,"target":79},{"source":78,"target":58},{"source":37,"target":5},{"source":37,"target":59},{"source":37,"target":57},{"source":37,"target":53},{"source":37,"target":80},{"source":37,"target":81},{"source":37,"target":82},{"source":37,"target":83},{"source":37,"target":84},{"source":80,"target":43},{"source":80,"target":85},{"source":80,"target":37},{"source":85,"target":43},{"source":81,"target":64},{"source":81,"target":86},{"source":81,"target":37},{"source":86,"target":64},{"source":82,"target":59},{"source":83,"target":57},{"source":84,"target":53},{"source":59,"target":5},{"source":59,"target":87},{"source":87,"target":60},{"source":87,"target":88},{"source":87,"target":59},{"source":88,"target":60},{"source":60,"target":5},{"source":60,"target":89},{"source":89,"target":90},{"source":89,"target":60},{"source":61,"target":5},{"source":61,"target":60},{"source":61,"target":91},{"source":61,"target":92},{"source":91,"target":93},{"source":91,"target":61},{"source":92,"target":60},{"source":39,"target":5},{"source":62,"target":5},{"source":62,"target":60},{"source":62,"target":94},{"source":62,"target":95},{"source":94,"target":96},{"source":94,"target":62},{"source":95,"target":60},{"source":63,"target":5},{"source":63,"target":60},{"source":63,"target":97},{"source":63,"target":98},{"source":97,"target":99},{"source":97,"target":63},{"source":98,"target":60},{"source":64,"target":5},{"source":64,"target":65},{"source":64,"target":100},{"source":100,"target":65},{"source":65,"target":5},{"source":65,"target":55},{"source":65,"target":101},{"source":101,"target":55},{"source":66,"target":5},{"source":66,"target":53},{"source":66,"target":102},{"source":102,"target":53}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="terms" nsURI="http:///symmetricnet.terms.ecore" nsPrefix="terms"> <eClassifiers xsi:type="ecore:EClass" name="Declarations"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="declarations"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" upperBound="-1" eType="#//TermsDeclaration" containment="true" eOpposite="#//TermsDeclaration/containerDeclarations"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containerDeclaration" eType="ecore:EClass hlcorestructure.ecore#//Declaration" eOpposite="hlcorestructure.ecore#//Declaration/structure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TermsDeclaration" abstract="true"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="id"/> <details key="kind" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="name"/> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containerDeclarations" eType="#//Declarations" eOpposite="#//Declarations/declaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sort" abstract="true"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value=""/> <details key="documentation" value="/**&#xA; * Returns true if this sort and argument sort are actually semantically the&#xA; * same sort, even in two different objects. &#xA; * &lt;p>Ex: two FiniteEnumerations F1 = {1,4,6} and F2 = {1,4,6} or&#xA; * two Integers I1 and I2.&lt;/p> &#xA; * &lt;p>&lt;strong>Note&lt;/strong> : the implementation available for&#xA; * MultisetSort is not complete. In particular, we just test equality&#xA; * of the references or of the enclosing NamedSorts (if any). &#xA; * You should consider overriding it in that case.&#xA; * &#xA; * @return true if so.&#xA; * @param sort&#xA; * the sort to which we compare this one.&#xA; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="multi" ordered="false" eType="#//MultisetSort" eOpposite="#//MultisetSort/basis"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamedSort" eType="#//NamedSort" eOpposite="#//NamedSort/sortdef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerVariableDecl" eType="#//VariableDecl" eOpposite="#//VariableDecl/sort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerProductSort" eType="#//ProductSort" eOpposite="#//ProductSort/elementSort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerType" eType="ecore:EClass hlcorestructure.ecore#//Type" eOpposite="hlcorestructure.ecore#//Type/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerAll" eType="ecore:EClass multisets.ecore#//All" eOpposite="multisets.ecore#//All/refsort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerEmpty" eType="ecore:EClass multisets.ecore#//Empty" eOpposite="multisets.ecore#//Empty/refsort"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPartition" ordered="false" eType="ecore:EClass partitions.ecore#//Partition" eOpposite="partitions.ecore#//Partition/def"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultisetSort" eSuperTypes="#//Sort"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="multisetsort"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value="boolean isEqual = false;&#xA;&#x9;&#x9;if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {&#xA;&#x9;&#x9; &#x9;if (this.getContainerNamedSort() != null&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; sort.getContainerNamedSort() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;// we test them if they have been explicitly named.&#xA;&#x9;&#x9;&#x9;&#x9;isEqual = this.getContainerNamedSort().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sort.getContainerNamedSort().getName());&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9; throw new UnsupportedOperationException(&quot;Cannot determine if these two multisets are equal.&quot;&#xA;&#x9;&#x9;&#x9; + &quot;You should override this method.&quot;);&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return isEqual;"/> <details key="documentation" value="/**&#xD; * Returns true if this sort and argument sort are actually &#xD; * semantically the same sort, even in two different objects.&#xD; * Ex: two FiniteEnumerations or two Integers.&#xD; * Note : there is no implementation available for MultisetSort yet.&#xD; * @return true if so. &#xD; * @param sort the sort to which we compare this one. &#xD; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="basis" ordered="false" lowerBound="1" eType="#//Sort" containment="true" eOpposite="#//Sort/multi"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" abstract="true"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sort" ordered="false" eType="#//Sort" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerOperator" eType="#//Operator" eOpposite="#//Operator/subterm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamedOperator" eType="#//NamedOperator" eOpposite="#//NamedOperator/def"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerHLMarking" eType="ecore:EClass hlcorestructure.ecore#//HLMarking" eOpposite="hlcorestructure.ecore#//HLMarking/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerCondition" eType="ecore:EClass hlcorestructure.ecore#//Condition" eOpposite="hlcorestructure.ecore#//Condition/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerHLAnnotation" eType="ecore:EClass hlcorestructure.ecore#//HLAnnotation" eOpposite="hlcorestructure.ecore#//HLAnnotation/structure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containerPartitionElement" eType="ecore:EClass partitions.ecore#//PartitionElement" eOpposite="partitions.ecore#//PartitionElement/partitionelementconstants"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="#//Term"> <eAnnotations source="http://www.pnml.org/models/OCL"> <details key="sameOperatorNTermSort" value="self.sort = self.output"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="sameOperatorNTermSort"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subterm" upperBound="-1" eType="#//Term" containment="true" eOpposite="#//Term/containerOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="subterm"/> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="output" ordered="false" eType="#//Sort" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="#//Sort" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDecl" eSuperTypes="#//TermsDeclaration"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="variabledecl"/> <details key="kind" value="son"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sort" ordered="false" lowerBound="1" eType="#//Sort" containment="true" eOpposite="#//Sort/containerVariableDecl"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="containerNamedOperator" eType="#//NamedOperator" eOpposite="#//NamedOperator/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//Term"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="variable"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDecl" ordered="false" lowerBound="1" eType="#//VariableDecl"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="refvariable"/> <details key="kind" value="idref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInSort" abstract="true" eSuperTypes="#//Sort"/> <eClassifiers xsi:type="ecore:EClass" name="ProductSort" eSuperTypes="#//Sort"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="productsort"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value="boolean isEqual = false;&#xA;&#x9;&#x9;if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;if (this.getContainerNamedSort() != null&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; sort.getContainerNamedSort() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;isEqual = this.getContainerNamedSort().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sort.getContainerNamedSort().getName());&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;// Someone may one day inherit from ProductSort, so we should&#xA;&#x9;&#x9;&#x9;&#x9;// strictly check for ProductSort only. Further sub-classes must &#xA;&#x9;&#x9;&#x9;&#x9;//override this method.&#xA;&#x9;&#x9;&#x9;&#x9;if (&quot;ProductSort&quot;.equalsIgnoreCase(this.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;ProductSort mySort = (ProductSort) this;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;ProductSort thatSort = (ProductSort) sort;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;List&lt;Sort> myElements = mySort.getElementSort();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;List&lt;Sort> thoseElements = thatSort.getElementSort();&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;int i = 0;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;int j = 0;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;for (; i &lt; myElements.size() &amp;&amp; j &lt; thoseElements.size(); i++, j++) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if (myElements&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.get(i)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.eClass()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;thoseElements.get(j).eClass().getName())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;isEqual = true;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;isEqual = false;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;break;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;&#x9;}&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return isEqual;"/> <details key="documentation" value="/**&#xD; * Returns true if this sort and argument sort are actually &#xD; * semantically the same sort, even in two different objects.&#xD; * Ex: two FiniteEnumerations or two Integers.&#xD; * @return true if so. &#xD; * @param sort the sort to which we compare this one. &#xD; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="elementSort" upperBound="-1" eType="#//Sort" containment="true" eOpposite="#//Sort/containerProductSort"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInConstant" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="MultisetOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="Tuple" eSuperTypes="#//Operator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="tuple"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SortDecl" abstract="true" eSuperTypes="#//TermsDeclaration"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInOperator" abstract="true" eSuperTypes="#//Operator"/> <eClassifiers xsi:type="ecore:EClass" name="NamedSort" eSuperTypes="#//SortDecl"> <eAnnotations source="http://www.pnml.org/models/OCL"> <details key="refSortNotMultiset" value="not(self.sortdef.oclIsTypeOf(MultisetSort))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="refSortNotMultiset"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="namedsort"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sortdef" ordered="false" lowerBound="1" eType="#//Sort" containment="true" eOpposite="#//Sort/containerNamedSort"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserSort" eSuperTypes="#//Sort"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="usersort"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eAnnotations source="http://www.pnml.org/models/methods/SORT"> <details key="signature" value="boolean equalSorts(Sort sort)"/> <details key="body" value="boolean isEqual = false;&#xA;&#x9;&#x9;if (this.eClass().getName().equalsIgnoreCase(sort.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;if (this.getContainerNamedSort() != null&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&amp;&amp; sort.getContainerNamedSort() != null) {&#xA;&#x9;&#x9;&#x9;&#x9;isEqual = this.getContainerNamedSort().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;sort.getContainerNamedSort().getName());&#xA;&#x9;&#x9;&#x9;} else {&#xA;&#x9;&#x9;&#x9;&#x9;//further sub-classes must override this method.&#xA;&#x9;&#x9;&#x9;&#x9;if (&quot;UserSort&quot;.equalsIgnoreCase(this.eClass().getName())) {&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;isEqual = ((UserSort) this).getDeclaration().getName()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.equalsIgnoreCase(&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;((UserSort) sort).getDeclaration()&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;.getName());&#xA;&#x9;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;&#x9;}&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return isEqual;"/> <details key="documentation" value="/**&#xD; * Returns true if this sort and argument sort are actually &#xD; * semantically the same sort, even in two different objects.&#xD; * Ex: two FiniteEnumerations or two Integers.&#xD; * @return true if so. &#xD; * @param sort the sort to which we compare this one. &#xD; */"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//SortDecl"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="declaration"/> <details key="kind" value="idref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorDecl" abstract="true" eSuperTypes="#//TermsDeclaration"> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedOperator" eSuperTypes="#//OperatorDecl"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="namedoperator"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="def" ordered="false" lowerBound="1" eType="#//Term" containment="true" eOpposite="#//Term/containerNamedOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="def"/> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//VariableDecl" containment="true" eOpposite="#//VariableDecl/containerNamedOperator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="parameter"/> <details key="kind" value="follow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserOperator" eSuperTypes="#//Operator"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="useroperator"/> <details key="kind" value="son"/> </eAnnotations> <eAnnotations source="http://www.pnml.org/models/HLAPI"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//OperatorDecl"> <eAnnotations source="http://www.pnml.org/models/ToPNML"> <details key="tag" value="declaration"/> <details key="kind" value="idref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/lip6/pnmlframework/pnmlFw-Low_Level_API_Generation/model/symmetric-net/terms.ecore
ecore
terms Declarations declaration containerDeclaration TermsDeclaration id name containerDeclarations Sort multi containerNamedSort containerVariableDecl containerProductSort containerType containerAll containerEmpty containerPartition MultisetSort basis Term sort containerOperator containerNamedOperator containerHLMarking containerCondition containerHLAnnotation containerPartitionElement Operator subterm output input VariableDecl sort containerNamedOperator Variable variableDecl BuiltInSort ProductSort elementSort BuiltInConstant MultisetOperator Tuple SortDecl BuiltInOperator NamedSort sortdef UserSort declaration OperatorDecl NamedOperator def parameters UserOperator declaration
null
{"directed":true,"nodes":[{"nsPrefix":"terms","nsURI":"http:///symmetricnet.terms.ecore","name":"terms","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declarations","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TermsDeclaration","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sort","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultisetSort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDecl","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":"BuiltInSort","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductSort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInConstant","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultisetOperator","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tuple","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortDecl","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInOperator","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedSort","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserSort","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorDecl","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedOperator","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserOperator","instanceClass":null,"abstract":false,"id":20,"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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":"containerDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"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":"containerDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"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":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"multi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNamedSort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerVariableDecl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"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":"containerProductSort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerAll","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"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":"containerEmpty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"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":"containerPartition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basis","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sortdef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sort","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementSort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":true},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"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":"containerNamedOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"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":"containerHLMarking","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"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":"containerCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"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":"containerHLAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"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":"containerPartitionElement","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subterm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"def","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":true},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containerNamedOperator","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"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":"variableDecl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":21,"target":2},{"source":21,"target":23},{"source":21,"target":1},{"source":21,"target":24},{"source":23,"target":2},{"source":22,"target":25},{"source":22,"target":1},{"source":2,"target":0},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":24},{"source":26,"target":28},{"source":26,"target":2},{"source":27,"target":29},{"source":27,"target":2},{"source":24,"target":1},{"source":24,"target":30},{"source":24,"target":2},{"source":24,"target":21},{"source":30,"target":1},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":31,"target":4},{"source":31,"target":39},{"source":31,"target":3},{"source":31,"target":40},{"source":39,"target":4},{"source":32,"target":16},{"source":32,"target":41},{"source":32,"target":3},{"source":32,"target":42},{"source":41,"target":16},{"source":33,"target":7},{"source":33,"target":43},{"source":33,"target":3},{"source":33,"target":44},{"source":43,"target":7},{"source":34,"target":10},{"source":34,"target":45},{"source":34,"target":3},{"source":34,"target":46},{"source":45,"target":10},{"source":35,"target":47},{"source":35,"target":3},{"source":36,"target":48},{"source":36,"target":3},{"source":37,"target":49},{"source":37,"target":3},{"source":38,"target":50},{"source":38,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":40},{"source":4,"target":51},{"source":40,"target":3},{"source":40,"target":52},{"source":40,"target":4},{"source":40,"target":31},{"source":52,"target":3},{"source":51,"target":3},{"source":5,"target":0},{"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":53,"target":3},{"source":53,"target":60},{"source":53,"target":5},{"source":60,"target":3},{"source":54,"target":6},{"source":54,"target":61},{"source":54,"target":5},{"source":54,"target":62},{"source":61,"target":6},{"source":55,"target":19},{"source":55,"target":63},{"source":55,"target":5},{"source":55,"target":64},{"source":63,"target":19},{"source":56,"target":65},{"source":56,"target":5},{"source":57,"target":66},{"source":57,"target":5},{"source":58,"target":67},{"source":58,"target":5},{"source":59,"target":68},{"source":59,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":62},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":62,"target":5},{"source":62,"target":72},{"source":62,"target":6},{"source":62,"target":54},{"source":72,"target":5},{"source":69,"target":3},{"source":69,"target":73},{"source":69,"target":6},{"source":73,"target":3},{"source":70,"target":3},{"source":70,"target":74},{"source":70,"target":6},{"source":74,"target":3},{"source":71,"target":5},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":44},{"source":7,"target":75},{"source":7,"target":76},{"source":44,"target":3},{"source":44,"target":77},{"source":44,"target":7},{"source":44,"target":33},{"source":77,"target":3},{"source":75,"target":19},{"source":75,"target":78},{"source":75,"target":7},{"source":75,"target":79},{"source":78,"target":19},{"source":76,"target":2},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":80},{"source":8,"target":81},{"source":80,"target":7},{"source":80,"target":82},{"source":80,"target":8},{"source":82,"target":7},{"source":81,"target":5},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":83},{"source":83,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":46},{"source":10,"target":84},{"source":46,"target":3},{"source":46,"target":85},{"source":46,"target":10},{"source":46,"target":34},{"source":85,"target":3},{"source":84,"target":3},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":86},{"source":86,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":87},{"source":87,"target":6},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":88},{"source":88,"target":6},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":89},{"source":89,"target":2},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":90},{"source":90,"target":6},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":42},{"source":16,"target":91},{"source":42,"target":3},{"source":42,"target":92},{"source":42,"target":16},{"source":42,"target":32},{"source":92,"target":3},{"source":91,"target":14},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":93},{"source":17,"target":94},{"source":93,"target":14},{"source":93,"target":95},{"source":93,"target":17},{"source":95,"target":14},{"source":94,"target":3},{"source":18,"target":0},{"source":18,"target":2},{"source":18,"target":96},{"source":96,"target":2},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":64},{"source":19,"target":79},{"source":19,"target":97},{"source":64,"target":5},{"source":64,"target":98},{"source":64,"target":19},{"source":64,"target":55},{"source":98,"target":5},{"source":79,"target":7},{"source":79,"target":99},{"source":79,"target":19},{"source":79,"target":75},{"source":99,"target":7},{"source":97,"target":18},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":100},{"source":20,"target":101},{"source":100,"target":18},{"source":100,"target":102},{"source":100,"target":20},{"source":102,"target":18},{"source":101,"target":6}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="domainmodel" nsURI="http://www.xtext.org/example/domainmodel/Domainmodel" nsPrefix="domainmodel"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="agent" upperBound="-1" eType="#//Agent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Agent"> <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="Intent" eSuperTypes="#//Agent"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Intent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isFollowUp" eType="#//IsFollowUp" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="question" upperBound="-1" eType="#//Question" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="training" eType="#//Training" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsFollowUp"> <eStructuralFeatures xsi:type="ecore:EReference" name="intent" eType="#//Intent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Agent"> <eStructuralFeatures xsi:type="ecore:EReference" name="example" upperBound="-1" eType="#//EntityExample" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Question"> <eStructuralFeatures xsi:type="ecore:EReference" name="questionEntity" eType="#//QuestionEntity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prompt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuestionEntity"> <eStructuralFeatures xsi:type="ecore:EReference" name="withEntity" eType="#//Reference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Training"> <eStructuralFeatures xsi:type="ecore:EReference" name="trainingref" upperBound="-1" eType="#//TrainingRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrainingRef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="phrase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Declaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trainingstring" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Reference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityExample"> <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="Sysvariable"> <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="Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sysvar" eType="#//Sysvariable" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/luciosis/MDSD-Individual-portfolio/org.xtext.example.domainmodel/model/generated/Domainmodel.ecore
ecore
domainmodel Model agent Agent name Intent superType isFollowUp question training IsFollowUp intent Entity example Question questionEntity prompt QuestionEntity withEntity Training trainingref TrainingRef phrase declaration Declaration trainingstring reference EntityExample name Sysvariable value Reference entity sysvar
null
{"directed":true,"nodes":[{"nsPrefix":"domainmodel","nsURI":"http://www.xtext.org/example/domainmodel/Domainmodel","name":"domainmodel","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":"Agent","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intent","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsFollowUp","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":"Question","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuestionEntity","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Training","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrainingRef","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityExample","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sysvariable","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"agent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","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":true,"unsettable":false,"transient":false,"unique":true,"name":"isFollowUp","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":"question","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"training","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"example","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"questionEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prompt","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"withEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trainingref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"phrase","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trainingstring","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sysvar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":14,"target":2},{"source":14,"target":15},{"source":14,"target":1},{"source":15,"target":2},{"source":2,"target":0},{"source":2,"target":16},{"source":16,"target":17},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":18,"target":3},{"source":18,"target":23},{"source":18,"target":3},{"source":23,"target":3},{"source":19,"target":4},{"source":19,"target":24},{"source":19,"target":3},{"source":24,"target":4},{"source":20,"target":6},{"source":20,"target":25},{"source":20,"target":3},{"source":25,"target":6},{"source":21,"target":8},{"source":21,"target":26},{"source":21,"target":3},{"source":26,"target":8},{"source":22,"target":2},{"source":4,"target":0},{"source":4,"target":27},{"source":27,"target":3},{"source":27,"target":28},{"source":27,"target":4},{"source":28,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":11},{"source":29,"target":31},{"source":29,"target":5},{"source":31,"target":11},{"source":30,"target":2},{"source":6,"target":0},{"source":6,"target":32},{"source":6,"target":33},{"source":32,"target":7},{"source":32,"target":34},{"source":32,"target":6},{"source":34,"target":7},{"source":33,"target":35},{"source":33,"target":6},{"source":7,"target":0},{"source":7,"target":36},{"source":36,"target":13},{"source":36,"target":37},{"source":36,"target":7},{"source":37,"target":13},{"source":8,"target":0},{"source":8,"target":38},{"source":38,"target":9},{"source":38,"target":39},{"source":38,"target":8},{"source":39,"target":9},{"source":9,"target":0},{"source":9,"target":40},{"source":9,"target":41},{"source":40,"target":42},{"source":40,"target":9},{"source":41,"target":10},{"source":41,"target":43},{"source":41,"target":9},{"source":43,"target":10},{"source":10,"target":0},{"source":10,"target":44},{"source":10,"target":45},{"source":44,"target":46},{"source":44,"target":10},{"source":45,"target":13},{"source":45,"target":47},{"source":45,"target":10},{"source":47,"target":13},{"source":11,"target":0},{"source":11,"target":48},{"source":48,"target":49},{"source":48,"target":11},{"source":12,"target":0},{"source":12,"target":50},{"source":50,"target":51},{"source":50,"target":12},{"source":13,"target":0},{"source":13,"target":52},{"source":13,"target":53},{"source":52,"target":5},{"source":52,"target":54},{"source":52,"target":13},{"source":54,"target":5},{"source":53,"target":12},{"source":53,"target":55},{"source":53,"target":13},{"source":55,"target":12}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="owls" nsURI="platform:/resource/owls/model/owls.ecore" nsPrefix="owls"> <eClassifiers xsi:type="ecore:EClass" name="Owls"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ontology" eType="#//OwlsOntology" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" eType="#//OwlsService" eOpposite="#//OwlsService/ownedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="profile" eType="#//OwlsProfile"/> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//OwlsProcess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsOntology"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsService"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="presents" eType="#//OwlsProfile" containment="true" eOpposite="#//OwlsProfile/isPresentedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="describedBy" eType="#//OwlsProcess" eOpposite="#//OwlsProcess/describes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supports" eType="#//OwlsWsdlGrounding" containment="true" eOpposite="#//OwlsWsdlGrounding/supportedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBy" eType="#//Owls" containment="true" eOpposite="#//Owls/service"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsProfile"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isPresentedBy" eType="#//OwlsService" eOpposite="#//OwlsService/presents"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasProcess" eType="#//OwlsProcess"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsWsdlGrounding"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supportedBy" eType="#//OwlsService" eOpposite="#//OwlsService/supports"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasAtomicProcessGrounding" upperBound="-1" eType="#//OwlsWsdlAtomicProcessGrounding" containment="true" eKeys="#//OwlsWsdlAtomicProcessGrounding/iD"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsWsdlAtomicProcessGrounding"> <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="OwlsProcess"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="describes" eType="#//OwlsService" containment="true" eOpposite="#//OwlsService/describedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="peformedBy" eType="#//OwlsPeform" containment="true" eOpposite="#//OwlsPeform/process"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasInputs" upperBound="-1" eType="#//OwlsInput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOutputs" upperBound="-1" eType="#//OwlsOutput" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//OwlsAssign" containment="true" eOpposite="#//OwlsAssign/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messagesBindings" upperBound="-1" eType="#//OwlsAssignClient" containment="true" eOpposite="#//OwlsAssignClient/processReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsAtomicProcess" eSuperTypes="#//OwlsProcess"/> <eClassifiers xsi:type="ecore:EClass" name="OwlsCompositeProcess" eSuperTypes="#//OwlsProcess"> <eStructuralFeatures xsi:type="ecore:EReference" name="composedOf" lowerBound="1" eType="#//OwlsControlConstruct" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsControlConstruct"> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//OwlsProcess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constructs" upperBound="-1" eType="#//OwlsControlConstruct" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messages" lowerBound="2" upperBound="2" eType="#//OwlsClientMessage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsSequence" eSuperTypes="#//OwlsControlConstruct"/> <eClassifiers xsi:type="ecore:EClass" name="OwlsSplit" eSuperTypes="#//OwlsControlConstruct"/> <eClassifiers xsi:type="ecore:EClass" name="OwlsAnyOrder" eSuperTypes="#//OwlsControlConstruct"/> <eClassifiers xsi:type="ecore:EClass" name="OwlsPeform"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//OwlsProcess" eOpposite="#//OwlsProcess/peformedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsInput" eSuperTypes="#//OwlsParameter"/> <eClassifiers xsi:type="ecore:EClass" name="OwlsOutput" eSuperTypes="#//OwlsParameter"/> <eClassifiers xsi:type="ecore:EClass" name="OwlsAssign"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//OwlsProcess" eOpposite="#//OwlsProcess/bindings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//OwlsProcess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputTarget" lowerBound="1" eType="#//OwlsInput"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputSource" lowerBound="1" eType="#//OwlsOutput"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsClientMessage"/> <eClassifiers xsi:type="ecore:EClass" name="OwlsInputClientMessage" eSuperTypes="#//OwlsClientMessage"> <eStructuralFeatures xsi:type="ecore:EReference" name="clientInputs" upperBound="-1" eType="#//OwlsInput"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsOutputClientMessage" eSuperTypes="#//OwlsClientMessage"> <eStructuralFeatures xsi:type="ecore:EReference" name="clientOutputs" upperBound="-1" eType="#//OwlsOutput"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsAssignClient"> <eStructuralFeatures xsi:type="ecore:EReference" name="processReference" eType="#//OwlsProcess" eOpposite="#//OwlsProcess/messagesBindings"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsAssignInputClient" eSuperTypes="#//OwlsAssignClient"> <eStructuralFeatures xsi:type="ecore:EReference" name="clientReference" eType="#//OwlsInputClientMessage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputReferences" lowerBound="1" eType="#//OwlsInput"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputsReferences" lowerBound="1" eType="#//OwlsInput"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OwlsAssignOutputClient" eSuperTypes="#//OwlsAssignClient"> <eStructuralFeatures xsi:type="ecore:EReference" name="clientReference" eType="#//OwlsOutputClientMessage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputReferences" lowerBound="1" eType="#//OwlsOutput"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputsReferences" lowerBound="1" eType="#//OwlsOutput"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/FORMAS/OWL-S-Composer/owls/model/owls.ecore
ecore
owls Owls namespace ontology service profile process OwlsOntology imports OwlsService iD presents describedBy supports ownedBy OwlsProfile iD serviceName isPresentedBy hasProcess OwlsWsdlGrounding iD supportedBy hasAtomicProcessGrounding OwlsWsdlAtomicProcessGrounding iD OwlsProcess iD label processURI referenceName describes peformedBy hasInputs hasOutputs bindings messagesBindings OwlsAtomicProcess OwlsCompositeProcess composedOf OwlsControlConstruct processes constructs elements messages OwlsSequence OwlsSplit OwlsAnyOrder OwlsPeform iD process OwlsParameter iD parameterType label OwlsInput OwlsOutput OwlsAssign target source inputTarget outputSource OwlsClientMessage OwlsInputClientMessage clientInputs OwlsOutputClientMessage clientOutputs OwlsAssignClient processReference OwlsAssignInputClient clientReference inputReferences outputsReferences OwlsAssignOutputClient clientReference inputReferences outputsReferences
null
{"directed":true,"nodes":[{"nsPrefix":"owls","nsURI":"platform:/resource/owls/model/owls.ecore","name":"owls","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Owls","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsOntology","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsService","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsProfile","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsWsdlGrounding","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsWsdlAtomicProcessGrounding","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsProcess","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsAtomicProcess","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsCompositeProcess","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsControlConstruct","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsSequence","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsSplit","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsAnyOrder","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsPeform","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsParameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsInput","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsOutput","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsAssign","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsClientMessage","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsInputClientMessage","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsOutputClientMessage","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsAssignClient","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsAssignInputClient","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwlsAssignOutputClient","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ontology","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"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":"service","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"profile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"presents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"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":"describedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"supports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isPresentedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"describes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supportedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceName","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","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":"hasAtomicProcessGrounding","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":"iD","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","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":"processURI","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":"referenceName","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"peformedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasInputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasOutputs","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":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messagesBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"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":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"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":"processReference","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processes","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":"constructs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"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":"messages","changeable":true,"resolveProxies":true,"lowerBound":2,"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"},{"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":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iD","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterType","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":"label","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"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"inputTarget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputSource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientInputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientOutputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputReferences","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputsReferences","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"clientReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputReferences","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputsReferences","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":1,"target":0},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":25,"target":30},{"source":25,"target":1},{"source":26,"target":2},{"source":26,"target":31},{"source":26,"target":1},{"source":31,"target":2},{"source":27,"target":3},{"source":27,"target":32},{"source":27,"target":1},{"source":27,"target":33},{"source":32,"target":3},{"source":28,"target":4},{"source":28,"target":34},{"source":28,"target":1},{"source":34,"target":4},{"source":29,"target":7},{"source":29,"target":35},{"source":29,"target":1},{"source":35,"target":7},{"source":2,"target":0},{"source":2,"target":36},{"source":36,"target":37},{"source":36,"target":2},{"source":3,"target":0},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":33},{"source":38,"target":42},{"source":38,"target":3},{"source":39,"target":4},{"source":39,"target":43},{"source":39,"target":3},{"source":39,"target":44},{"source":43,"target":4},{"source":40,"target":7},{"source":40,"target":45},{"source":40,"target":3},{"source":40,"target":46},{"source":45,"target":7},{"source":41,"target":5},{"source":41,"target":47},{"source":41,"target":3},{"source":41,"target":48},{"source":47,"target":5},{"source":33,"target":1},{"source":33,"target":49},{"source":33,"target":3},{"source":33,"target":27},{"source":49,"target":1},{"source":4,"target":0},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":44},{"source":4,"target":52},{"source":50,"target":53},{"source":50,"target":4},{"source":51,"target":54},{"source":51,"target":4},{"source":44,"target":3},{"source":44,"target":55},{"source":44,"target":4},{"source":44,"target":39},{"source":55,"target":3},{"source":52,"target":7},{"source":52,"target":56},{"source":52,"target":4},{"source":56,"target":7},{"source":5,"target":0},{"source":5,"target":57},{"source":5,"target":48},{"source":5,"target":58},{"source":57,"target":59},{"source":57,"target":5},{"source":48,"target":3},{"source":48,"target":60},{"source":48,"target":5},{"source":48,"target":41},{"source":60,"target":3},{"source":58,"target":6},{"source":58,"target":61},{"source":58,"target":5},{"source":58,"target":62},{"source":61,"target":6},{"source":6,"target":0},{"source":6,"target":62},{"source":62,"target":63},{"source":62,"target":6},{"source":7,"target":0},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":46},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":64,"target":73},{"source":64,"target":7},{"source":65,"target":74},{"source":65,"target":7},{"source":66,"target":75},{"source":66,"target":7},{"source":67,"target":76},{"source":67,"target":7},{"source":46,"target":3},{"source":46,"target":77},{"source":46,"target":7},{"source":46,"target":40},{"source":77,"target":3},{"source":68,"target":14},{"source":68,"target":78},{"source":68,"target":7},{"source":68,"target":79},{"source":78,"target":14},{"source":69,"target":16},{"source":69,"target":80},{"source":69,"target":7},{"source":80,"target":16},{"source":70,"target":17},{"source":70,"target":81},{"source":70,"target":7},{"source":81,"target":17},{"source":71,"target":18},{"source":71,"target":82},{"source":71,"target":7},{"source":71,"target":83},{"source":82,"target":18},{"source":72,"target":22},{"source":72,"target":84},{"source":72,"target":7},{"source":72,"target":85},{"source":84,"target":22},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":86},{"source":86,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":87},{"source":9,"target":88},{"source":87,"target":10},{"source":87,"target":89},{"source":87,"target":9},{"source":89,"target":10},{"source":88,"target":7},{"source":10,"target":0},{"source":10,"target":90},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":90,"target":7},{"source":90,"target":94},{"source":90,"target":10},{"source":94,"target":7},{"source":91,"target":10},{"source":91,"target":95},{"source":91,"target":10},{"source":95,"target":10},{"source":92,"target":96},{"source":92,"target":10},{"source":93,"target":19},{"source":93,"target":97},{"source":93,"target":10},{"source":97,"target":19},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":98},{"source":98,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":99},{"source":99,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":100},{"source":100,"target":10},{"source":14,"target":0},{"source":14,"target":101},{"source":14,"target":79},{"source":101,"target":102},{"source":101,"target":14},{"source":79,"target":7},{"source":79,"target":103},{"source":79,"target":14},{"source":79,"target":68},{"source":103,"target":7},{"source":15,"target":0},{"source":15,"target":104},{"source":15,"target":105},{"source":15,"target":106},{"source":104,"target":107},{"source":104,"target":15},{"source":105,"target":108},{"source":105,"target":15},{"source":106,"target":109},{"source":106,"target":15},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":110},{"source":110,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":111},{"source":111,"target":15},{"source":18,"target":0},{"source":18,"target":83},{"source":18,"target":112},{"source":18,"target":113},{"source":18,"target":114},{"source":83,"target":7},{"source":83,"target":115},{"source":83,"target":18},{"source":83,"target":71},{"source":115,"target":7},{"source":112,"target":7},{"source":112,"target":116},{"source":112,"target":18},{"source":116,"target":7},{"source":113,"target":16},{"source":113,"target":117},{"source":113,"target":18},{"source":117,"target":16},{"source":114,"target":17},{"source":114,"target":118},{"source":114,"target":18},{"source":118,"target":17},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":119},{"source":20,"target":120},{"source":119,"target":16},{"source":119,"target":121},{"source":119,"target":20},{"source":121,"target":16},{"source":120,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":122},{"source":21,"target":123},{"source":122,"target":17},{"source":122,"target":124},{"source":122,"target":21},{"source":124,"target":17},{"source":123,"target":19},{"source":22,"target":0},{"source":22,"target":85},{"source":85,"target":7},{"source":85,"target":125},{"source":85,"target":22},{"source":85,"target":72},{"source":125,"target":7},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":126},{"source":23,"target":127},{"source":23,"target":128},{"source":23,"target":129},{"source":126,"target":20},{"source":126,"target":130},{"source":126,"target":23},{"source":130,"target":20},{"source":127,"target":16},{"source":127,"target":131},{"source":127,"target":23},{"source":131,"target":16},{"source":128,"target":16},{"source":128,"target":132},{"source":128,"target":23},{"source":132,"target":16},{"source":129,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":133},{"source":24,"target":134},{"source":24,"target":135},{"source":24,"target":136},{"source":133,"target":21},{"source":133,"target":137},{"source":133,"target":24},{"source":137,"target":21},{"source":134,"target":17},{"source":134,"target":138},{"source":134,"target":24},{"source":138,"target":17},{"source":135,"target":17},{"source":135,"target":139},{"source":135,"target":24},{"source":139,"target":17},{"source":136,"target":22}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="research18" nsURI="http://research18" nsPrefix="_research18"> <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" value="_"/> </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" value="_"/> <details key="ref=res_position" value="_"/> <details key="cref=skills" value="_"/> <details key="style=green" value="_"/> <details key="style.lnk.reviews=foobar" value="_"/> <details key="style.cref.skills=yellow2" value="_"/> <details key="style.ref.res_position=e1" value="_"/> <details key="style.lnk.writes=black" 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="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" value="_"/> <details key="style.kref.paragraphs=lightgray" value="_"/> <details key="ref=state" value="_"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="view=vwpublicationstructure" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="paragraphs" upperBound="-1" eType="#//Paragraph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progress" upperBound="-1" eType="#//Progress" containment="true" eOpposite="#//Progress/paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Researcher" eOpposite="#//Researcher/res_papers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keywords" upperBound="-1" eType="#//PaperKeyword" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="citedBy" eType="#//Paper"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//Counted #//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="style=blue22" value="_"/> <details key="cont=Paper.paragraphs" value=""/> <details key="label=name" value="_"/> <details key="kref=reviews" value=""/> <details key="style.kref.reviews=bluecompartment" value="_"/> </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" value="_"/> <details key="cont=Paper.progress" value=""/> <details key="ltrg=process" value=""/> <details key="style=e10" value="_"/> </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" value="_"/> <details key="label=timeSpent" value="_"/> </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" value="_"/> <details key="label=date" value="_"/> </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" value="_"/> <details key="kref=researchers" value=""/> <details key="kref=papers" value=""/> <details key="style.kref.papers=blue2" value="_"/> <details key="style.kref.researchers=yellow2" value="_"/> <details key="style=dashedred" value="_"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="pov" value="_"/> <details key="view=vwpublicationstructure" value="_"/> </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" value="_"/> <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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviorView" eType="#//PublicationStatus" 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" 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="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" value="_"/> <details key="label=description" value="_"/> <details key="style=green2" value="_"/> </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" value="_"/> <details key="label=description" value="_"/> </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" value="_"/> <details key="style=green2" 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="Keyword" eSuperTypes="#//Named"> <eAnnotations source="diagraph"/> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="view=vwpublicationstructure" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="word" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kpapers" upperBound="-1" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KnowledgeManager" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="view=vwpublicationstructure" value="_"/> <details key="kref=allkeywords" value="_"/> </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" value="_"/> <details key="view=vwpublicationstructure" value="_"/> <details key="ltrg=keyword" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyword" eType="#//Keyword"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Collaboration"> <eAnnotations source="diagraph"> <details key="label=ratio" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="col_paper" eType="#//Paper"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PublicationStatus"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="kref=pubStates" value="_"/> <details key="label=label" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="machineVariables" upperBound="-1" eType="#//StateMachineVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pubStates" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachineVariable"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachineObject" abstract="true"> <eAnnotations source="diagraph"> <details key="label=label" 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="Transition" eSuperTypes="#//StateMachineObject"> <eAnnotations source="diagraph"> <details key="link" value="_"/> <details key="cont=State.transitions" value="_"/> <details key="lsrc=source" value="_"/> <details key="ltrg=target" value="_"/> <details key="label=guardExpression" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guardLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guardExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="t_actions" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//StateMachineObject"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="kref=s_actions" value="_"/> <details key="label=name" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="s_actions" upperBound="-1" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//StateType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="label=actionStatement" value="_"/> <details key="cont=State.s_actions" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionStatement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="StateType"> <eLiterals name="initial" literal="Initial"/> <eLiterals name="ongoing" value="1" literal="Normal"/> <eLiterals name="final" value="2" literal="Final"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/research18.ecore
ecore
research18 PublicationProcess minTime maxTime phases Researcher name forName writes reviews res_papers skills res_position collaborations Paper paragraphs progress authors keywords citedBy state Paragraph reviews content ReviewNote content Progress process paper percent Write paragraph timeSpent Review reviewNote date PublicationStructure researchers papers knowledgeMan PublicationSystem processView structuralView positions behaviorView Named name Counted id Labelled lname Skill description Position parent description Phase name Keyword word kpapers KnowledgeManager allkeywords PaperKeyword weight keyword Collaboration ratio col_paper PublicationStatus machineVariables pubStates label StateMachineVariable StateMachineObject label Transition guardLabel guardExpression t_actions source target State id transitions s_actions kind name Action actionLabel actionStatement next StateType initial Initial ongoing Normal final Final
null
{"directed":true,"nodes":[{"nsPrefix":"_research18","nsURI":"http://research18","name":"research18","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationProcess","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewNote","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Progress","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Write","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Review","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counted","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labelled","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skill","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeManager","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperKeyword","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStatus","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineVariable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineObject","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateType","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minTime","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxTime","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"phases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forName","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"res_papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"skills","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"res_position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collaborations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paragraphs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"progress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"percent","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeSpent","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reviewNote","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"knowledgeMan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structuralView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviorView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lname","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"word","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kpapers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allkeywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyword","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ratio","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"col_paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"machineVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pubStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guardLabel","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guardExpression","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"t_actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"s_actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionLabel","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionStatement","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"name":"initial","id":173,"value":0,"literal":"Initial","eClass":"EEnumLiteral"},{"name":"ongoing","id":174,"value":1,"literal":"Normal","eClass":"EEnumLiteral"},{"name":"final","id":175,"value":2,"literal":"Final","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":11},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":28,"target":32},{"source":28,"target":1},{"source":29,"target":33},{"source":29,"target":1},{"source":30,"target":16},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":16},{"source":31,"target":11},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":35,"target":43},{"source":35,"target":2},{"source":36,"target":44},{"source":36,"target":2},{"source":37,"target":7},{"source":37,"target":45},{"source":37,"target":2},{"source":45,"target":7},{"source":38,"target":8},{"source":38,"target":46},{"source":38,"target":2},{"source":46,"target":8},{"source":39,"target":3},{"source":39,"target":47},{"source":39,"target":2},{"source":39,"target":48},{"source":47,"target":3},{"source":40,"target":14},{"source":40,"target":49},{"source":40,"target":2},{"source":49,"target":14},{"source":41,"target":15},{"source":41,"target":50},{"source":41,"target":2},{"source":50,"target":15},{"source":42,"target":20},{"source":42,"target":51},{"source":42,"target":2},{"source":51,"target":20},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":48},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":52,"target":4},{"source":52,"target":58},{"source":52,"target":3},{"source":58,"target":4},{"source":53,"target":6},{"source":53,"target":59},{"source":53,"target":3},{"source":53,"target":60},{"source":59,"target":6},{"source":48,"target":2},{"source":48,"target":61},{"source":48,"target":3},{"source":48,"target":39},{"source":61,"target":2},{"source":54,"target":19},{"source":54,"target":62},{"source":54,"target":3},{"source":62,"target":19},{"source":55,"target":3},{"source":55,"target":63},{"source":55,"target":3},{"source":63,"target":3},{"source":56,"target":25},{"source":56,"target":64},{"source":56,"target":3},{"source":64,"target":25},{"source":57,"target":11},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":11},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":65,"target":5},{"source":65,"target":69},{"source":65,"target":4},{"source":69,"target":5},{"source":66,"target":70},{"source":66,"target":4},{"source":67,"target":12},{"source":68,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":71},{"source":5,"target":72},{"source":71,"target":73},{"source":71,"target":5},{"source":72,"target":11},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":74},{"source":6,"target":60},{"source":6,"target":75},{"source":6,"target":76},{"source":74,"target":1},{"source":74,"target":77},{"source":74,"target":6},{"source":77,"target":1},{"source":60,"target":3},{"source":60,"target":78},{"source":60,"target":6},{"source":60,"target":53},{"source":78,"target":3},{"source":75,"target":79},{"source":75,"target":6},{"source":76,"target":13},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":80,"target":4},{"source":80,"target":83},{"source":80,"target":7},{"source":83,"target":4},{"source":81,"target":84},{"source":81,"target":7},{"source":82,"target":13},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":85},{"source":8,"target":86},{"source":8,"target":87},{"source":85,"target":5},{"source":85,"target":88},{"source":85,"target":8},{"source":88,"target":5},{"source":86,"target":89},{"source":86,"target":8},{"source":87,"target":13},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":90,"target":2},{"source":90,"target":94},{"source":90,"target":9},{"source":94,"target":2},{"source":91,"target":3},{"source":91,"target":95},{"source":91,"target":9},{"source":95,"target":3},{"source":92,"target":18},{"source":92,"target":96},{"source":92,"target":9},{"source":96,"target":18},{"source":93,"target":11},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":97,"target":1},{"source":97,"target":102},{"source":97,"target":10},{"source":102,"target":1},{"source":98,"target":9},{"source":98,"target":103},{"source":98,"target":10},{"source":103,"target":9},{"source":99,"target":15},{"source":99,"target":104},{"source":99,"target":10},{"source":104,"target":15},{"source":100,"target":21},{"source":100,"target":105},{"source":100,"target":10},{"source":105,"target":21},{"source":101,"target":11},{"source":11,"target":0},{"source":11,"target":106},{"source":106,"target":107},{"source":106,"target":11},{"source":12,"target":0},{"source":12,"target":108},{"source":108,"target":109},{"source":108,"target":12},{"source":13,"target":0},{"source":13,"target":110},{"source":110,"target":111},{"source":110,"target":13},{"source":14,"target":0},{"source":14,"target":112},{"source":112,"target":113},{"source":112,"target":14},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":114,"target":15},{"source":114,"target":117},{"source":114,"target":15},{"source":117,"target":15},{"source":115,"target":118},{"source":115,"target":15},{"source":116,"target":11},{"source":16,"target":0},{"source":16,"target":119},{"source":119,"target":120},{"source":119,"target":16},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":121},{"source":17,"target":122},{"source":17,"target":123},{"source":121,"target":124},{"source":121,"target":17},{"source":122,"target":3},{"source":122,"target":125},{"source":122,"target":17},{"source":125,"target":3},{"source":123,"target":11},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":126},{"source":18,"target":127},{"source":126,"target":17},{"source":126,"target":128},{"source":126,"target":18},{"source":128,"target":17},{"source":127,"target":11},{"source":19,"target":0},{"source":19,"target":129},{"source":19,"target":130},{"source":129,"target":131},{"source":129,"target":19},{"source":130,"target":17},{"source":130,"target":132},{"source":130,"target":19},{"source":132,"target":17},{"source":20,"target":0},{"source":20,"target":133},{"source":20,"target":134},{"source":133,"target":135},{"source":133,"target":20},{"source":134,"target":3},{"source":134,"target":136},{"source":134,"target":20},{"source":136,"target":3},{"source":21,"target":0},{"source":21,"target":137},{"source":21,"target":138},{"source":21,"target":139},{"source":137,"target":22},{"source":137,"target":140},{"source":137,"target":21},{"source":140,"target":22},{"source":138,"target":25},{"source":138,"target":141},{"source":138,"target":21},{"source":141,"target":25},{"source":139,"target":142},{"source":139,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":143},{"source":143,"target":144},{"source":143,"target":23},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":145},{"source":24,"target":146},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":24,"target":150},{"source":145,"target":151},{"source":145,"target":24},{"source":146,"target":152},{"source":146,"target":24},{"source":147,"target":26},{"source":147,"target":153},{"source":147,"target":24},{"source":153,"target":26},{"source":148,"target":25},{"source":148,"target":154},{"source":148,"target":24},{"source":154,"target":25},{"source":149,"target":25},{"source":149,"target":155},{"source":149,"target":24},{"source":155,"target":25},{"source":150,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":156},{"source":25,"target":157},{"source":25,"target":158},{"source":25,"target":159},{"source":25,"target":160},{"source":25,"target":161},{"source":156,"target":162},{"source":156,"target":25},{"source":157,"target":24},{"source":157,"target":163},{"source":157,"target":25},{"source":163,"target":24},{"source":158,"target":26},{"source":158,"target":164},{"source":158,"target":25},{"source":164,"target":26},{"source":159,"target":27},{"source":159,"target":165},{"source":159,"target":25},{"source":165,"target":27},{"source":160,"target":166},{"source":160,"target":25},{"source":161,"target":23},{"source":26,"target":0},{"source":26,"target":167},{"source":26,"target":168},{"source":26,"target":169},{"source":167,"target":170},{"source":167,"target":26},{"source":168,"target":171},{"source":168,"target":26},{"source":169,"target":26},{"source":169,"target":172},{"source":169,"target":26},{"source":172,"target":26},{"source":27,"target":0},{"source":27,"target":173},{"source":27,"target":174},{"source":27,"target":175},{"source":173,"target":27},{"source":174,"target":27},{"source":175,"target":27}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="lpad" nsURI="http://learnpad.eu" nsPrefix="lpad"> <eClassifiers xsi:type="ecore:EClass" name="LPAdRoot"> <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="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bpmnModels" upperBound="-1" eType="#//BPMNModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bmmModels" upperBound="-1" eType="#//BMMModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="competencyModels" upperBound="-1" eType="#//CompetencyModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentAndKnowledgeModels" upperBound="-1" eType="#//DKModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organisationalModels" upperBound="-1" eType="#//OrganisationalModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kpiModels" upperBound="-1" eType="#//KPIModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LPAdBaseModel" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPMNModel" eSuperTypes="#//LPAdBaseModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="ecore:EClass bpmn2.0/BPMN20.ecore#//Process" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BMMModel" eSuperTypes="#//LPAdBaseModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="motivationProcess" eType="ecore:EClass bmm/BMM.ecore#//BusinessProcess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompetencyModel" eSuperTypes="#//LPAdBaseModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="competencyRootContainer" eType="ecore:EClass competency/Competency.ecore#//CompetencyRootContainer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DKModel" eSuperTypes="#//LPAdBaseModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="document" eType="ecore:EClass documentAndKnowledge/DocumentAndKnowledge.ecore#//DocumentRoot" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrganisationalModel" eSuperTypes="#//LPAdBaseModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="organisationalUnits" upperBound="-1" eType="ecore:EClass organizational/Organisational.ecore#//OrganisationalUnit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KPIModel" eSuperTypes="#//LPAdBaseModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="learningGoal" eType="ecore:EClass kpi/kpi.ecore#//LearningGoal" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Arifur71484/LEARNPADNEW/learnpad/lp-model-transformer/src/main/resources/metamodels/learnpad/learnPAd.ecore
ecore
lpad LPAdRoot id name version bpmnModels bmmModels competencyModels documentAndKnowledgeModels organisationalModels kpiModels LPAdBaseModel id name version BPMNModel processes BMMModel motivationProcess CompetencyModel competencyRootContainer DKModel document OrganisationalModel organisationalUnits KPIModel learningGoal
null
{"directed":true,"nodes":[{"nsPrefix":"lpad","nsURI":"http://learnpad.eu","name":"lpad","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LPAdRoot","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LPAdBaseModel","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPMNModel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BMMModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompetencyModel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DKModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganisationalModel","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KPIModel","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":"id","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bpmnModels","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":"bmmModels","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":"competencyModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentAndKnowledgeModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organisationalModels","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":"kpiModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"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":"id","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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"motivationProcess","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":"competencyRootContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"document","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"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":"organisationalUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"learningGoal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":9,"target":18},{"source":9,"target":1},{"source":10,"target":19},{"source":10,"target":1},{"source":11,"target":20},{"source":11,"target":1},{"source":12,"target":3},{"source":12,"target":21},{"source":12,"target":1},{"source":21,"target":3},{"source":13,"target":4},{"source":13,"target":22},{"source":13,"target":1},{"source":22,"target":4},{"source":14,"target":5},{"source":14,"target":23},{"source":14,"target":1},{"source":23,"target":5},{"source":15,"target":6},{"source":15,"target":24},{"source":15,"target":1},{"source":24,"target":6},{"source":16,"target":7},{"source":16,"target":25},{"source":16,"target":1},{"source":25,"target":7},{"source":17,"target":8},{"source":17,"target":26},{"source":17,"target":1},{"source":26,"target":8},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":27,"target":30},{"source":27,"target":2},{"source":28,"target":31},{"source":28,"target":2},{"source":29,"target":32},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":33},{"source":3,"target":34},{"source":33,"target":35},{"source":33,"target":3},{"source":34,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":36},{"source":4,"target":37},{"source":36,"target":38},{"source":36,"target":4},{"source":37,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":39},{"source":5,"target":40},{"source":39,"target":41},{"source":39,"target":5},{"source":40,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":42},{"source":6,"target":43},{"source":42,"target":44},{"source":42,"target":6},{"source":43,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":45},{"source":7,"target":46},{"source":45,"target":47},{"source":45,"target":7},{"source":46,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":48},{"source":8,"target":49},{"source":48,"target":50},{"source":48,"target":8},{"source":49,"target":2}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="sybl" nsURI="http://www.example.org/SYBL" nsPrefix="sybl"> <eClassifiers xsi:type="ecore:EClass" name="BinaryRestriction"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BinaryRestriction"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" lowerBound="1" eType="#//LeftHandSideType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LeftHandSide"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" lowerBound="1" eType="#//RightHandSideType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RightHandSide"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Condition_._1_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="binaryRestrictionsConjunction" lowerBound="1" upperBound="-1" eType="#//BinaryRestriction" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BinaryRestrictionsConjunction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unaryRestrictionsConjunction" lowerBound="1" upperBound="-1" eType="#//UnaryRestriction" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UnaryRestrictionsConjunction"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Condition_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="binaryRestrictionsConjunction" lowerBound="1" upperBound="-1" eType="#//BinaryRestriction" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BinaryRestrictionsConjunction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unaryRestrictionsConjunction" lowerBound="1" upperBound="-1" eType="#//UnaryRestriction" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UnaryRestrictionsConjunction"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Constraint"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="toEnforce" lowerBound="1" eType="#//ToEnforceType1" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ToEnforce"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//ConditionType1" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Condition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="constraintProperties" upperBound="-2" eType="#//Constraint" 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="ConstraintProperties"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strategyProperties" upperBound="-2" eType="#//Strategy" 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="StrategyProperties"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="sYBLElasticityRequirementsDescription" upperBound="-2" eType="#//SyblElasticityRequirementsDescription" 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="SYBLElasticityRequirementsDescription"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeftHandSideType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="LeftHandSide_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metric" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Metric"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Number"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceToType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ReferenceTo_._type"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=":0"/> <details key="kind" value="simple"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" 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="Function"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RightHandSideType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RightHandSide_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metric" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Metric"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Number"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Strategy"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Strategy"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//ConditionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Condition"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="toEnforce" lowerBound="1" eType="#//ToEnforceType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ToEnforce"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Id"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SyblElasticityRequirementsDescription"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="syblElasticityRequirementsDescription"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sYBLSpecification" lowerBound="1" upperBound="-1" eType="#//SYBLSpecificationType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SYBLSpecification"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SYBLSpecificationType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SYBLSpecification_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" lowerBound="1" upperBound="-1" eType="#//Constraint" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Constraint"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="strategy" lowerBound="1" upperBound="-1" eType="#//Strategy" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Strategy"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToEnforceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToEnforce_._1_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ActionName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameter" 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="Parameter"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToEnforceType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToEnforce_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="binaryRestrictionsConjunction" lowerBound="1" upperBound="-1" eType="#//BinaryRestriction" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="BinaryRestrictionsConjunction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unaryRestrictionsConjunction" lowerBound="1" upperBound="-1" eType="#//UnaryRestriction" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="UnaryRestrictionsConjunction"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryRestriction"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UnaryRestriction"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metric" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Metric"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceTo" eType="#//ReferenceToType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReferenceTo"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Type"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/than-tryf/ADE/org.eclipse.camf.tosca/model/sybl.ecore
ecore
sybl BinaryRestriction leftHandSide rightHandSide type ConditionType binaryRestrictionsConjunction unaryRestrictionsConjunction ConditionType1 binaryRestrictionsConjunction unaryRestrictionsConjunction Constraint toEnforce condition id DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation constraintProperties strategyProperties sYBLElasticityRequirementsDescription LeftHandSideType metric number ReferenceToType value function name RightHandSideType metric number Strategy condition toEnforce id SyblElasticityRequirementsDescription sYBLSpecification SYBLSpecificationType constraint strategy id type ToEnforceType actionName parameter ToEnforceType1 binaryRestrictionsConjunction unaryRestrictionsConjunction UnaryRestriction metric referenceTo type
null
{"directed":true,"nodes":[{"nsPrefix":"sybl","nsURI":"http://www.example.org/SYBL","name":"sybl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryRestriction","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionType1","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftHandSideType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceToType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightHandSideType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Strategy","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SyblElasticityRequirementsDescription","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SYBLSpecificationType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToEnforceType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToEnforceType1","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryRestriction","instanceClass":null,"abstract":false,"id":14,"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":"leftHandSide","changeable":true,"resolveProxies":false,"lowerBound":1,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"type","changeable":true,"lowerBound":0,"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":"binaryRestrictionsConjunction","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unaryRestrictionsConjunction","changeable":true,"resolveProxies":false,"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":"binaryRestrictionsConjunction","changeable":true,"resolveProxies":false,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unaryRestrictionsConjunction","changeable":true,"resolveProxies":false,"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":"toEnforce","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":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":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":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":true,"unique":true,"name":"xMLNSPrefixMap","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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"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":"constraintProperties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"strategyProperties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":39,"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":"sYBLElasticityRequirementsDescription","changeable":true,"resolveProxies":false,"lowerBound":0,"id":40,"derived":true},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metric","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"metric","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":"number","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toEnforce","changeable":true,"resolveProxies":false,"lowerBound":1,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sYBLSpecification","changeable":true,"resolveProxies":false,"lowerBound":1,"id":67,"derived":false},{"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":"constraint","changeable":true,"resolveProxies":false,"lowerBound":1,"id":69,"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":"strategy","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"id","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionName","changeable":true,"lowerBound":1,"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":"parameter","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binaryRestrictionsConjunction","changeable":true,"resolveProxies":false,"lowerBound":1,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unaryRestrictionsConjunction","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"metric","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenceTo","changeable":true,"resolveProxies":false,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":6},{"source":15,"target":18},{"source":15,"target":1},{"source":18,"target":6},{"source":16,"target":8},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":8},{"source":17,"target":20},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":21,"target":1},{"source":21,"target":23},{"source":21,"target":2},{"source":23,"target":1},{"source":22,"target":14},{"source":22,"target":24},{"source":22,"target":2},{"source":24,"target":14},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"source":25,"target":1},{"source":25,"target":27},{"source":25,"target":3},{"source":27,"target":1},{"source":26,"target":14},{"source":26,"target":28},{"source":26,"target":3},{"source":28,"target":14},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":29,"target":13},{"source":29,"target":32},{"source":29,"target":4},{"source":32,"target":13},{"source":30,"target":3},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":3},{"source":31,"target":34},{"source":31,"target":4},{"source":5,"target":0},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":35,"target":41},{"source":35,"target":5},{"source":36,"target":42},{"source":36,"target":5},{"source":37,"target":43},{"source":37,"target":5},{"source":38,"target":4},{"source":38,"target":44},{"source":38,"target":5},{"source":44,"target":4},{"source":39,"target":9},{"source":39,"target":45},{"source":39,"target":5},{"source":45,"target":9},{"source":40,"target":10},{"source":40,"target":46},{"source":40,"target":5},{"source":46,"target":10},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":47,"target":49},{"source":47,"target":6},{"source":48,"target":50},{"source":48,"target":6},{"source":7,"target":0},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":51,"target":54},{"source":51,"target":7},{"source":52,"target":55},{"source":52,"target":7},{"source":53,"target":56},{"source":53,"target":7},{"source":8,"target":0},{"source":8,"target":57},{"source":8,"target":58},{"source":57,"target":59},{"source":57,"target":8},{"source":58,"target":60},{"source":58,"target":8},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":61,"target":2},{"source":61,"target":64},{"source":61,"target":9},{"source":64,"target":2},{"source":62,"target":12},{"source":62,"target":65},{"source":62,"target":9},{"source":65,"target":12},{"source":63,"target":66},{"source":63,"target":9},{"source":10,"target":0},{"source":10,"target":67},{"source":67,"target":11},{"source":67,"target":68},{"source":67,"target":10},{"source":68,"target":11},{"source":11,"target":0},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":69,"target":4},{"source":69,"target":73},{"source":69,"target":11},{"source":73,"target":4},{"source":70,"target":9},{"source":70,"target":74},{"source":70,"target":11},{"source":74,"target":9},{"source":71,"target":75},{"source":71,"target":11},{"source":72,"target":76},{"source":72,"target":11},{"source":12,"target":0},{"source":12,"target":77},{"source":12,"target":78},{"source":77,"target":79},{"source":77,"target":12},{"source":78,"target":80},{"source":78,"target":12},{"source":13,"target":0},{"source":13,"target":81},{"source":13,"target":82},{"source":81,"target":1},{"source":81,"target":83},{"source":81,"target":13},{"source":83,"target":1},{"source":82,"target":14},{"source":82,"target":84},{"source":82,"target":13},{"source":84,"target":14},{"source":14,"target":0},{"source":14,"target":85},{"source":14,"target":86},{"source":14,"target":87},{"source":85,"target":88},{"source":85,"target":14},{"source":86,"target":7},{"source":86,"target":89},{"source":86,"target":14},{"source":89,"target":7},{"source":87,"target":90},{"source":87,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="netModel" nsURI="http://www.robotoworks.com/mechanoid/net/NetModel" nsPrefix="netModel"> <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="declarations" upperBound="-1" eType="#//Declaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration"> <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="Client" eSuperTypes="#//Declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//ClientBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClientBlock"/> <eClassifiers xsi:type="ecore:EClass" name="HeaderBlock" eSuperTypes="#//ClientBlock #//HttpMethodBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="headers" upperBound="-1" eType="#//Header" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Header"> <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="HttpMethod" eSuperTypes="#//ClientBlock"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//HttpMethodType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//Path" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//HttpMethodBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HttpMethodBlock"/> <eClassifiers xsi:type="ecore:EEnum" name="HttpMethodType"> <eLiterals name="get" literal="get"/> <eLiterals name="put" value="1" literal="put"/> <eLiterals name="post" value="2" literal="post"/> <eLiterals name="delete" value="3" literal="delete"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Path"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//SimpleMemberAssignment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParamsBlock" eSuperTypes="#//ClientBlock #//HttpMethodBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//SimpleMemberAssignment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleMemberAssignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//SimpleMember" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BodyBlock" eSuperTypes="#//HttpMethodBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//BlockType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResponseBlock" eSuperTypes="#//HttpMethodBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//ComplexTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//BlockType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockType"/> <eClassifiers xsi:type="ecore:EClass" name="Member"> <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="TypedMember" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SkipMember" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//ComplexTypeLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleMember"> <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="#//IntrinsicType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//BlockType"/> <eClassifiers xsi:type="ecore:EClass" name="GenericListType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//UserTypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserTypeDeclaration" eSuperTypes="#//Declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nogen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexTypeDeclaration" eSuperTypes="#//UserTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//ComplexTypeLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumTypeDeclaration" eSuperTypes="#//UserTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//IntegerType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//EnumTypeLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumTypeLiteral"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//EnumMember" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumMember"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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="ComplexTypeLiteral" eSuperTypes="#//BlockType"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntrinsicType" eSuperTypes="#//Type"> <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="StringType" eSuperTypes="#//IntrinsicType"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//IntrinsicType"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" eSuperTypes="#//IntrinsicType"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="LongType" eSuperTypes="#//NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="DoubleType" eSuperTypes="#//NumericType"/> <eClassifiers xsi:type="ecore:EEnum" name="BooleanValue"> <eLiterals name="true" literal="true"/> <eLiterals name="false" value="1" literal="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="#//BooleanValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"> <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="NumericLiteral" eSuperTypes="#//Literal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/NetModel.ecore
ecore
netModel Model packageName declarations Declaration name Client baseUrl blocks ClientBlock HeaderBlock headers Header name value HttpMethod type name path blocks HttpMethodBlock HttpMethodType get get put put post post delete delete Path params ParamsBlock params SimpleMemberAssignment member defaultValue Literal BodyBlock type ResponseBlock superType type BlockType Member name TypedMember type SkipMember literal SimpleMember name type Type GenericListType elementType id UserType declaration UserTypeDeclaration keyword nogen ComplexTypeDeclaration literal EnumTypeDeclaration superType literal EnumTypeLiteral members EnumMember name assignment value ComplexTypeLiteral members IntrinsicType id StringType BooleanType NumericType IntegerType LongType DoubleType BooleanValue true true false false BooleanLiteral literal StringLiteral literal NumericLiteral literal
null
{"directed":true,"nodes":[{"nsPrefix":"netModel","nsURI":"http://www.robotoworks.com/mechanoid/net/NetModel","name":"netModel","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":"Declaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Client","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClientBlock","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HeaderBlock","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Header","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HttpMethod","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HttpMethodBlock","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HttpMethodType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParamsBlock","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleMemberAssignment","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyBlock","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponseBlock","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedMember","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SkipMember","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleMember","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericListType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserTypeDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexTypeDeclaration","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumTypeDeclaration","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumTypeLiteral","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumMember","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexTypeLiteral","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntrinsicType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleType","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":false,"id":40,"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":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"baseUrl","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"headers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"name":"get","id":69,"value":0,"literal":"get","eClass":"EEnumLiteral"},{"name":"put","id":70,"value":1,"literal":"put","eClass":"EEnumLiteral"},{"name":"post","id":71,"value":2,"literal":"post","eClass":"EEnumLiteral"},{"name":"delete","id":72,"value":3,"literal":"delete","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"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":"type","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"container":false,"ordered":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":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keyword","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":"nogen","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assignment","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"name":"true","id":145,"value":0,"literal":"true","eClass":"EEnumLiteral"},{"name":"false","id":146,"value":1,"literal":"false","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"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":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":1,"target":0},{"source":1,"target":41},{"source":1,"target":42},{"source":41,"target":43},{"source":41,"target":1},{"source":42,"target":2},{"source":42,"target":44},{"source":42,"target":1},{"source":44,"target":2},{"source":2,"target":0},{"source":2,"target":45},{"source":45,"target":46},{"source":45,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":47,"target":50},{"source":47,"target":3},{"source":48,"target":4},{"source":48,"target":51},{"source":48,"target":3},{"source":51,"target":4},{"source":49,"target":2},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":8},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":52,"target":6},{"source":52,"target":55},{"source":52,"target":5},{"source":55,"target":6},{"source":53,"target":4},{"source":54,"target":8},{"source":6,"target":0},{"source":6,"target":56},{"source":6,"target":57},{"source":56,"target":58},{"source":56,"target":6},{"source":57,"target":59},{"source":57,"target":6},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":60,"target":9},{"source":60,"target":65},{"source":60,"target":7},{"source":65,"target":9},{"source":61,"target":66},{"source":61,"target":7},{"source":62,"target":10},{"source":62,"target":67},{"source":62,"target":7},{"source":67,"target":10},{"source":63,"target":8},{"source":63,"target":68},{"source":63,"target":7},{"source":68,"target":8},{"source":64,"target":4},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":69,"target":9},{"source":70,"target":9},{"source":71,"target":9},{"source":72,"target":9},{"source":10,"target":0},{"source":10,"target":73},{"source":73,"target":12},{"source":73,"target":74},{"source":73,"target":10},{"source":74,"target":12},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":8},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":75,"target":12},{"source":75,"target":78},{"source":75,"target":11},{"source":78,"target":12},{"source":76,"target":4},{"source":77,"target":8},{"source":12,"target":0},{"source":12,"target":79},{"source":12,"target":80},{"source":79,"target":20},{"source":79,"target":81},{"source":79,"target":12},{"source":81,"target":20},{"source":80,"target":13},{"source":80,"target":82},{"source":80,"target":12},{"source":82,"target":13},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":83},{"source":14,"target":84},{"source":83,"target":16},{"source":83,"target":85},{"source":83,"target":14},{"source":85,"target":16},{"source":84,"target":8},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":86,"target":25},{"source":86,"target":89},{"source":86,"target":15},{"source":89,"target":25},{"source":87,"target":16},{"source":87,"target":90},{"source":87,"target":15},{"source":90,"target":16},{"source":88,"target":8},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":91},{"source":91,"target":92},{"source":91,"target":17},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":93},{"source":18,"target":94},{"source":93,"target":21},{"source":93,"target":95},{"source":93,"target":18},{"source":95,"target":21},{"source":94,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":96},{"source":19,"target":97},{"source":96,"target":29},{"source":96,"target":98},{"source":96,"target":19},{"source":98,"target":29},{"source":97,"target":17},{"source":20,"target":0},{"source":20,"target":99},{"source":20,"target":100},{"source":99,"target":101},{"source":99,"target":20},{"source":100,"target":30},{"source":100,"target":102},{"source":100,"target":20},{"source":102,"target":30},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":103},{"source":103,"target":16},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":104},{"source":22,"target":105},{"source":22,"target":106},{"source":104,"target":21},{"source":104,"target":107},{"source":104,"target":22},{"source":107,"target":21},{"source":105,"target":108},{"source":105,"target":22},{"source":106,"target":21},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":109},{"source":23,"target":110},{"source":109,"target":24},{"source":109,"target":111},{"source":109,"target":23},{"source":111,"target":24},{"source":110,"target":21},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":112},{"source":24,"target":113},{"source":24,"target":114},{"source":112,"target":115},{"source":112,"target":24},{"source":113,"target":116},{"source":113,"target":24},{"source":114,"target":2},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":117},{"source":25,"target":118},{"source":117,"target":29},{"source":117,"target":119},{"source":117,"target":25},{"source":119,"target":29},{"source":118,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":120},{"source":26,"target":121},{"source":26,"target":122},{"source":120,"target":34},{"source":120,"target":123},{"source":120,"target":26},{"source":123,"target":34},{"source":121,"target":27},{"source":121,"target":124},{"source":121,"target":26},{"source":124,"target":27},{"source":122,"target":24},{"source":27,"target":0},{"source":27,"target":125},{"source":125,"target":28},{"source":125,"target":126},{"source":125,"target":27},{"source":126,"target":28},{"source":28,"target":0},{"source":28,"target":127},{"source":28,"target":128},{"source":28,"target":129},{"source":127,"target":130},{"source":127,"target":28},{"source":128,"target":131},{"source":128,"target":28},{"source":129,"target":132},{"source":129,"target":28},{"source":29,"target":0},{"source":29,"target":16},{"source":29,"target":133},{"source":29,"target":134},{"source":133,"target":17},{"source":133,"target":135},{"source":133,"target":29},{"source":135,"target":17},{"source":134,"target":16},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":136},{"source":30,"target":137},{"source":136,"target":138},{"source":136,"target":30},{"source":137,"target":21},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":139},{"source":139,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":140},{"source":140,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":141},{"source":141,"target":30},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":142},{"source":142,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":143},{"source":143,"target":33},{"source":36,"target":0},{"source":36,"target":33},{"source":36,"target":144},{"source":144,"target":33},{"source":37,"target":0},{"source":37,"target":145},{"source":37,"target":146},{"source":145,"target":37},{"source":146,"target":37},{"source":38,"target":0},{"source":38,"target":13},{"source":38,"target":147},{"source":38,"target":148},{"source":147,"target":37},{"source":147,"target":149},{"source":147,"target":38},{"source":149,"target":37},{"source":148,"target":13},{"source":39,"target":0},{"source":39,"target":13},{"source":39,"target":150},{"source":39,"target":151},{"source":150,"target":152},{"source":150,"target":39},{"source":151,"target":13},{"source":40,"target":0},{"source":40,"target":13},{"source":40,"target":153},{"source":40,"target":154},{"source":153,"target":155},{"source":153,"target":40},{"source":154,"target":13}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="chess" nsURI="http://eclipse.org/graphiti/examples/chess" nsPrefix="chess"> <eClassifiers xsi:type="ecore:EClass" name="Board"> <eOperations name="getSquare" lowerBound="1" eType="#//Square"> <eParameters name="rank" lowerBound="1" eType="#//Ranks"/> <eParameters name="file" lowerBound="1" eType="#//Files"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="squares" lowerBound="64" upperBound="64" eType="#//Square" containment="true" eOpposite="#//Square/board"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pieces" upperBound="32" eType="#//Piece" containment="true" eOpposite="#//Piece/board"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Square"> <eOperations name="getOffsetX" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getOffsetY" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="board" lowerBound="1" eType="#//Board" eOpposite="#//Board/squares"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" lowerBound="1" eType="#//Files"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rank" lowerBound="1" eType="#//Ranks" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" lowerBound="1" eType="#//Colors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="piece" eType="#//Piece" eOpposite="#//Piece/square"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Ranks"> <eLiterals name="none"/> <eLiterals name="one" value="1"/> <eLiterals name="two" value="2"/> <eLiterals name="three" value="3"/> <eLiterals name="four" value="4"/> <eLiterals name="five" value="5"/> <eLiterals name="six" value="6"/> <eLiterals name="seven" value="7"/> <eLiterals name="eight" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Files"> <eLiterals name="none"/> <eLiterals name="A" value="1"/> <eLiterals name="B" value="2"/> <eLiterals name="C" value="3"/> <eLiterals name="D" value="4"/> <eLiterals name="E" value="5"/> <eLiterals name="F" value="6"/> <eLiterals name="G" value="7"/> <eLiterals name="H" value="8"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Colors"> <eLiterals name="none"/> <eLiterals name="light" value="1" literal="light"/> <eLiterals name="dark" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Piece"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="owner" eType="#//Colors"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Types"/> <eStructuralFeatures xsi:type="ecore:EReference" name="square" lowerBound="1" eType="#//Square" eOpposite="#//Square/piece"/> <eStructuralFeatures xsi:type="ecore:EReference" name="board" lowerBound="1" eType="#//Board" eOpposite="#//Board/pieces"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Types"> <eLiterals name="none"/> <eLiterals name="king" value="1"/> <eLiterals name="queen" value="2"/> <eLiterals name="rook" value="3"/> <eLiterals name="knight" value="4"/> <eLiterals name="bishop" value="5"/> <eLiterals name="pawn" value="6"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ChrisOnJava/org.eclipse.graphiti/examples/org.eclipse.graphiti.examples.chess/model/chess.ecore
ecore
chess Board getSquare rank file squares pieces Square getOffsetX getOffsetY board index -1 file rank color piece Ranks none none one one two two three three four four five five six six seven seven eight eight Files none none A A B B C C D D E E F F G G H H Colors none none light light dark dark Piece owner type square board Types none none king king queen queen rook rook knight knight bishop bishop pawn pawn
null
{"directed":true,"nodes":[{"nsPrefix":"chess","nsURI":"http://eclipse.org/graphiti/examples/chess","name":"chess","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Board","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Square","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Ranks","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Files","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Colors","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Piece","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Types","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSquare","lowerBound":1,"id":8,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":64,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"squares","changeable":true,"resolveProxies":true,"lowerBound":64,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":32,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pieces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rank","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"board","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"board","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getOffsetX","lowerBound":1,"id":20,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOffsetY","lowerBound":1,"id":21,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"rank","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"piece","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"square","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"name":"none","id":36,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"one","id":37,"value":1,"literal":"one","eClass":"EEnumLiteral"},{"name":"two","id":38,"value":2,"literal":"two","eClass":"EEnumLiteral"},{"name":"three","id":39,"value":3,"literal":"three","eClass":"EEnumLiteral"},{"name":"four","id":40,"value":4,"literal":"four","eClass":"EEnumLiteral"},{"name":"five","id":41,"value":5,"literal":"five","eClass":"EEnumLiteral"},{"name":"six","id":42,"value":6,"literal":"six","eClass":"EEnumLiteral"},{"name":"seven","id":43,"value":7,"literal":"seven","eClass":"EEnumLiteral"},{"name":"eight","id":44,"value":8,"literal":"eight","eClass":"EEnumLiteral"},{"name":"none","id":45,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"A","id":46,"value":1,"literal":"A","eClass":"EEnumLiteral"},{"name":"B","id":47,"value":2,"literal":"B","eClass":"EEnumLiteral"},{"name":"C","id":48,"value":3,"literal":"C","eClass":"EEnumLiteral"},{"name":"D","id":49,"value":4,"literal":"D","eClass":"EEnumLiteral"},{"name":"E","id":50,"value":5,"literal":"E","eClass":"EEnumLiteral"},{"name":"F","id":51,"value":6,"literal":"F","eClass":"EEnumLiteral"},{"name":"G","id":52,"value":7,"literal":"G","eClass":"EEnumLiteral"},{"name":"H","id":53,"value":8,"literal":"H","eClass":"EEnumLiteral"},{"name":"none","id":54,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"light","id":55,"value":1,"literal":"light","eClass":"EEnumLiteral"},{"name":"dark","id":56,"value":2,"literal":"dark","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"name":"none","id":63,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"king","id":64,"value":1,"literal":"king","eClass":"EEnumLiteral"},{"name":"queen","id":65,"value":2,"literal":"queen","eClass":"EEnumLiteral"},{"name":"rook","id":66,"value":3,"literal":"rook","eClass":"EEnumLiteral"},{"name":"knight","id":67,"value":4,"literal":"knight","eClass":"EEnumLiteral"},{"name":"bishop","id":68,"value":5,"literal":"bishop","eClass":"EEnumLiteral"},{"name":"pawn","id":69,"value":6,"literal":"pawn","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":8,"target":2},{"source":8,"target":11},{"source":8,"target":1},{"source":8,"target":12},{"source":8,"target":13},{"source":11,"target":2},{"source":12,"target":3},{"source":12,"target":14},{"source":12,"target":8},{"source":14,"target":3},{"source":13,"target":4},{"source":13,"target":15},{"source":13,"target":8},{"source":15,"target":4},{"source":9,"target":2},{"source":9,"target":16},{"source":9,"target":1},{"source":9,"target":17},{"source":16,"target":2},{"source":10,"target":6},{"source":10,"target":18},{"source":10,"target":1},{"source":10,"target":19},{"source":18,"target":6},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":17},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":20,"target":27},{"source":20,"target":2},{"source":21,"target":28},{"source":21,"target":2},{"source":17,"target":1},{"source":17,"target":29},{"source":17,"target":2},{"source":17,"target":9},{"source":29,"target":1},{"source":22,"target":30},{"source":22,"target":2},{"source":23,"target":4},{"source":23,"target":31},{"source":23,"target":2},{"source":31,"target":4},{"source":24,"target":3},{"source":24,"target":32},{"source":24,"target":2},{"source":32,"target":3},{"source":25,"target":5},{"source":25,"target":33},{"source":25,"target":2},{"source":33,"target":5},{"source":26,"target":6},{"source":26,"target":34},{"source":26,"target":2},{"source":26,"target":35},{"source":34,"target":6},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":36,"target":3},{"source":37,"target":3},{"source":38,"target":3},{"source":39,"target":3},{"source":40,"target":3},{"source":41,"target":3},{"source":42,"target":3},{"source":43,"target":3},{"source":44,"target":3},{"source":4,"target":0},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":45,"target":4},{"source":46,"target":4},{"source":47,"target":4},{"source":48,"target":4},{"source":49,"target":4},{"source":50,"target":4},{"source":51,"target":4},{"source":52,"target":4},{"source":53,"target":4},{"source":5,"target":0},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":54,"target":5},{"source":55,"target":5},{"source":56,"target":5},{"source":6,"target":0},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":35},{"source":6,"target":19},{"source":57,"target":5},{"source":57,"target":59},{"source":57,"target":6},{"source":59,"target":5},{"source":58,"target":7},{"source":58,"target":60},{"source":58,"target":6},{"source":60,"target":7},{"source":35,"target":2},{"source":35,"target":61},{"source":35,"target":6},{"source":35,"target":26},{"source":61,"target":2},{"source":19,"target":1},{"source":19,"target":62},{"source":19,"target":6},{"source":19,"target":10},{"source":62,"target":1},{"source":7,"target":0},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":63,"target":7},{"source":64,"target":7},{"source":65,"target":7},{"source":66,"target":7},{"source":67,"target":7},{"source":68,"target":7},{"source":69,"target":7}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="tURN" nsURI="http://www.xtext.org/example/mydsl/TURN" nsPrefix="tURN"> <eClassifiers xsi:type="ecore:EClass" name="URNspec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="info" eType="#//ConcreteURNspec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1" eType="#//Actor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showAsMeansEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stratGroups" upperBound="-1" eType="#//StrategiesGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="strategies" upperBound="-1" eType="#//EvaluationStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indConversions" upperBound="-1" eType="#//IndicatorConversion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contribContextGroups" upperBound="-1" eType="#//ContributionContextGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contribContexts" upperBound="-1" eType="#//ContributionContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ucmMaps" upperBound="-1" eType="#//UCMmap" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concerns" upperBound="-1" eType="#//Concern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="urnlinks" upperBound="-1" eType="#//URNlink" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-1" eType="#//Metadata" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteURNspec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="created" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urnVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Concern" eSuperTypes="#//URNmodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//URNmodelElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" unique="false" upperBound="-1" eType="#//URNmodelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LongName"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Text" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="info" eType="#//ConcreteCondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URNlink" eSuperTypes="#//URNmodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Text" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromElem" eType="#//URNmodelElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toElem" eType="#//URNmodelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metadata"> <eStructuralFeatures xsi:type="ecore:EReference" name="elem" eType="#//URNmodelElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Text" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="URNmodelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//URNmodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importance" eType="#//ImportanceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importanceQuantitative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elems" upperBound="-1" eType="#//IntentionalElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntentionalElement" eSuperTypes="#//URNmodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//IntentionalElementType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importance" eType="#//ImportanceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importanceQuantitative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksSrc" upperBound="-1" eType="#//ElementLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementLink"/> <eClassifiers xsi:type="ecore:EClass" name="Contribution" eSuperTypes="#//URNmodelElement #//ElementLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dest" eType="#//IntentionalElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="correlation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contribution" eType="#//ContributionType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantitativeContribution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decomposition" eSuperTypes="#//URNmodelElement #//ElementLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decompositionType" eType="#//DecompositionType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dest" eType="#//IntentionalElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//URNmodelElement #//ElementLink"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dest" eType="#//IntentionalElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtificialRule" eSuperTypes="#//URNmodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="longName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrategiesGroup" eSuperTypes="#//URNmodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evalStrategy" eType="#//EvaluationStrategy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evalStrategies" unique="false" upperBound="-1" eType="#//EvaluationStrategy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluationStrategy" eSuperTypes="#//URNmodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="info" eType="#//ConcreteStrategy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluations" upperBound="-1" eType="#//Evaluation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedStrategy" eType="#//EvaluationStrategy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedStrategies" unique="false" upperBound="-1" eType="#//EvaluationStrategy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcreteStrategy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Evaluation"> <eStructuralFeatures xsi:type="ecore:EReference" name="intElement" eType="#//IntentionalElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceeds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualitativeEvaluation" eType="#//QualitativeLabel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evaluation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indicatorEval" eType="#//IndicatorEvaluation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conversion" eType="#//IndicatorConversion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndicatorEvaluation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realWorldLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realWorldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndicatorConversion"/> <eClassifiers xsi:type="ecore:EClass" name="LinearConversion" eSuperTypes="#//URNmodelElement #//IndicatorConversion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thresholdValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="worstValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualToQMappings" eSuperTypes="#//URNmodelElement #//IndicatorConversion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//QualToQMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualToQMapping"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceeds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realWorldLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualitativeEvaluation" eType="#//QualitativeLabel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evaluation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContributionContextGroup" eSuperTypes="#//URNmodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contrib" eType="#//ContributionContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contribs" unique="false" upperBound="-1" eType="#//ContributionContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContributionContext" eSuperTypes="#//URNmodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="changes" upperBound="-1" eType="#//ContributionChange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedContext" eType="#//ContributionContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedContexts" unique="false" upperBound="-1" eType="#//ContributionContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContributionChange"> <eStructuralFeatures xsi:type="ecore:EReference" name="contribution" eType="#//Contribution"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newContribution" eType="#//ContributionType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newQuantitativeContribution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="QualitativeLabel"> <eLiterals name="denied" literal="denied"/> <eLiterals name="weaklyDenied" value="1" literal="weaklyDenied"/> <eLiterals name="weaklySatisfied" value="2" literal="weaklySatisfied"/> <eLiterals name="satisfied" value="3" literal="satisfied"/> <eLiterals name="conflict" value="4" literal="conflict"/> <eLiterals name="unknown" value="5" literal="unknown"/> <eLiterals name="none" value="6" literal="none"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="IntentionalElementType"> <eLiterals name="softgoal" literal="softgoal"/> <eLiterals name="goal" value="1" literal="goal"/> <eLiterals name="task" value="2" literal="task"/> <eLiterals name="resource" value="3" literal="resource"/> <eLiterals name="belief" value="4" literal="belief"/> <eLiterals name="indicator" value="5" literal="indicator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ContributionType"> <eLiterals name="make" literal="make"/> <eLiterals name="help" value="1" literal="help"/> <eLiterals name="somePositive" value="2" literal="somePositive"/> <eLiterals name="unknown" value="3" literal="unknown"/> <eLiterals name="someNegative" value="4" literal="someNegative"/> <eLiterals name="hurt" value="5" literal="hurt"/> <eLiterals name="break" value="6" literal="break"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ImportanceType"> <eLiterals name="high" literal="high"/> <eLiterals name="medium" value="1" literal="medium"/> <eLiterals name="low" value="2" literal="low"/> <eLiterals name="none" value="3" literal="none"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DecompositionType"> <eLiterals name="and" literal="and"/> <eLiterals name="or" value="1" literal="or"/> <eLiterals name="xor" value="2" literal="xor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UCMmap" eSuperTypes="#//URNmodelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="singleton" 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="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stubs" upperBound="-1" eType="#//StubDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paths" upperBound="-1" eType="#//Path" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//ComponentRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Path"> <eStructuralFeatures xsi:type="ecore:EReference" name="startPoint" eType="#//StartPoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathBody" eType="#//PathBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartPoint" eSuperTypes="#//URNmodelElement #//ConnectElement #//ReferencedBoundElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precondition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="catches" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathEnd" eType="#//RegularEnd" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedEnd" eType="#//ReferencedEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedStub" eType="#//Stub"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathBodyNode" eSuperTypes="#//ReferencedBoundElement"/> <eClassifiers xsi:type="ecore:EClass" name="RegularEnd" eSuperTypes="#//ReferencedBoundElement"/> <eClassifiers xsi:type="ecore:EClass" name="EndpointWithConnect" eSuperTypes="#//RegularEnd"> <eStructuralFeatures xsi:type="ecore:EReference" name="regularEnd" eType="#//EndPoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connect" eType="#//Connect" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferencedEnd"/> <eClassifiers xsi:type="ecore:EClass" name="RespRef" eSuperTypes="#//URNmodelElement #//PathBodyNode #//ReferencedEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrJoin" eSuperTypes="#//URNmodelElement #//PathBodyNode #//ReferencedEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndJoin" eSuperTypes="#//URNmodelElement #//PathBodyNode #//ReferencedEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaitingPlace" eSuperTypes="#//URNmodelElement #//PathBodyNode #//ConnectElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//WAITKIND"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Timer" eSuperTypes="#//URNmodelElement #//PathBodyNode #//ConnectElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//WAITKIND"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeoutCondition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timeoutPath" eType="#//PathBody" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connect" eSuperTypes="#//PathBodyNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="connectsTo" eType="#//ConnectElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectElement"/> <eClassifiers xsi:type="ecore:EClass" name="FailurePoint" eSuperTypes="#//URNmodelElement #//PathBodyNode #//ReferencedEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="failLabel" eType="#//FailureLabel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndPoint" eSuperTypes="#//ReferencedBoundElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrFork" eSuperTypes="#//URNmodelElement #//RegularEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//OrBody" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectingOrBody" eType="#//PathBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//PathBody" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="regularBody" upperBound="-1" eType="#//RegularOrFork" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RegularOrFork"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathBody" eType="#//PathBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndFork" eSuperTypes="#//URNmodelElement #//RegularEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathbody" upperBound="-1" eType="#//PathBody" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectingAndBody" eType="#//PathBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stub" eSuperTypes="#//URNmodelElement #//RegularEnd #//ReferencedEnd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stubType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" eType="#//StubParameters" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stubRef" eType="#//StubDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPaths" upperBound="-1" eType="#//StubOutPath" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectingStubBody" eType="#//PathBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StubParameters"> <eStructuralFeatures xsi:type="ecore:EReference" name="plugin" upperBound="-1" eType="#//PluginBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StubDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" eType="#//StubParameters" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StubOutPath"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="threshold" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//PathBody" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PluginBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replication" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="map" eType="#//UCMmap"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" eType="#//Binding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Binding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentRef" eSuperTypes="#//URNmodelElement #//ReferencedBoundElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//COMPONENTKIND"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="longName" eType="#//LongName" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//BoundOption" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//BoundOption" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoundOption"/> <eClassifiers xsi:type="ecore:EClass" name="BoundElement" eSuperTypes="#//BoundOption"> <eStructuralFeatures xsi:type="ecore:EReference" name="elem" eType="#//ReferencedBoundElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferencedBoundElement"/> <eClassifiers xsi:type="ecore:EClass" name="LongBoundElement" eSuperTypes="#//BoundOption"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding"/> <eClassifiers xsi:type="ecore:EClass" name="InBinding" eSuperTypes="#//Binding"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapStart" eType="#//StartPoint"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutBinding" eSuperTypes="#//Binding"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapEnd" eType="#//EndPoint"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentBinding" eSuperTypes="#//Binding"> <eStructuralFeatures xsi:type="ecore:EReference" name="componentIn" eType="#//ComponentRef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentOut" eType="#//ComponentRef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureLabel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WAITKIND"> <eLiterals name="persistent" literal="persistent"/> <eLiterals name="transient" value="1" literal="transient"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="COMPONENTKIND"> <eLiterals name="team" literal="team"/> <eLiterals name="object" value="1" literal="object"/> <eLiterals name="process" value="2" literal="process"/> <eLiterals name="agent" value="3" literal="agent"/> <eLiterals name="actor" value="4" literal="actor"/> <eLiterals name="parent" value="5" literal="parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathBodyNodes" eSuperTypes="#//PathBody"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNodes" upperBound="-1" eType="#//PathBodyNode" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Rijul5/TURN-Test/yang-lsp/mcgill.xtext.turn.parent/mcgill.xtext.turn/model/generated/TURN.ecore
ecore
tURN URNspec name info actors showAsMeansEnd stratGroups strategies indConversions contribContextGroups contribContexts ucmMaps concerns urnlinks metadata ConcreteURNspec description author created modified specVersion urnVersion Concern name longName condition element elements LongName longname Condition expression info ConcreteCondition label description URNlink name longName type fromElem toElem Metadata elem name value URNmodelElement Actor name longName importance importanceQuantitative elems IntentionalElement type name longName importance importanceQuantitative unit linksSrc ElementLink Contribution name longName dest correlation contribution quantitativeContribution Decomposition name longName decompositionType dest Dependency name longName dest ArtificialRule longName StrategiesGroup name longName evalStrategy evalStrategies EvaluationStrategy name longName info evaluations includedStrategy includedStrategies ConcreteStrategy author Evaluation intElement exceeds qualitativeEvaluation evaluation indicatorEval conversion IndicatorEvaluation realWorldLabel realWorldValue IndicatorConversion LinearConversion name longName unit targetValue thresholdValue worstValue QualToQMappings name longName unit mappings QualToQMapping exceeds realWorldLabel qualitativeEvaluation evaluation ContributionContextGroup name longName contrib contribs ContributionContext name longName changes includedContext includedContexts ContributionChange contribution newContribution newQuantitativeContribution QualitativeLabel denied denied weaklyDenied weaklyDenied weaklySatisfied weaklySatisfied satisfied satisfied conflict conflict unknown unknown none none IntentionalElementType softgoal softgoal goal goal task task resource resource belief belief indicator indicator ContributionType make make help help somePositive somePositive unknown unknown someNegative someNegative hurt hurt break break ImportanceType high high medium medium low low none none DecompositionType and and or or xor xor UCMmap singleton name longName stubs paths components Path startPoint pathBody StartPoint name longName precondition failKind catches PathBody pathEnd referencedEnd referencedStub index PathBodyNode RegularEnd EndpointWithConnect regularEnd connect ReferencedEnd RespRef name longName OrJoin name longName AndJoin name longName WaitingPlace kind name longName condition Timer kind name longName timeoutCondition timeoutPath condition Connect connectsTo ConnectElement FailurePoint name longName condition failLabel EndPoint name longName condition OrFork name longName body condition connectingOrBody OrBody elseBody regularBody RegularOrFork condition pathBody AndFork name longName pathbody connectingAndBody Stub stubType index name longName params stubRef outPaths connectingStubBody StubParameters plugin StubDeclaration name longName params StubOutPath index threshold path PluginBinding condition replication map binding bindings ComponentRef kind name longName element elements BoundOption BoundElement elem ReferencedBoundElement LongBoundElement from to Binding InBinding mapStart index OutBinding mapEnd index ComponentBinding componentIn componentOut FailureLabel failure WAITKIND persistent persistent transient transient COMPONENTKIND team team object object process process agent agent actor actor parent parent Text content PathBodyNodes pathNodes
null
{"directed":true,"nodes":[{"nsPrefix":"tURN","nsURI":"http://www.xtext.org/example/mydsl/TURN","name":"tURN","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URNspec","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteURNspec","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concern","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongName","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,"defaultValue":null,"instanceClassName":null,"name":"ConcreteCondition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URNlink","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URNmodelElement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntentionalElement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementLink","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contribution","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decomposition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtificialRule","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategiesGroup","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationStrategy","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteStrategy","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndicatorEvaluation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndicatorConversion","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinearConversion","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualToQMappings","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualToQMapping","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionContextGroup","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionContext","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContributionChange","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"QualitativeLabel","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntentionalElementType","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ContributionType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportanceType","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DecompositionType","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UCMmap","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartPoint","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathBody","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathBodyNode","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegularEnd","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndpointWithConnect","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencedEnd","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RespRef","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrJoin","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndJoin","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaitingPlace","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Timer","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connect","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectElement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailurePoint","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndPoint","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrFork","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrBody","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegularOrFork","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndFork","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stub","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StubParameters","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StubDeclaration","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StubOutPath","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginBinding","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentRef","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundOption","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoundElement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencedBoundElement","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongBoundElement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InBinding","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutBinding","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentBinding","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureLabel","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"WAITKIND","instanceClass":null,"id":70,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"COMPONENTKIND","instanceClass":null,"id":71,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathBodyNodes","instanceClass":null,"abstract":false,"id":73,"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":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"info","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":"actors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"showAsMeansEnd","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":"stratGroups","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":"strategies","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":"indConversions","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":"contribContextGroups","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":"contribContexts","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":"ucmMaps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concerns","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":"urnlinks","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":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"created","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modified","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specVersion","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"urnVersion","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"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":"longname","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"info","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromElem","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":false,"unsettable":false,"transient":false,"unique":true,"name":"toElem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"elem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importance","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importanceQuantitative","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importance","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importanceQuantitative","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linksSrc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"correlation","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contribution","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantitativeContribution","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"decompositionType","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dest","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","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":"dest","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"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evalStrategy","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":false,"unsettable":false,"transient":false,"unique":false,"name":"evalStrategies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"info","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":"evaluations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedStrategy","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":false,"unsettable":false,"transient":false,"unique":false,"name":"includedStrategies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exceeds","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualitativeEvaluation","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"evaluation","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indicatorEval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conversion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realWorldLabel","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realWorldValue","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","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":"unit","changeable":true,"lowerBound":0,"iD":false,"id":253,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetValue","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thresholdValue","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"worstValue","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"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":"exceeds","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realWorldLabel","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualitativeEvaluation","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"evaluation","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","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":false,"unsettable":false,"transient":false,"unique":true,"name":"contrib","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":false,"unsettable":false,"transient":false,"unique":false,"name":"contribs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","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":"changes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"includedContext","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":false,"unsettable":false,"transient":false,"unique":false,"name":"includedContexts","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"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contribution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newContribution","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newQuantitativeContribution","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"name":"denied","id":309,"value":0,"literal":"denied","eClass":"EEnumLiteral"},{"name":"weaklyDenied","id":310,"value":1,"literal":"weaklyDenied","eClass":"EEnumLiteral"},{"name":"weaklySatisfied","id":311,"value":2,"literal":"weaklySatisfied","eClass":"EEnumLiteral"},{"name":"satisfied","id":312,"value":3,"literal":"satisfied","eClass":"EEnumLiteral"},{"name":"conflict","id":313,"value":4,"literal":"conflict","eClass":"EEnumLiteral"},{"name":"unknown","id":314,"value":5,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"none","id":315,"value":6,"literal":"none","eClass":"EEnumLiteral"},{"name":"softgoal","id":316,"value":0,"literal":"softgoal","eClass":"EEnumLiteral"},{"name":"goal","id":317,"value":1,"literal":"goal","eClass":"EEnumLiteral"},{"name":"task","id":318,"value":2,"literal":"task","eClass":"EEnumLiteral"},{"name":"resource","id":319,"value":3,"literal":"resource","eClass":"EEnumLiteral"},{"name":"belief","id":320,"value":4,"literal":"belief","eClass":"EEnumLiteral"},{"name":"indicator","id":321,"value":5,"literal":"indicator","eClass":"EEnumLiteral"},{"name":"make","id":322,"value":0,"literal":"make","eClass":"EEnumLiteral"},{"name":"help","id":323,"value":1,"literal":"help","eClass":"EEnumLiteral"},{"name":"somePositive","id":324,"value":2,"literal":"somePositive","eClass":"EEnumLiteral"},{"name":"unknown","id":325,"value":3,"literal":"unknown","eClass":"EEnumLiteral"},{"name":"someNegative","id":326,"value":4,"literal":"someNegative","eClass":"EEnumLiteral"},{"name":"hurt","id":327,"value":5,"literal":"hurt","eClass":"EEnumLiteral"},{"name":"break","id":328,"value":6,"literal":"break","eClass":"EEnumLiteral"},{"name":"high","id":329,"value":0,"literal":"high","eClass":"EEnumLiteral"},{"name":"medium","id":330,"value":1,"literal":"medium","eClass":"EEnumLiteral"},{"name":"low","id":331,"value":2,"literal":"low","eClass":"EEnumLiteral"},{"name":"none","id":332,"value":3,"literal":"none","eClass":"EEnumLiteral"},{"name":"and","id":333,"value":0,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":334,"value":1,"literal":"or","eClass":"EEnumLiteral"},{"name":"xor","id":335,"value":2,"literal":"xor","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"singleton","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stubs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"precondition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"failKind","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"catches","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"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedStub","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"regularEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":403,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"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":413,"derived":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":414,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeoutCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeoutPath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"container":false,"ordered":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":418,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":true,"unsettable":false,"transient":false,"unique":true,"name":"failLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectingOrBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"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":"elseBody","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":true,"unsettable":false,"transient":false,"unique":true,"name":"regularBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":469,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathbody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectingAndBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stubType","changeable":true,"lowerBound":0,"iD":false,"id":479,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":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":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":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stubRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPaths","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connectingStubBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"plugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","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":"params","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,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":506,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"threshold","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"container":false,"ordered":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":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"replication","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","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":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"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":522,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"longName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":524,"derived":false},{"container":false,"ordered":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":525,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":537,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"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":"mapStart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":0,"iD":false,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"componentIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":552,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"componentOut","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"failure","changeable":true,"lowerBound":0,"iD":false,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"name":"persistent","id":559,"value":0,"literal":"persistent","eClass":"EEnumLiteral"},{"name":"transient","id":560,"value":1,"literal":"transient","eClass":"EEnumLiteral"},{"name":"team","id":561,"value":0,"literal":"team","eClass":"EEnumLiteral"},{"name":"object","id":562,"value":1,"literal":"object","eClass":"EEnumLiteral"},{"name":"process","id":563,"value":2,"literal":"process","eClass":"EEnumLiteral"},{"name":"agent","id":564,"value":3,"literal":"agent","eClass":"EEnumLiteral"},{"name":"actor","id":565,"value":4,"literal":"actor","eClass":"EEnumLiteral"},{"name":"parent","id":566,"value":5,"literal":"parent","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":567,"derived":false},{"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":"pathNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":74,"target":87},{"source":74,"target":1},{"source":75,"target":2},{"source":75,"target":88},{"source":75,"target":1},{"source":88,"target":2},{"source":76,"target":10},{"source":76,"target":89},{"source":76,"target":1},{"source":89,"target":10},{"source":77,"target":90},{"source":77,"target":1},{"source":78,"target":17},{"source":78,"target":91},{"source":78,"target":1},{"source":91,"target":17},{"source":79,"target":18},{"source":79,"target":92},{"source":79,"target":1},{"source":92,"target":18},{"source":80,"target":22},{"source":80,"target":93},{"source":80,"target":1},{"source":93,"target":22},{"source":81,"target":26},{"source":81,"target":94},{"source":81,"target":1},{"source":94,"target":26},{"source":82,"target":27},{"source":82,"target":95},{"source":82,"target":1},{"source":95,"target":27},{"source":83,"target":34},{"source":83,"target":96},{"source":83,"target":1},{"source":96,"target":34},{"source":84,"target":3},{"source":84,"target":97},{"source":84,"target":1},{"source":97,"target":3},{"source":85,"target":7},{"source":85,"target":98},{"source":85,"target":1},{"source":98,"target":7},{"source":86,"target":8},{"source":86,"target":99},{"source":86,"target":1},{"source":99,"target":8},{"source":2,"target":0},{"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":100,"target":106},{"source":100,"target":2},{"source":101,"target":107},{"source":101,"target":2},{"source":102,"target":108},{"source":102,"target":2},{"source":103,"target":109},{"source":103,"target":2},{"source":104,"target":110},{"source":104,"target":2},{"source":105,"target":111},{"source":105,"target":2},{"source":3,"target":0},{"source":3,"target":9},{"source":3,"target":112},{"source":3,"target":113},{"source":3,"target":114},{"source":3,"target":115},{"source":3,"target":116},{"source":3,"target":117},{"source":112,"target":118},{"source":112,"target":3},{"source":113,"target":4},{"source":113,"target":119},{"source":113,"target":3},{"source":119,"target":4},{"source":114,"target":5},{"source":114,"target":120},{"source":114,"target":3},{"source":120,"target":5},{"source":115,"target":9},{"source":115,"target":121},{"source":115,"target":3},{"source":121,"target":9},{"source":116,"target":9},{"source":116,"target":122},{"source":116,"target":3},{"source":122,"target":9},{"source":117,"target":9},{"source":4,"target":0},{"source":4,"target":123},{"source":123,"target":124},{"source":123,"target":4},{"source":5,"target":0},{"source":5,"target":125},{"source":5,"target":126},{"source":125,"target":72},{"source":125,"target":127},{"source":125,"target":5},{"source":127,"target":72},{"source":126,"target":6},{"source":126,"target":128},{"source":126,"target":5},{"source":128,"target":6},{"source":6,"target":0},{"source":6,"target":129},{"source":6,"target":130},{"source":129,"target":131},{"source":129,"target":6},{"source":130,"target":132},{"source":130,"target":6},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":133},{"source":7,"target":134},{"source":7,"target":135},{"source":7,"target":136},{"source":7,"target":137},{"source":7,"target":138},{"source":133,"target":139},{"source":133,"target":7},{"source":134,"target":4},{"source":134,"target":140},{"source":134,"target":7},{"source":140,"target":4},{"source":135,"target":72},{"source":135,"target":141},{"source":135,"target":7},{"source":141,"target":72},{"source":136,"target":9},{"source":136,"target":142},{"source":136,"target":7},{"source":142,"target":9},{"source":137,"target":9},{"source":137,"target":143},{"source":137,"target":7},{"source":143,"target":9},{"source":138,"target":9},{"source":8,"target":0},{"source":8,"target":144},{"source":8,"target":145},{"source":8,"target":146},{"source":144,"target":9},{"source":144,"target":147},{"source":144,"target":8},{"source":147,"target":9},{"source":145,"target":148},{"source":145,"target":8},{"source":146,"target":72},{"source":146,"target":149},{"source":146,"target":8},{"source":149,"target":72},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":150},{"source":10,"target":151},{"source":10,"target":152},{"source":10,"target":153},{"source":10,"target":154},{"source":10,"target":155},{"source":150,"target":156},{"source":150,"target":10},{"source":151,"target":4},{"source":151,"target":157},{"source":151,"target":10},{"source":157,"target":4},{"source":152,"target":32},{"source":152,"target":158},{"source":152,"target":10},{"source":158,"target":32},{"source":153,"target":159},{"source":153,"target":10},{"source":154,"target":11},{"source":154,"target":160},{"source":154,"target":10},{"source":160,"target":11},{"source":155,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"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":161,"target":30},{"source":161,"target":169},{"source":161,"target":11},{"source":169,"target":30},{"source":162,"target":170},{"source":162,"target":11},{"source":163,"target":4},{"source":163,"target":171},{"source":163,"target":11},{"source":171,"target":4},{"source":164,"target":32},{"source":164,"target":172},{"source":164,"target":11},{"source":172,"target":32},{"source":165,"target":173},{"source":165,"target":11},{"source":166,"target":174},{"source":166,"target":11},{"source":167,"target":12},{"source":167,"target":175},{"source":167,"target":11},{"source":175,"target":12},{"source":168,"target":9},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":12},{"source":13,"target":176},{"source":13,"target":177},{"source":13,"target":178},{"source":13,"target":179},{"source":13,"target":180},{"source":13,"target":181},{"source":13,"target":182},{"source":13,"target":183},{"source":176,"target":184},{"source":176,"target":13},{"source":177,"target":4},{"source":177,"target":185},{"source":177,"target":13},{"source":185,"target":4},{"source":178,"target":11},{"source":178,"target":186},{"source":178,"target":13},{"source":186,"target":11},{"source":179,"target":187},{"source":179,"target":13},{"source":180,"target":31},{"source":180,"target":188},{"source":180,"target":13},{"source":188,"target":31},{"source":181,"target":189},{"source":181,"target":13},{"source":182,"target":9},{"source":183,"target":12},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":12},{"source":14,"target":190},{"source":14,"target":191},{"source":14,"target":192},{"source":14,"target":193},{"source":14,"target":194},{"source":14,"target":195},{"source":190,"target":196},{"source":190,"target":14},{"source":191,"target":4},{"source":191,"target":197},{"source":191,"target":14},{"source":197,"target":4},{"source":192,"target":33},{"source":192,"target":198},{"source":192,"target":14},{"source":198,"target":33},{"source":193,"target":11},{"source":193,"target":199},{"source":193,"target":14},{"source":199,"target":11},{"source":194,"target":9},{"source":195,"target":12},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":12},{"source":15,"target":200},{"source":15,"target":201},{"source":15,"target":202},{"source":15,"target":203},{"source":15,"target":204},{"source":200,"target":205},{"source":200,"target":15},{"source":201,"target":4},{"source":201,"target":206},{"source":201,"target":15},{"source":206,"target":4},{"source":202,"target":11},{"source":202,"target":207},{"source":202,"target":15},{"source":207,"target":11},{"source":203,"target":9},{"source":204,"target":12},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":208},{"source":16,"target":209},{"source":208,"target":210},{"source":208,"target":16},{"source":209,"target":9},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":211},{"source":17,"target":212},{"source":17,"target":213},{"source":17,"target":214},{"source":17,"target":215},{"source":211,"target":216},{"source":211,"target":17},{"source":212,"target":4},{"source":212,"target":217},{"source":212,"target":17},{"source":217,"target":4},{"source":213,"target":18},{"source":213,"target":218},{"source":213,"target":17},{"source":218,"target":18},{"source":214,"target":18},{"source":214,"target":219},{"source":214,"target":17},{"source":219,"target":18},{"source":215,"target":9},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":220},{"source":18,"target":221},{"source":18,"target":222},{"source":18,"target":223},{"source":18,"target":224},{"source":18,"target":225},{"source":18,"target":226},{"source":220,"target":227},{"source":220,"target":18},{"source":221,"target":4},{"source":221,"target":228},{"source":221,"target":18},{"source":228,"target":4},{"source":222,"target":19},{"source":222,"target":229},{"source":222,"target":18},{"source":229,"target":19},{"source":223,"target":20},{"source":223,"target":230},{"source":223,"target":18},{"source":230,"target":20},{"source":224,"target":18},{"source":224,"target":231},{"source":224,"target":18},{"source":231,"target":18},{"source":225,"target":18},{"source":225,"target":232},{"source":225,"target":18},{"source":232,"target":18},{"source":226,"target":9},{"source":19,"target":0},{"source":19,"target":233},{"source":233,"target":234},{"source":233,"target":19},{"source":20,"target":0},{"source":20,"target":235},{"source":20,"target":236},{"source":20,"target":237},{"source":20,"target":238},{"source":20,"target":239},{"source":20,"target":240},{"source":235,"target":11},{"source":235,"target":241},{"source":235,"target":20},{"source":241,"target":11},{"source":236,"target":242},{"source":236,"target":20},{"source":237,"target":29},{"source":237,"target":243},{"source":237,"target":20},{"source":243,"target":29},{"source":238,"target":244},{"source":238,"target":20},{"source":239,"target":21},{"source":239,"target":245},{"source":239,"target":20},{"source":245,"target":21},{"source":240,"target":22},{"source":240,"target":246},{"source":240,"target":20},{"source":246,"target":22},{"source":21,"target":0},{"source":21,"target":247},{"source":21,"target":248},{"source":247,"target":249},{"source":247,"target":21},{"source":248,"target":250},{"source":248,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":9},{"source":23,"target":22},{"source":23,"target":251},{"source":23,"target":252},{"source":23,"target":253},{"source":23,"target":254},{"source":23,"target":255},{"source":23,"target":256},{"source":23,"target":257},{"source":23,"target":258},{"source":251,"target":259},{"source":251,"target":23},{"source":252,"target":4},{"source":252,"target":260},{"source":252,"target":23},{"source":260,"target":4},{"source":253,"target":261},{"source":253,"target":23},{"source":254,"target":262},{"source":254,"target":23},{"source":255,"target":263},{"source":255,"target":23},{"source":256,"target":264},{"source":256,"target":23},{"source":257,"target":9},{"source":258,"target":22},{"source":24,"target":0},{"source":24,"target":9},{"source":24,"target":22},{"source":24,"target":265},{"source":24,"target":266},{"source":24,"target":267},{"source":24,"target":268},{"source":24,"target":269},{"source":24,"target":270},{"source":265,"target":271},{"source":265,"target":24},{"source":266,"target":4},{"source":266,"target":272},{"source":266,"target":24},{"source":272,"target":4},{"source":267,"target":273},{"source":267,"target":24},{"source":268,"target":25},{"source":268,"target":274},{"source":268,"target":24},{"source":274,"target":25},{"source":269,"target":9},{"source":270,"target":22},{"source":25,"target":0},{"source":25,"target":275},{"source":25,"target":276},{"source":25,"target":277},{"source":25,"target":278},{"source":275,"target":279},{"source":275,"target":25},{"source":276,"target":280},{"source":276,"target":25},{"source":277,"target":29},{"source":277,"target":281},{"source":277,"target":25},{"source":281,"target":29},{"source":278,"target":282},{"source":278,"target":25},{"source":26,"target":0},{"source":26,"target":9},{"source":26,"target":283},{"source":26,"target":284},{"source":26,"target":285},{"source":26,"target":286},{"source":26,"target":287},{"source":283,"target":288},{"source":283,"target":26},{"source":284,"target":4},{"source":284,"target":289},{"source":284,"target":26},{"source":289,"target":4},{"source":285,"target":27},{"source":285,"target":290},{"source":285,"target":26},{"source":290,"target":27},{"source":286,"target":27},{"source":286,"target":291},{"source":286,"target":26},{"source":291,"target":27},{"source":287,"target":9},{"source":27,"target":0},{"source":27,"target":9},{"source":27,"target":292},{"source":27,"target":293},{"source":27,"target":294},{"source":27,"target":295},{"source":27,"target":296},{"source":27,"target":297},{"source":292,"target":298},{"source":292,"target":27},{"source":293,"target":4},{"source":293,"target":299},{"source":293,"target":27},{"source":299,"target":4},{"source":294,"target":28},{"source":294,"target":300},{"source":294,"target":27},{"source":300,"target":28},{"source":295,"target":27},{"source":295,"target":301},{"source":295,"target":27},{"source":301,"target":27},{"source":296,"target":27},{"source":296,"target":302},{"source":296,"target":27},{"source":302,"target":27},{"source":297,"target":9},{"source":28,"target":0},{"source":28,"target":303},{"source":28,"target":304},{"source":28,"target":305},{"source":303,"target":13},{"source":303,"target":306},{"source":303,"target":28},{"source":306,"target":13},{"source":304,"target":31},{"source":304,"target":307},{"source":304,"target":28},{"source":307,"target":31},{"source":305,"target":308},{"source":305,"target":28},{"source":29,"target":0},{"source":29,"target":309},{"source":29,"target":310},{"source":29,"target":311},{"source":29,"target":312},{"source":29,"target":313},{"source":29,"target":314},{"source":29,"target":315},{"source":309,"target":29},{"source":310,"target":29},{"source":311,"target":29},{"source":312,"target":29},{"source":313,"target":29},{"source":314,"target":29},{"source":315,"target":29},{"source":30,"target":0},{"source":30,"target":316},{"source":30,"target":317},{"source":30,"target":318},{"source":30,"target":319},{"source":30,"target":320},{"source":30,"target":321},{"source":316,"target":30},{"source":317,"target":30},{"source":318,"target":30},{"source":319,"target":30},{"source":320,"target":30},{"source":321,"target":30},{"source":31,"target":0},{"source":31,"target":322},{"source":31,"target":323},{"source":31,"target":324},{"source":31,"target":325},{"source":31,"target":326},{"source":31,"target":327},{"source":31,"target":328},{"source":322,"target":31},{"source":323,"target":31},{"source":324,"target":31},{"source":325,"target":31},{"source":326,"target":31},{"source":327,"target":31},{"source":328,"target":31},{"source":32,"target":0},{"source":32,"target":329},{"source":32,"target":330},{"source":32,"target":331},{"source":32,"target":332},{"source":329,"target":32},{"source":330,"target":32},{"source":331,"target":32},{"source":332,"target":32},{"source":33,"target":0},{"source":33,"target":333},{"source":33,"target":334},{"source":33,"target":335},{"source":333,"target":33},{"source":334,"target":33},{"source":335,"target":33},{"source":34,"target":0},{"source":34,"target":9},{"source":34,"target":336},{"source":34,"target":337},{"source":34,"target":338},{"source":34,"target":339},{"source":34,"target":340},{"source":34,"target":341},{"source":34,"target":342},{"source":336,"target":343},{"source":336,"target":34},{"source":337,"target":344},{"source":337,"target":34},{"source":338,"target":4},{"source":338,"target":345},{"source":338,"target":34},{"source":345,"target":4},{"source":339,"target":57},{"source":339,"target":346},{"source":339,"target":34},{"source":346,"target":57},{"source":340,"target":35},{"source":340,"target":347},{"source":340,"target":34},{"source":347,"target":35},{"source":341,"target":60},{"source":341,"target":348},{"source":341,"target":34},{"source":348,"target":60},{"source":342,"target":9},{"source":35,"target":0},{"source":35,"target":349},{"source":35,"target":350},{"source":349,"target":36},{"source":349,"target":351},{"source":349,"target":35},{"source":351,"target":36},{"source":350,"target":37},{"source":350,"target":352},{"source":350,"target":35},{"source":352,"target":37},{"source":36,"target":0},{"source":36,"target":9},{"source":36,"target":48},{"source":36,"target":63},{"source":36,"target":353},{"source":36,"target":354},{"source":36,"target":355},{"source":36,"target":356},{"source":36,"target":357},{"source":36,"target":358},{"source":36,"target":359},{"source":36,"target":360},{"source":353,"target":361},{"source":353,"target":36},{"source":354,"target":4},{"source":354,"target":362},{"source":354,"target":36},{"source":362,"target":4},{"source":355,"target":5},{"source":355,"target":363},{"source":355,"target":36},{"source":363,"target":5},{"source":356,"target":364},{"source":356,"target":36},{"source":357,"target":365},{"source":357,"target":36},{"source":358,"target":9},{"source":359,"target":48},{"source":360,"target":63},{"source":37,"target":0},{"source":37,"target":366},{"source":37,"target":367},{"source":37,"target":368},{"source":37,"target":369},{"source":366,"target":39},{"source":366,"target":370},{"source":366,"target":37},{"source":370,"target":39},{"source":367,"target":41},{"source":367,"target":371},{"source":367,"target":37},{"source":371,"target":41},{"source":368,"target":55},{"source":368,"target":372},{"source":368,"target":37},{"source":372,"target":55},{"source":369,"target":373},{"source":369,"target":37},{"source":38,"target":0},{"source":38,"target":63},{"source":38,"target":374},{"source":374,"target":63},{"source":39,"target":0},{"source":39,"target":63},{"source":39,"target":375},{"source":375,"target":63},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":376},{"source":40,"target":377},{"source":40,"target":378},{"source":376,"target":50},{"source":376,"target":379},{"source":376,"target":40},{"source":379,"target":50},{"source":377,"target":47},{"source":377,"target":380},{"source":377,"target":40},{"source":380,"target":47},{"source":378,"target":39},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":9},{"source":42,"target":38},{"source":42,"target":41},{"source":42,"target":381},{"source":42,"target":382},{"source":42,"target":383},{"source":42,"target":384},{"source":42,"target":385},{"source":381,"target":386},{"source":381,"target":42},{"source":382,"target":4},{"source":382,"target":387},{"source":382,"target":42},{"source":387,"target":4},{"source":383,"target":9},{"source":384,"target":38},{"source":385,"target":41},{"source":43,"target":0},{"source":43,"target":9},{"source":43,"target":38},{"source":43,"target":41},{"source":43,"target":388},{"source":43,"target":389},{"source":43,"target":390},{"source":43,"target":391},{"source":43,"target":392},{"source":388,"target":393},{"source":388,"target":43},{"source":389,"target":4},{"source":389,"target":394},{"source":389,"target":43},{"source":394,"target":4},{"source":390,"target":9},{"source":391,"target":38},{"source":392,"target":41},{"source":44,"target":0},{"source":44,"target":9},{"source":44,"target":38},{"source":44,"target":41},{"source":44,"target":395},{"source":44,"target":396},{"source":44,"target":397},{"source":44,"target":398},{"source":44,"target":399},{"source":395,"target":400},{"source":395,"target":44},{"source":396,"target":4},{"source":396,"target":401},{"source":396,"target":44},{"source":401,"target":4},{"source":397,"target":9},{"source":398,"target":38},{"source":399,"target":41},{"source":45,"target":0},{"source":45,"target":9},{"source":45,"target":38},{"source":45,"target":48},{"source":45,"target":402},{"source":45,"target":403},{"source":45,"target":404},{"source":45,"target":405},{"source":45,"target":406},{"source":45,"target":407},{"source":45,"target":408},{"source":402,"target":70},{"source":402,"target":409},{"source":402,"target":45},{"source":409,"target":70},{"source":403,"target":410},{"source":403,"target":45},{"source":404,"target":4},{"source":404,"target":411},{"source":404,"target":45},{"source":411,"target":4},{"source":405,"target":5},{"source":405,"target":412},{"source":405,"target":45},{"source":412,"target":5},{"source":406,"target":9},{"source":407,"target":38},{"source":408,"target":48},{"source":46,"target":0},{"source":46,"target":9},{"source":46,"target":38},{"source":46,"target":48},{"source":46,"target":413},{"source":46,"target":414},{"source":46,"target":415},{"source":46,"target":416},{"source":46,"target":417},{"source":46,"target":418},{"source":46,"target":419},{"source":46,"target":420},{"source":46,"target":421},{"source":413,"target":70},{"source":413,"target":422},{"source":413,"target":46},{"source":422,"target":70},{"source":414,"target":423},{"source":414,"target":46},{"source":415,"target":4},{"source":415,"target":424},{"source":415,"target":46},{"source":424,"target":4},{"source":416,"target":5},{"source":416,"target":425},{"source":416,"target":46},{"source":425,"target":5},{"source":417,"target":37},{"source":417,"target":426},{"source":417,"target":46},{"source":426,"target":37},{"source":418,"target":5},{"source":418,"target":427},{"source":418,"target":46},{"source":427,"target":5},{"source":419,"target":9},{"source":420,"target":38},{"source":421,"target":48},{"source":47,"target":0},{"source":47,"target":38},{"source":47,"target":428},{"source":47,"target":429},{"source":428,"target":48},{"source":428,"target":430},{"source":428,"target":47},{"source":430,"target":48},{"source":429,"target":38},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":9},{"source":49,"target":38},{"source":49,"target":41},{"source":49,"target":431},{"source":49,"target":432},{"source":49,"target":433},{"source":49,"target":434},{"source":49,"target":435},{"source":49,"target":436},{"source":49,"target":437},{"source":431,"target":438},{"source":431,"target":49},{"source":432,"target":4},{"source":432,"target":439},{"source":432,"target":49},{"source":439,"target":4},{"source":433,"target":5},{"source":433,"target":440},{"source":433,"target":49},{"source":440,"target":5},{"source":434,"target":69},{"source":434,"target":441},{"source":434,"target":49},{"source":441,"target":69},{"source":435,"target":9},{"source":436,"target":38},{"source":437,"target":41},{"source":50,"target":0},{"source":50,"target":63},{"source":50,"target":442},{"source":50,"target":443},{"source":50,"target":444},{"source":50,"target":445},{"source":442,"target":446},{"source":442,"target":50},{"source":443,"target":4},{"source":443,"target":447},{"source":443,"target":50},{"source":447,"target":4},{"source":444,"target":5},{"source":444,"target":448},{"source":444,"target":50},{"source":448,"target":5},{"source":445,"target":63},{"source":51,"target":0},{"source":51,"target":9},{"source":51,"target":39},{"source":51,"target":449},{"source":51,"target":450},{"source":51,"target":451},{"source":51,"target":452},{"source":51,"target":453},{"source":51,"target":454},{"source":51,"target":455},{"source":449,"target":456},{"source":449,"target":51},{"source":450,"target":4},{"source":450,"target":457},{"source":450,"target":51},{"source":457,"target":4},{"source":451,"target":52},{"source":451,"target":458},{"source":451,"target":51},{"source":458,"target":52},{"source":452,"target":5},{"source":452,"target":459},{"source":452,"target":51},{"source":459,"target":5},{"source":453,"target":37},{"source":453,"target":460},{"source":453,"target":51},{"source":460,"target":37},{"source":454,"target":9},{"source":455,"target":39},{"source":52,"target":0},{"source":52,"target":461},{"source":52,"target":462},{"source":461,"target":37},{"source":461,"target":463},{"source":461,"target":52},{"source":463,"target":37},{"source":462,"target":53},{"source":462,"target":464},{"source":462,"target":52},{"source":464,"target":53},{"source":53,"target":0},{"source":53,"target":465},{"source":53,"target":466},{"source":465,"target":5},{"source":465,"target":467},{"source":465,"target":53},{"source":467,"target":5},{"source":466,"target":37},{"source":466,"target":468},{"source":466,"target":53},{"source":468,"target":37},{"source":54,"target":0},{"source":54,"target":9},{"source":54,"target":39},{"source":54,"target":469},{"source":54,"target":470},{"source":54,"target":471},{"source":54,"target":472},{"source":54,"target":473},{"source":54,"target":474},{"source":469,"target":475},{"source":469,"target":54},{"source":470,"target":4},{"source":470,"target":476},{"source":470,"target":54},{"source":476,"target":4},{"source":471,"target":37},{"source":471,"target":477},{"source":471,"target":54},{"source":477,"target":37},{"source":472,"target":37},{"source":472,"target":478},{"source":472,"target":54},{"source":478,"target":37},{"source":473,"target":9},{"source":474,"target":39},{"source":55,"target":0},{"source":55,"target":9},{"source":55,"target":39},{"source":55,"target":41},{"source":55,"target":479},{"source":55,"target":480},{"source":55,"target":481},{"source":55,"target":482},{"source":55,"target":483},{"source":55,"target":484},{"source":55,"target":485},{"source":55,"target":486},{"source":55,"target":487},{"source":55,"target":488},{"source":55,"target":489},{"source":479,"target":490},{"source":479,"target":55},{"source":480,"target":491},{"source":480,"target":55},{"source":481,"target":492},{"source":481,"target":55},{"source":482,"target":4},{"source":482,"target":493},{"source":482,"target":55},{"source":493,"target":4},{"source":483,"target":56},{"source":483,"target":494},{"source":483,"target":55},{"source":494,"target":56},{"source":484,"target":57},{"source":484,"target":495},{"source":484,"target":55},{"source":495,"target":57},{"source":485,"target":58},{"source":485,"target":496},{"source":485,"target":55},{"source":496,"target":58},{"source":486,"target":37},{"source":486,"target":497},{"source":486,"target":55},{"source":497,"target":37},{"source":487,"target":9},{"source":488,"target":39},{"source":489,"target":41},{"source":56,"target":0},{"source":56,"target":498},{"source":498,"target":59},{"source":498,"target":499},{"source":498,"target":56},{"source":499,"target":59},{"source":57,"target":0},{"source":57,"target":500},{"source":57,"target":501},{"source":57,"target":502},{"source":500,"target":503},{"source":500,"target":57},{"source":501,"target":4},{"source":501,"target":504},{"source":501,"target":57},{"source":504,"target":4},{"source":502,"target":56},{"source":502,"target":505},{"source":502,"target":57},{"source":505,"target":56},{"source":58,"target":0},{"source":58,"target":506},{"source":58,"target":507},{"source":58,"target":508},{"source":506,"target":509},{"source":506,"target":58},{"source":507,"target":510},{"source":507,"target":58},{"source":508,"target":37},{"source":508,"target":511},{"source":508,"target":58},{"source":511,"target":37},{"source":59,"target":0},{"source":59,"target":512},{"source":59,"target":513},{"source":59,"target":514},{"source":59,"target":515},{"source":59,"target":516},{"source":512,"target":5},{"source":512,"target":517},{"source":512,"target":59},{"source":517,"target":5},{"source":513,"target":518},{"source":513,"target":59},{"source":514,"target":34},{"source":514,"target":519},{"source":514,"target":59},{"source":519,"target":34},{"source":515,"target":65},{"source":515,"target":520},{"source":515,"target":59},{"source":520,"target":65},{"source":516,"target":65},{"source":516,"target":521},{"source":516,"target":59},{"source":521,"target":65},{"source":60,"target":0},{"source":60,"target":9},{"source":60,"target":63},{"source":60,"target":522},{"source":60,"target":523},{"source":60,"target":524},{"source":60,"target":525},{"source":60,"target":526},{"source":60,"target":527},{"source":60,"target":528},{"source":522,"target":71},{"source":522,"target":529},{"source":522,"target":60},{"source":529,"target":71},{"source":523,"target":530},{"source":523,"target":60},{"source":524,"target":4},{"source":524,"target":531},{"source":524,"target":60},{"source":531,"target":4},{"source":525,"target":61},{"source":525,"target":532},{"source":525,"target":60},{"source":532,"target":61},{"source":526,"target":61},{"source":526,"target":533},{"source":526,"target":60},{"source":533,"target":61},{"source":527,"target":9},{"source":528,"target":63},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":534},{"source":62,"target":535},{"source":534,"target":63},{"source":534,"target":536},{"source":534,"target":62},{"source":536,"target":63},{"source":535,"target":61},{"source":63,"target":0},{"source":64,"target":0},{"source":64,"target":61},{"source":64,"target":537},{"source":64,"target":538},{"source":64,"target":539},{"source":537,"target":540},{"source":537,"target":64},{"source":538,"target":541},{"source":538,"target":64},{"source":539,"target":61},{"source":65,"target":0},{"source":66,"target":0},{"source":66,"target":65},{"source":66,"target":542},{"source":66,"target":543},{"source":66,"target":544},{"source":542,"target":36},{"source":542,"target":545},{"source":542,"target":66},{"source":545,"target":36},{"source":543,"target":546},{"source":543,"target":66},{"source":544,"target":65},{"source":67,"target":0},{"source":67,"target":65},{"source":67,"target":547},{"source":67,"target":548},{"source":67,"target":549},{"source":547,"target":50},{"source":547,"target":550},{"source":547,"target":67},{"source":550,"target":50},{"source":548,"target":551},{"source":548,"target":67},{"source":549,"target":65},{"source":68,"target":0},{"source":68,"target":65},{"source":68,"target":552},{"source":68,"target":553},{"source":68,"target":554},{"source":552,"target":60},{"source":552,"target":555},{"source":552,"target":68},{"source":555,"target":60},{"source":553,"target":60},{"source":553,"target":556},{"source":553,"target":68},{"source":556,"target":60},{"source":554,"target":65},{"source":69,"target":0},{"source":69,"target":557},{"source":557,"target":558},{"source":557,"target":69},{"source":70,"target":0},{"source":70,"target":559},{"source":70,"target":560},{"source":559,"target":70},{"source":560,"target":70},{"source":71,"target":0},{"source":71,"target":561},{"source":71,"target":562},{"source":71,"target":563},{"source":71,"target":564},{"source":71,"target":565},{"source":71,"target":566},{"source":561,"target":71},{"source":562,"target":71},{"source":563,"target":71},{"source":564,"target":71},{"source":565,"target":71},{"source":566,"target":71},{"source":72,"target":0},{"source":72,"target":567},{"source":567,"target":568},{"source":567,"target":72},{"source":73,"target":0},{"source":73,"target":37},{"source":73,"target":569},{"source":73,"target":570},{"source":569,"target":38},{"source":569,"target":571},{"source":569,"target":73},{"source":571,"target":38},{"source":570,"target":37}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ocl" nsURI="http://www.eclipse.org/ocl/1.1.0/OCLCST" nsPrefix="ocl"> <eSubpackages name="cst" nsURI="http://www.eclipse.org/ocl/1.1.0/OCL/CST" nsPrefix="ocl.cst"> <eClassifiers xsi:type="ecore:EClass" name="CSTNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageDeclarationCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextDecls" upperBound="-1" eType="#//cst/ContextDeclCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageDeclarationCS" eType="#//cst/PackageDeclarationCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathNameCS" eSuperTypes="#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceOfNames" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeCS" abstract="true" eSuperTypes="#//cst/OCLExpressionCS"/> <eClassifiers xsi:type="ecore:EClass" name="OCLExpressionCS" abstract="true" eSuperTypes="#//cst/CSTNode"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OclExpressionCS"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextDeclCS" abstract="true" eSuperTypes="#//cst/CSTNode"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyContextCS" eSuperTypes="#//cst/ContextDeclCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initOrDerValueCS" eType="#//cst/InitOrDerValueCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleNameCS" eSuperTypes="#//cst/OCLExpressionCS"> <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" eType="#//cst/SimpleTypeEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SimpleTypeEnum"> <eLiterals name="identifier" value="1"/> <eLiterals name="self" value="2"/> <eLiterals name="Integer" value="3"/> <eLiterals name="String" value="4"/> <eLiterals name="Real" value="5"/> <eLiterals name="Boolean" value="6"/> <eLiterals name="OclAny" value="7"/> <eLiterals name="OclVoid" value="8"/> <eLiterals name="Invalid" value="9"/> <eLiterals name="OclMessage" value="10"/> <eLiterals name="keyword" value="11"/> <eLiterals name="UnlimitedNatural" value="12"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitOrDerValueCS" abstract="true" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="initOrDerValueCS" eType="#//cst/InitOrDerValueCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifierContextDeclCS" eSuperTypes="#//cst/ContextDeclCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invOrDefCS" eType="#//cst/InvOrDefCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvOrDefCS" abstract="true" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invOrDefCS" eType="#//cst/InvOrDefCS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationContextDeclCS" eSuperTypes="#//cst/ContextDeclCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="operationCS" eType="#//cst/OperationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prePostOrBodyDecls" lowerBound="1" upperBound="-1" eType="#//cst/PrePostOrBodyDeclCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrePostOrBodyDeclCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//cst/PrePostOrBodyEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrePostOrBodyEnum"> <eLiterals name="pre" value="1"/> <eLiterals name="post" value="2"/> <eLiterals name="body" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerValueCS" eSuperTypes="#//cst/InitOrDerValueCS"/> <eClassifiers xsi:type="ecore:EClass" name="InitValueCS" eSuperTypes="#//cst/InitOrDerValueCS"/> <eClassifiers xsi:type="ecore:EClass" name="InvCS" eSuperTypes="#//cst/InvOrDefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefCS" eSuperTypes="#//cst/InvOrDefCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="defExpressionCS" eType="#//cst/DefExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefExpressionCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="operationCS" eType="#//cst/OperationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableCS" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isMarkedPreCS" eType="#//cst/IsMarkedPreCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsMarkedPreCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeCS" eSuperTypes="#//cst/SimpleNameCS #//cst/TypeCS"/> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeCS" eSuperTypes="#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionTypeCS" eSuperTypes="#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionTypeIdentifier" eType="#//cst/CollectionTypeIdentifierEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectionTypeIdentifierEnum"> <eLiterals name="Set" value="1"/> <eLiterals name="Bag" value="2"/> <eLiterals name="Sequence" value="3"/> <eLiterals name="Collection" value="4"/> <eLiterals name="OrderedSet" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inExpression" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MessageExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//cst/MessageExpKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//cst/OCLMessageArgCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MessageExpKind"> <eLiterals name="hasSent" value="1"/> <eLiterals name="sent" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OCLMessageArgCS" eSuperTypes="#//cst/CSTNode"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="OclMessageArgCS"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeCS" eType="#//cst/TypeCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExpCS" abstract="true" eSuperTypes="#//cst/OCLExpressionCS"/> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="pathNameCS" eType="#//cst/PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collectionType" eType="#//cst/CollectionTypeIdentifierEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionLiteralParts" upperBound="-1" eType="#//cst/CollectionLiteralPartCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralPartCS" eSuperTypes="#//cst/CSTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="oclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//cst/VariableCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnlimitedNaturalLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExpCS" eSuperTypes="#//cst/PrimitiveLiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidLiteralExpCS" eSuperTypes="#//cst/LiteralExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionRangeCS" eSuperTypes="#//cst/CollectionLiteralPartCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="lastExpressionCS" eType="#//cst/OCLExpressionCS" containment="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="lastOclExpressionCS"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExpCS" eSuperTypes="#//cst/OCLExpressionCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" eType="#//cst/DotOrArrowEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleNameCS" eType="#//cst/SimpleNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DotOrArrowEnum"> <eLiterals name="none" value="1"/> <eLiterals name="dot" value="2"/> <eLiterals name="arrow" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExpCS" eSuperTypes="#//cst/CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable1" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable2" eType="#//cst/VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//cst/OCLExpressionCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExpCS" eSuperTypes="#//cst/LoopExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="IterateExpCS" eSuperTypes="#//cst/LoopExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureCallExpCS" eSuperTypes="#//cst/CallExpCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//cst/OCLExpressionCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isMarkedPreCS" eType="#//cst/IsMarkedPreCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExpCS" eSuperTypes="#//cst/FeatureCallExpCS"/> <eClassifiers xsi:type="ecore:EClass" name="StateExpCS" eSuperTypes="#//cst/TypeCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sequenceOfNames" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta/kermeta_projects/fr.irisa.triskell.kermeta.io/src/test/resources/constraintchecker_tests/invalid/002_super_operations_with_aspects/OCLCST.ecore
ecore
ocl cst CSTNode startOffset endOffset PackageDeclarationCS pathNameCS contextDecls packageDeclarationCS PathNameCS sequenceOfNames TypeCS OCLExpressionCS ContextDeclCS PropertyContextCS pathNameCS simpleNameCS typeCS initOrDerValueCS SimpleNameCS value type SimpleTypeEnum identifier identifier self self Integer Integer String String Real Real Boolean Boolean OclAny OclAny OclVoid OclVoid Invalid Invalid OclMessage OclMessage keyword keyword UnlimitedNatural UnlimitedNatural InitOrDerValueCS initOrDerValueCS expressionCS ClassifierContextDeclCS pathNameCS invOrDefCS InvOrDefCS simpleNameCS invOrDefCS OperationContextDeclCS operationCS prePostOrBodyDecls OperationCS pathNameCS simpleNameCS parameters typeCS VariableCS name typeCS initExpression PrePostOrBodyDeclCS kind simpleNameCS expressionCS PrePostOrBodyEnum pre pre post post body body DerValueCS InitValueCS InvCS expressionCS DefCS defExpressionCS DefExpressionCS operationCS variableCS expressionCS VariableExpCS arguments simpleNameCS isMarkedPreCS IsMarkedPreCS pre PrimitiveTypeCS TupleTypeCS variables CollectionTypeCS collectionTypeIdentifier typeCS CollectionTypeIdentifierEnum Set Set Bag Bag Sequence Sequence Collection Collection OrderedSet OrderedSet LetExpCS variables inExpression IfExpCS thenExpression elseExpression condition MessageExpCS target kind simpleNameCS arguments MessageExpKind hasSent hasSent sent sent OCLMessageArgCS typeCS expression LiteralExpCS EnumLiteralExpCS pathNameCS simpleNameCS CollectionLiteralExpCS collectionType collectionLiteralParts CollectionLiteralPartCS expressionCS TupleLiteralExpCS variables PrimitiveLiteralExpCS symbol IntegerLiteralExpCS integerSymbol UnlimitedNaturalLiteralExpCS integerSymbol RealLiteralExpCS realSymbol StringLiteralExpCS stringSymbol BooleanLiteralExpCS booleanSymbol NullLiteralExpCS symbol InvalidLiteralExpCS symbol CollectionRangeCS lastExpressionCS CallExpCS source accessor simpleNameCS DotOrArrowEnum none none dot dot arrow arrow LoopExpCS variable1 variable2 body IteratorExpCS IterateExpCS FeatureCallExpCS arguments isMarkedPreCS OperationCallExpCS StateExpCS sequenceOfNames
null
{"directed":true,"nodes":[{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/ocl/1.1.0/OCLCST","name":"ocl","id":0,"eClass":"EPackage"},{"nsPrefix":"ocl.cst","nsURI":"http://www.eclipse.org/ocl/1.1.0/OCL/CST","name":"cst","id":1,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSTNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclarationCS","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathNameCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCS","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLExpressionCS","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextDeclCS","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyContextCS","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleNameCS","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SimpleTypeEnum","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitOrDerValueCS","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierContextDeclCS","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvOrDefCS","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationContextDeclCS","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCS","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCS","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrePostOrBodyDeclCS","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrePostOrBodyEnum","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerValueCS","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitValueCS","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvCS","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefCS","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefExpressionCS","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpCS","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsMarkedPreCS","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeCS","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeCS","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTypeCS","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionTypeIdentifierEnum","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExpCS","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExpCS","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageExpCS","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessageExpKind","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OCLMessageArgCS","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExpCS","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExpCS","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExpCS","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPartCS","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExpCS","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExpCS","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExpCS","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalLiteralExpCS","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExpCS","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExpCS","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExpCS","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExpCS","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExpCS","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRangeCS","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExpCS","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DotOrArrowEnum","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExpCS","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExpCS","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExpCS","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExpCS","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExpCS","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateExpCS","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startOffset","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endOffset","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"packageDeclarationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sequenceOfNames","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","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":"initOrDerValueCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"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":83,"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":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"name":"identifier","id":88,"value":1,"literal":"identifier","eClass":"EEnumLiteral"},{"name":"self","id":89,"value":2,"literal":"self","eClass":"EEnumLiteral"},{"name":"Integer","id":90,"value":3,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"String","id":91,"value":4,"literal":"String","eClass":"EEnumLiteral"},{"name":"Real","id":92,"value":5,"literal":"Real","eClass":"EEnumLiteral"},{"name":"Boolean","id":93,"value":6,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"OclAny","id":94,"value":7,"literal":"OclAny","eClass":"EEnumLiteral"},{"name":"OclVoid","id":95,"value":8,"literal":"OclVoid","eClass":"EEnumLiteral"},{"name":"Invalid","id":96,"value":9,"literal":"Invalid","eClass":"EEnumLiteral"},{"name":"OclMessage","id":97,"value":10,"literal":"OclMessage","eClass":"EEnumLiteral"},{"name":"keyword","id":98,"value":11,"literal":"keyword","eClass":"EEnumLiteral"},{"name":"UnlimitedNatural","id":99,"value":12,"literal":"UnlimitedNatural","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":"initOrDerValueCS","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":"expressionCS","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":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invOrDefCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"invOrDefCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"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":"prePostOrBodyDecls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","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":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"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":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":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"name":"pre","id":143,"value":1,"literal":"pre","eClass":"EEnumLiteral"},{"name":"post","id":144,"value":2,"literal":"post","eClass":"EEnumLiteral"},{"name":"body","id":145,"value":3,"literal":"body","eClass":"EEnumLiteral"},{"id":146,"eClass":"EGenericType"},{"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":"expressionCS","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isMarkedPreCS","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,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pre","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypeIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"name":"Set","id":181,"value":1,"literal":"Set","eClass":"EEnumLiteral"},{"name":"Bag","id":182,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":183,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":184,"value":4,"literal":"Collection","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":185,"value":5,"literal":"OrderedSet","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":191,"derived":false},{"container":false,"ordered":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":192,"derived":false},{"container":false,"ordered":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":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"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":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"name":"hasSent","id":207,"value":1,"literal":"hasSent","eClass":"EEnumLiteral"},{"name":"sent","id":208,"value":2,"literal":"sent","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":"typeCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":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":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleNameCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"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":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":"collectionLiteralParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"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":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"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":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"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":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lastExpressionCS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":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":258,"derived":false},{"ordered":true,"upperBound":1,"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":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":"simpleNameCS","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"},{"name":"none","id":265,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"dot","id":266,"value":2,"literal":"dot","eClass":"EEnumLiteral"},{"name":"arrow","id":267,"value":3,"literal":"arrow","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":"variable1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"isMarkedPreCS","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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sequenceOfNames","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":0},{"source":2,"target":1},{"source":2,"target":57},{"source":2,"target":58},{"source":57,"target":59},{"source":57,"target":2},{"source":58,"target":60},{"source":58,"target":2},{"source":3,"target":1},{"source":3,"target":2},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":61,"target":4},{"source":61,"target":65},{"source":61,"target":3},{"source":65,"target":4},{"source":62,"target":7},{"source":62,"target":66},{"source":62,"target":3},{"source":66,"target":7},{"source":63,"target":3},{"source":63,"target":67},{"source":63,"target":3},{"source":67,"target":3},{"source":64,"target":2},{"source":4,"target":1},{"source":4,"target":5},{"source":4,"target":68},{"source":4,"target":69},{"source":68,"target":70},{"source":68,"target":4},{"source":69,"target":5},{"source":5,"target":1},{"source":5,"target":6},{"source":5,"target":71},{"source":71,"target":6},{"source":6,"target":1},{"source":6,"target":2},{"source":6,"target":72},{"source":72,"target":2},{"source":7,"target":1},{"source":7,"target":2},{"source":7,"target":73},{"source":73,"target":2},{"source":8,"target":1},{"source":8,"target":7},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":74,"target":4},{"source":74,"target":79},{"source":74,"target":8},{"source":79,"target":4},{"source":75,"target":9},{"source":75,"target":80},{"source":75,"target":8},{"source":80,"target":9},{"source":76,"target":5},{"source":76,"target":81},{"source":76,"target":8},{"source":81,"target":5},{"source":77,"target":11},{"source":77,"target":82},{"source":77,"target":8},{"source":82,"target":11},{"source":78,"target":7},{"source":9,"target":1},{"source":9,"target":6},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":83,"target":86},{"source":83,"target":9},{"source":84,"target":10},{"source":84,"target":87},{"source":84,"target":9},{"source":87,"target":10},{"source":85,"target":6},{"source":10,"target":1},{"source":10,"target":88},{"source":10,"target":89},{"source":10,"target":90},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":88,"target":10},{"source":89,"target":10},{"source":90,"target":10},{"source":91,"target":10},{"source":92,"target":10},{"source":93,"target":10},{"source":94,"target":10},{"source":95,"target":10},{"source":96,"target":10},{"source":97,"target":10},{"source":98,"target":10},{"source":99,"target":10},{"source":11,"target":1},{"source":11,"target":2},{"source":11,"target":100},{"source":11,"target":101},{"source":11,"target":102},{"source":100,"target":11},{"source":100,"target":103},{"source":100,"target":11},{"source":103,"target":11},{"source":101,"target":6},{"source":101,"target":104},{"source":101,"target":11},{"source":104,"target":6},{"source":102,"target":2},{"source":12,"target":1},{"source":12,"target":7},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":105,"target":4},{"source":105,"target":108},{"source":105,"target":12},{"source":108,"target":4},{"source":106,"target":13},{"source":106,"target":109},{"source":106,"target":12},{"source":109,"target":13},{"source":107,"target":7},{"source":13,"target":1},{"source":13,"target":2},{"source":13,"target":110},{"source":13,"target":111},{"source":13,"target":112},{"source":110,"target":9},{"source":110,"target":113},{"source":110,"target":13},{"source":113,"target":9},{"source":111,"target":13},{"source":111,"target":114},{"source":111,"target":13},{"source":114,"target":13},{"source":112,"target":2},{"source":14,"target":1},{"source":14,"target":7},{"source":14,"target":115},{"source":14,"target":116},{"source":14,"target":117},{"source":115,"target":15},{"source":115,"target":118},{"source":115,"target":14},{"source":118,"target":15},{"source":116,"target":17},{"source":116,"target":119},{"source":116,"target":14},{"source":119,"target":17},{"source":117,"target":7},{"source":15,"target":1},{"source":15,"target":2},{"source":15,"target":120},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":15,"target":124},{"source":120,"target":4},{"source":120,"target":125},{"source":120,"target":15},{"source":125,"target":4},{"source":121,"target":9},{"source":121,"target":126},{"source":121,"target":15},{"source":126,"target":9},{"source":122,"target":16},{"source":122,"target":127},{"source":122,"target":15},{"source":127,"target":16},{"source":123,"target":5},{"source":123,"target":128},{"source":123,"target":15},{"source":128,"target":5},{"source":124,"target":2},{"source":16,"target":1},{"source":16,"target":2},{"source":16,"target":129},{"source":16,"target":130},{"source":16,"target":131},{"source":16,"target":132},{"source":129,"target":133},{"source":129,"target":16},{"source":130,"target":5},{"source":130,"target":134},{"source":130,"target":16},{"source":134,"target":5},{"source":131,"target":6},{"source":131,"target":135},{"source":131,"target":16},{"source":135,"target":6},{"source":132,"target":2},{"source":17,"target":1},{"source":17,"target":2},{"source":17,"target":136},{"source":17,"target":137},{"source":17,"target":138},{"source":17,"target":139},{"source":136,"target":18},{"source":136,"target":140},{"source":136,"target":17},{"source":140,"target":18},{"source":137,"target":9},{"source":137,"target":141},{"source":137,"target":17},{"source":141,"target":9},{"source":138,"target":6},{"source":138,"target":142},{"source":138,"target":17},{"source":142,"target":6},{"source":139,"target":2},{"source":18,"target":1},{"source":18,"target":143},{"source":18,"target":144},{"source":18,"target":145},{"source":143,"target":18},{"source":144,"target":18},{"source":145,"target":18},{"source":19,"target":1},{"source":19,"target":11},{"source":19,"target":146},{"source":146,"target":11},{"source":20,"target":1},{"source":20,"target":11},{"source":20,"target":147},{"source":147,"target":11},{"source":21,"target":1},{"source":21,"target":13},{"source":21,"target":148},{"source":21,"target":149},{"source":148,"target":6},{"source":148,"target":150},{"source":148,"target":21},{"source":150,"target":6},{"source":149,"target":13},{"source":22,"target":1},{"source":22,"target":13},{"source":22,"target":151},{"source":22,"target":152},{"source":151,"target":23},{"source":151,"target":153},{"source":151,"target":22},{"source":153,"target":23},{"source":152,"target":13},{"source":23,"target":1},{"source":23,"target":2},{"source":23,"target":154},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":154,"target":15},{"source":154,"target":158},{"source":154,"target":23},{"source":158,"target":15},{"source":155,"target":16},{"source":155,"target":159},{"source":155,"target":23},{"source":159,"target":16},{"source":156,"target":6},{"source":156,"target":160},{"source":156,"target":23},{"source":160,"target":6},{"source":157,"target":2},{"source":24,"target":1},{"source":24,"target":6},{"source":24,"target":161},{"source":24,"target":162},{"source":24,"target":163},{"source":24,"target":164},{"source":161,"target":6},{"source":161,"target":165},{"source":161,"target":24},{"source":165,"target":6},{"source":162,"target":9},{"source":162,"target":166},{"source":162,"target":24},{"source":166,"target":9},{"source":163,"target":25},{"source":163,"target":167},{"source":163,"target":24},{"source":167,"target":25},{"source":164,"target":6},{"source":25,"target":1},{"source":25,"target":2},{"source":25,"target":168},{"source":25,"target":169},{"source":168,"target":170},{"source":168,"target":25},{"source":169,"target":2},{"source":26,"target":1},{"source":26,"target":9},{"source":26,"target":5},{"source":26,"target":171},{"source":26,"target":172},{"source":171,"target":9},{"source":172,"target":5},{"source":27,"target":1},{"source":27,"target":5},{"source":27,"target":173},{"source":27,"target":174},{"source":173,"target":16},{"source":173,"target":175},{"source":173,"target":27},{"source":175,"target":16},{"source":174,"target":5},{"source":28,"target":1},{"source":28,"target":5},{"source":28,"target":176},{"source":28,"target":177},{"source":28,"target":178},{"source":176,"target":29},{"source":176,"target":179},{"source":176,"target":28},{"source":179,"target":29},{"source":177,"target":5},{"source":177,"target":180},{"source":177,"target":28},{"source":180,"target":5},{"source":178,"target":5},{"source":29,"target":1},{"source":29,"target":181},{"source":29,"target":182},{"source":29,"target":183},{"source":29,"target":184},{"source":29,"target":185},{"source":181,"target":29},{"source":182,"target":29},{"source":183,"target":29},{"source":184,"target":29},{"source":185,"target":29},{"source":30,"target":1},{"source":30,"target":6},{"source":30,"target":186},{"source":30,"target":187},{"source":30,"target":188},{"source":186,"target":16},{"source":186,"target":189},{"source":186,"target":30},{"source":189,"target":16},{"source":187,"target":6},{"source":187,"target":190},{"source":187,"target":30},{"source":190,"target":6},{"source":188,"target":6},{"source":31,"target":1},{"source":31,"target":6},{"source":31,"target":191},{"source":31,"target":192},{"source":31,"target":193},{"source":31,"target":194},{"source":191,"target":6},{"source":191,"target":195},{"source":191,"target":31},{"source":195,"target":6},{"source":192,"target":6},{"source":192,"target":196},{"source":192,"target":31},{"source":196,"target":6},{"source":193,"target":6},{"source":193,"target":197},{"source":193,"target":31},{"source":197,"target":6},{"source":194,"target":6},{"source":32,"target":1},{"source":32,"target":6},{"source":32,"target":198},{"source":32,"target":199},{"source":32,"target":200},{"source":32,"target":201},{"source":32,"target":202},{"source":198,"target":6},{"source":198,"target":203},{"source":198,"target":32},{"source":203,"target":6},{"source":199,"target":33},{"source":199,"target":204},{"source":199,"target":32},{"source":204,"target":33},{"source":200,"target":9},{"source":200,"target":205},{"source":200,"target":32},{"source":205,"target":9},{"source":201,"target":34},{"source":201,"target":206},{"source":201,"target":32},{"source":206,"target":34},{"source":202,"target":6},{"source":33,"target":1},{"source":33,"target":207},{"source":33,"target":208},{"source":207,"target":33},{"source":208,"target":33},{"source":34,"target":1},{"source":34,"target":2},{"source":34,"target":209},{"source":34,"target":210},{"source":34,"target":211},{"source":209,"target":5},{"source":209,"target":212},{"source":209,"target":34},{"source":212,"target":5},{"source":210,"target":6},{"source":210,"target":213},{"source":210,"target":34},{"source":213,"target":6},{"source":211,"target":2},{"source":35,"target":1},{"source":35,"target":6},{"source":35,"target":214},{"source":214,"target":6},{"source":36,"target":1},{"source":36,"target":35},{"source":36,"target":215},{"source":36,"target":216},{"source":36,"target":217},{"source":215,"target":4},{"source":215,"target":218},{"source":215,"target":36},{"source":218,"target":4},{"source":216,"target":9},{"source":216,"target":219},{"source":216,"target":36},{"source":219,"target":9},{"source":217,"target":35},{"source":37,"target":1},{"source":37,"target":35},{"source":37,"target":220},{"source":37,"target":221},{"source":37,"target":222},{"source":220,"target":29},{"source":220,"target":223},{"source":220,"target":37},{"source":223,"target":29},{"source":221,"target":38},{"source":221,"target":224},{"source":221,"target":37},{"source":224,"target":38},{"source":222,"target":35},{"source":38,"target":1},{"source":38,"target":2},{"source":38,"target":225},{"source":38,"target":226},{"source":225,"target":6},{"source":225,"target":227},{"source":225,"target":38},{"source":227,"target":6},{"source":226,"target":2},{"source":39,"target":1},{"source":39,"target":35},{"source":39,"target":228},{"source":39,"target":229},{"source":228,"target":16},{"source":228,"target":230},{"source":228,"target":39},{"source":230,"target":16},{"source":229,"target":35},{"source":40,"target":1},{"source":40,"target":35},{"source":40,"target":231},{"source":40,"target":232},{"source":231,"target":233},{"source":231,"target":40},{"source":232,"target":35},{"source":41,"target":1},{"source":41,"target":40},{"source":41,"target":234},{"source":41,"target":235},{"source":234,"target":236},{"source":234,"target":41},{"source":235,"target":40},{"source":42,"target":1},{"source":42,"target":40},{"source":42,"target":237},{"source":42,"target":238},{"source":237,"target":239},{"source":237,"target":42},{"source":238,"target":40},{"source":43,"target":1},{"source":43,"target":40},{"source":43,"target":240},{"source":43,"target":241},{"source":240,"target":242},{"source":240,"target":43},{"source":241,"target":40},{"source":44,"target":1},{"source":44,"target":40},{"source":44,"target":243},{"source":44,"target":244},{"source":243,"target":245},{"source":243,"target":44},{"source":244,"target":40},{"source":45,"target":1},{"source":45,"target":40},{"source":45,"target":246},{"source":45,"target":247},{"source":246,"target":248},{"source":246,"target":45},{"source":247,"target":40},{"source":46,"target":1},{"source":46,"target":35},{"source":46,"target":249},{"source":46,"target":250},{"source":249,"target":251},{"source":249,"target":46},{"source":250,"target":35},{"source":47,"target":1},{"source":47,"target":35},{"source":47,"target":252},{"source":47,"target":253},{"source":252,"target":254},{"source":252,"target":47},{"source":253,"target":35},{"source":48,"target":1},{"source":48,"target":38},{"source":48,"target":255},{"source":48,"target":256},{"source":255,"target":6},{"source":255,"target":257},{"source":255,"target":48},{"source":257,"target":6},{"source":256,"target":38},{"source":49,"target":1},{"source":49,"target":6},{"source":49,"target":258},{"source":49,"target":259},{"source":49,"target":260},{"source":49,"target":261},{"source":258,"target":6},{"source":258,"target":262},{"source":258,"target":49},{"source":262,"target":6},{"source":259,"target":50},{"source":259,"target":263},{"source":259,"target":49},{"source":263,"target":50},{"source":260,"target":9},{"source":260,"target":264},{"source":260,"target":49},{"source":264,"target":9},{"source":261,"target":6},{"source":50,"target":1},{"source":50,"target":265},{"source":50,"target":266},{"source":50,"target":267},{"source":265,"target":50},{"source":266,"target":50},{"source":267,"target":50},{"source":51,"target":1},{"source":51,"target":49},{"source":51,"target":268},{"source":51,"target":269},{"source":51,"target":270},{"source":51,"target":271},{"source":268,"target":16},{"source":268,"target":272},{"source":268,"target":51},{"source":272,"target":16},{"source":269,"target":16},{"source":269,"target":273},{"source":269,"target":51},{"source":273,"target":16},{"source":270,"target":6},{"source":270,"target":274},{"source":270,"target":51},{"source":274,"target":6},{"source":271,"target":49},{"source":52,"target":1},{"source":52,"target":51},{"source":52,"target":275},{"source":275,"target":51},{"source":53,"target":1},{"source":53,"target":51},{"source":53,"target":276},{"source":276,"target":51},{"source":54,"target":1},{"source":54,"target":49},{"source":54,"target":277},{"source":54,"target":278},{"source":54,"target":279},{"source":277,"target":6},{"source":277,"target":280},{"source":277,"target":54},{"source":280,"target":6},{"source":278,"target":25},{"source":278,"target":281},{"source":278,"target":54},{"source":281,"target":25},{"source":279,"target":49},{"source":55,"target":1},{"source":55,"target":54},{"source":55,"target":282},{"source":282,"target":54},{"source":56,"target":1},{"source":56,"target":5},{"source":56,"target":283},{"source":56,"target":284},{"source":283,"target":285},{"source":283,"target":56},{"source":284,"target":5}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dbl" nsURI="http://www.informatik.hu-berlin.de/sam/dbl" nsPrefix="dbl"> <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="Construct"> <eStructuralFeatures xsi:type="ecore:EReference" name="expandExpr" lowerBound="1" eType="#//ExpandExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensibleElement" eSuperTypes="#//NamedElement #//Construct"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concreteSyntax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceOfExtensionDefinition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeHolder1" eType="#//ExtensibleElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeHolder2" eType="#//ExtensibleElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeHolder3" eType="#//ExtensibleElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeHolder4" eType="#//ExtensibleElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeHolder5" eType="#//ExtensibleElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeHolder6" eType="#//ExtensibleElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeHolder8" eType="#//ExtensibleElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeHolder9" eType="#//ExtensibleElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placeHolder10" eType="#//ExtensibleElement"/> </eClassifiers> <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="modules" upperBound="-1" eType="#//Module" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="#//Model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//NamedElement #//ConstructiveExtensionAtContentExtensionPoint #//Construct"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionDefinitions" upperBound="-1" eType="#//ExtensionDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extensionSemanticsDefinitions" upperBound="-1" eType="#//ExtensionSemanticsDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructiveExtension" eSuperTypes="#//ExtensibleElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConstructiveExtensionAtContentExtensionPoint" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="contentExtensions" upperBound="-1" eType="#//ConstructiveExtension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleContent" eSuperTypes="#//ConstructiveExtension"/> <eClassifiers xsi:type="ecore:EClass" name="ClassContent" eSuperTypes="#//ConstructiveExtension"/> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDimensions" upperBound="-1" eType="#//ArrayDimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="primitiveType" eType="#//PrimitiveType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArrayDimensions" upperBound="-1" eType="#//ArrayDimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifierType" eType="#//IdExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayDimension"> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="IntType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="BoolType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="DoubleType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//NamedElement #//TypedElement #//LocalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="SuperClassSpecification"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NativeBinding"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetLanguage" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="SuperClassSpecification"/> <details key="unique" value="false"/> <details key="upper" value="*"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="SuperClassSpecification"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperClassSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constructorArguments" ordered="false" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//NamedElement #//Type #//ConstructiveExtensionAtContentExtensionPoint #//LanguageConceptClassifier #//Construct"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="Constructor"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//NativeBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClasses" upperBound="-1" eType="#//SuperClassSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constructors" upperBound="-1" eType="#//Constructor" containment="true" eOpposite="#//Constructor/owningClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionsBlock" eType="#//LocalScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constructor" eSuperTypes="#//LocalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" lowerBound="1" eType="#//Class" eOpposite="#//Class/constructors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractVariable" abstract="true" eSuperTypes="#//NamedElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//AbstractVariable #//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="control" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//AbstractVariable"/> <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="Statement" eSuperTypes="#//ExtensibleElement"/> <eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//VariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="callIdExpr" lowerBound="1" eType="#//IdExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaitUntil" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Terminate" eSuperTypes="#//SimpleStatement"/> <eClassifiers xsi:type="ecore:EClass" name="Yield" eSuperTypes="#//SimpleStatement"/> <eClassifiers xsi:type="ecore:EClass" name="Wait" eSuperTypes="#//SimpleStatement"/> <eClassifiers xsi:type="ecore:EClass" name="Reactivate" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="objectAccess" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivateObject" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="objectAccess" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Advance" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="time" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Print" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trueCase" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="falseCase" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalScopeStatement" eSuperTypes="#//SimpleStatement #//LocalScope"/> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//LoopStatement #//LocalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="termination" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="increment" lowerBound="1" eType="#//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//LoopStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//VariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//SwitchCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultCase" eType="#//SwitchCase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//SimpleStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//SimpleStatement"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//TypedElement #//ExtensibleElement"/> <eClassifiers xsi:type="ecore:EClass" name="L1Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="L2Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="L3Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="L4Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="L5Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="L6Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="L7Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="L8Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="L9Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperator" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="op1" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op2" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryOperator #//L8Expr"/> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryOperator #//L7Expr"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//BinaryOperator #//L6Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//BinaryOperator #//L6Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//BinaryOperator #//L5Expr"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterEqual" eSuperTypes="#//BinaryOperator #//L5Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#//BinaryOperator #//L5Expr"/> <eClassifiers xsi:type="ecore:EClass" name="LessEqual" eSuperTypes="#//BinaryOperator #//L5Expr"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceOf" eSuperTypes="#//BinaryOperator #//L5Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//BinaryOperator #//L4Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//BinaryOperator #//L4Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Mul" eSuperTypes="#//BinaryOperator #//L3Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Mod" eSuperTypes="#//BinaryOperator #//L3Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//BinaryOperator #//L3Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Neg" eSuperTypes="#//UnaryOperator #//L2Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryOperator #//L2Expr"/> <eClassifiers xsi:type="ecore:EClass" name="Cast" eSuperTypes="#//UnaryOperator #//TypedElement #//L2Expr"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObject" eSuperTypes="#//L1Expr #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//L1Expr"/> <eClassifiers xsi:type="ecore:EClass" name="TimeLiteral" eSuperTypes="#//L1Expr"/> <eClassifiers xsi:type="ecore:EClass" name="ActiveLiteral" eSuperTypes="#//L1Expr"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//L1Expr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//L1Expr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrueLiteral" eSuperTypes="#//L1Expr"/> <eClassifiers xsi:type="ecore:EClass" name="FalseLiteral" eSuperTypes="#//L1Expr"/> <eClassifiers xsi:type="ecore:EClass" name="DoubleLiteral" eSuperTypes="#//L1Expr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ExpandExpr"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniqueIdExpr" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpandExpr" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParseExpr" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="astPart" lowerBound="1" eType="#//Construct" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PredefinedId"/> <eClassifiers xsi:type="ecore:EClass" name="MeLiteral" eSuperTypes="#//PredefinedId"/> <eClassifiers xsi:type="ecore:EClass" name="SuperLiteral" eSuperTypes="#//PredefinedId"/> <eClassifiers xsi:type="ecore:EClass" name="MetaLiteral" eSuperTypes="#//PredefinedId"/> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//PredefinedId"/> <eClassifiers xsi:type="ecore:EClass" name="SizeOfArray" eSuperTypes="#//PredefinedId"/> <eClassifiers xsi:type="ecore:EClass" name="IdExpr" eSuperTypes="#//L1Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="parentIdExpr" eType="#//IdExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedElement" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predefinedId" eType="#//PredefinedId" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayIndex" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callPart" eType="#//CallPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="callArguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementAccess" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="idExpr" eType="#//IdExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAccess" eSuperTypes="#//ElementAccess"/> <eClassifiers xsi:type="ecore:EClass" name="MetaAccess" eSuperTypes="#//VariableAccess"/> <eClassifiers xsi:type="ecore:EClass" name="TypeAccess" eSuperTypes="#//ElementAccess"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionDefinition" eSuperTypes="#//LanguageConceptClassifier #//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedConcept" lowerBound="1" eType="#//LanguageConceptClassifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractSyntaxDef" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="textualSyntaxDef" lowerBound="1" eType="#//TextualSyntaxDef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionSemanticsDefinition" eSuperTypes="#//ExtensibleElement #//LocalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="syntaxDefinition" lowerBound="1" eType="#//ExtensionDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextualSyntaxDef" eSuperTypes="#//ExtensibleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="startRule" lowerBound="1" eType="#//TsRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//TsRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LanguageConstructClassifier" abstract="true" eSuperTypes="#//NamedElement #//ExtensibleElement"/> <eClassifiers xsi:type="ecore:EClass" name="LanguageConceptClassifier" abstract="true" eSuperTypes="#//LanguageConstructClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="TsRule" eSuperTypes="#//NamedElement #//LanguageConstructClassifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//RhsExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RhsExpression"/> <eClassifiers xsi:type="ecore:EClass" name="L3RhsExpr" eSuperTypes="#//RhsExpression"/> <eClassifiers xsi:type="ecore:EClass" name="L2RhsExpr" eSuperTypes="#//RhsExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExpr" eSuperTypes="#//L2RhsExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="sequence" upperBound="-1" eType="#//RhsExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="L1RhsExpr" eSuperTypes="#//RhsExpression"/> <eClassifiers xsi:type="ecore:EClass" name="TerminalExpr" eSuperTypes="#//L1RhsExpr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="terminal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="PropertyBindingExpr"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="SequenceExpr"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyBindingExpr" eSuperTypes="#//NamedElement #//L1RhsExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyType" lowerBound="1" eType="#//PropertyType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RhsClassifierExpr" eSuperTypes="#//L1RhsExpr"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" lowerBound="1" eType="#//LanguageConstructClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="IdPropertyType" eSuperTypes="#//PropertyType"/> <eClassifiers xsi:type="ecore:EClass" name="IntPropertyType" eSuperTypes="#//PropertyType"/> <eClassifiers xsi:type="ecore:EClass" name="StringPropertyType" eSuperTypes="#//PropertyType"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanPropertyType" eSuperTypes="#//PropertyType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="terminal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="StructuredPropertyType"/> <details key="unique" value="false"/> <details key="upper" value="*"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredPropertyType" eSuperTypes="#//PropertyType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//LanguageConstructClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositePropertyType" eSuperTypes="#//StructuredPropertyType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="list" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="StructuredPropertyType"/> <details key="unique" value="false"/> <details key="upper" value="*"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferencePropertyType" eSuperTypes="#//StructuredPropertyType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rawReference" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="MetaExpr"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="StructuredPropertyType"/> <details key="unique" value="false"/> <details key="upper" value="*"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetaExpr" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TargetStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpansionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//ExpansionPart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpansionPart" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ExpandTextPart" eSuperTypes="#//ExpansionPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ExpandVariablePart"/> </eAnnotations> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ExpansionStatement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpandVariablePart" eSuperTypes="#//ExpansionPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetExpansionContextStatement" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="addAfterContext" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SaveGenStatement" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResumeGenStatement" eSuperTypes="#//SimpleStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpandExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="metaObject" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpandStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="metaObject" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeQuoteExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="quotedCode" lowerBound="1" eType="#//QuotedCode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuotedCode"/> <eClassifiers xsi:type="ecore:EClass" name="QuotedExpression" eSuperTypes="#//QuotedCode"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuotedStatements" eSuperTypes="#//QuotedCode"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" ordered="false" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuotedClassContent" eSuperTypes="#//QuotedCode #//Class"/> <eClassifiers xsi:type="ecore:EClass" name="QuotedModuleContent" eSuperTypes="#//QuotedCode #//Module"/> <eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="top" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ablunk/dmx/dev-plugins/hub.sam.dmx/resources/dbl-before-october-2015/dbl.ecore
ecore
dbl Construct expandExpr ExtensibleElement concreteSyntax instanceOfExtensionDefinition false placeHolder1 placeHolder2 placeHolder3 placeHolder4 placeHolder5 placeHolder6 placeHolder8 placeHolder9 placeHolder10 Model imports modules Import file model Module classes extensionDefinitions extensionSemanticsDefinitions functions variables ConstructiveExtension ConstructiveExtensionAtContentExtensionPoint contentExtensions ModuleContent ClassContent Type arrayDimensions TypedElement primitiveType typeArrayDimensions classifierType ArrayDimension size PrimitiveType VoidType IntType BoolType DoubleType StringType Function parameters class false abstract false NativeBinding targetLanguage targetType SuperClassSpecification class constructorArguments Class active false bindings superClasses constructors attributes methods actionsBlock Constructor parameters owningClass AbstractVariable Variable control false class false initialValue Parameter NamedElement name Statement LoopStatement SimpleStatement Assignment variable value FunctionCall callIdExpr Return value WaitUntil condition Terminate Yield Wait Reactivate objectAccess ActivateObject objectAccess priority 0 Advance time Print outputs IfStatement condition trueCase falseCase LocalScope statements LocalScopeStatement ForStatement termination increment body WhileStatement condition body SwitchStatement variable cases defaultCase SwitchCase value body BreakStatement ContinueStatement Expression L1Expr L2Expr L3Expr L4Expr L5Expr L6Expr L7Expr L8Expr L9Expr BinaryOperator op1 op2 UnaryOperator op Or And NotEqual Equal Greater GreaterEqual Less LessEqual InstanceOf Plus Minus Mul Mod Div Neg Not Cast CreateObject NullLiteral TimeLiteral ActiveLiteral StringLiteral value IntLiteral value TrueLiteral FalseLiteral DoubleLiteral value UniqueIdExpr identifier ExpandExpr expr ParseExpr astPart PredefinedId MeLiteral SuperLiteral MetaLiteral TypeLiteral SizeOfArray IdExpr parentIdExpr referencedElement predefinedId arrayIndex callPart CallPart callArguments ElementAccess idExpr VariableAccess MetaAccess TypeAccess ExtensionDefinition extendedConcept abstractSyntaxDef textualSyntaxDef ExtensionSemanticsDefinition syntaxDefinition TextualSyntaxDef startRule rules LanguageConstructClassifier LanguageConceptClassifier TsRule rhs RhsExpression L3RhsExpr L2RhsExpr SequenceExpr sequence L1RhsExpr TerminalExpr terminal PropertyBindingExpr propertyType RhsClassifierExpr classifier PropertyType IdPropertyType IntPropertyType StringPropertyType BooleanPropertyType terminal StructuredPropertyType type CompositePropertyType list false ReferencePropertyType rawReference false MetaExpr expr TargetStatement body ExpansionStatement parts exprs ExpansionPart ExpandTextPart text ExpandVariablePart expr SetExpansionContextStatement context addAfterContext false SaveGenStatement variable ResumeGenStatement variable ExpandExpression metaObject ExpandStatement metaObject location CodeQuoteExpression quotedCode QuotedCode QuotedExpression expression QuotedStatements statements QuotedClassContent QuotedModuleContent Pattern top false context body TestStatement value
null
{"directed":true,"nodes":[{"nsPrefix":"dbl","nsURI":"http://www.informatik.hu-berlin.de/sam/dbl","name":"dbl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Construct","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensibleElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructiveExtension","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructiveExtensionAtContentExtensionPoint","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleContent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassContent","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDimension","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeBinding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperClassSpecification","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariable","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","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":"LoopStatement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleStatement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaitUntil","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Terminate","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Yield","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wait","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reactivate","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivateObject","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Advance","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalScope","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalScopeStatement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L1Expr","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L2Expr","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L3Expr","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L4Expr","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L5Expr","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L6Expr","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L7Expr","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L8Expr","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L9Expr","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":true,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterEqual","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessEqual","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOf","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mul","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mod","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cast","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObject","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeLiteral","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveLiteral","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrueLiteral","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FalseLiteral","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueIdExpr","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandExpr","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParseExpr","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PredefinedId","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MeLiteral","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperLiteral","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaLiteral","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeOfArray","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdExpr","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallPart","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementAccess","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAccess","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaAccess","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAccess","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionDefinition","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionSemanticsDefinition","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextualSyntaxDef","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LanguageConstructClassifier","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LanguageConceptClassifier","instanceClass":null,"abstract":true,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TsRule","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RhsExpression","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L3RhsExpr","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L2RhsExpr","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExpr","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"L1RhsExpr","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminalExpr","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyBindingExpr","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RhsClassifierExpr","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyType","instanceClass":null,"abstract":true,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdPropertyType","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntPropertyType","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringPropertyType","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanPropertyType","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredPropertyType","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositePropertyType","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferencePropertyType","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaExpr","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetStatement","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionStatement","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionPart","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandTextPart","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandVariablePart","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExpansionContextStatement","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SaveGenStatement","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResumeGenStatement","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandExpression","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandStatement","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeQuoteExpression","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedCode","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedExpression","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedStatements","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedClassContent","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuotedModuleContent","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestStatement","instanceClass":null,"abstract":false,"id":144,"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":"expandExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concreteSyntax","changeable":true,"lowerBound":0,"iD":false,"id":147,"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":"instanceOfExtensionDefinition","changeable":true,"lowerBound":1,"iD":false,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placeHolder1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placeHolder2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placeHolder3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placeHolder4","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placeHolder5","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placeHolder6","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placeHolder8","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placeHolder9","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":false,"unsettable":false,"transient":false,"unique":true,"name":"placeHolder10","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"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":1,"iD":false,"id":175,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classes","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":"extensionDefinitions","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":"extensionSemanticsDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentExtensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayDimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primitiveType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArrayDimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifierType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":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":213,"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":"class","changeable":true,"lowerBound":1,"iD":false,"id":214,"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":"abstract","changeable":true,"lowerBound":1,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetLanguage","changeable":true,"lowerBound":1,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetType","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructorArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"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":"active","changeable":true,"lowerBound":1,"iD":false,"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":"bindings","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":"superClasses","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":"constructors","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":"attributes","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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionsBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"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"},{"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":"owningClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"lowerBound":1,"iD":false,"id":256,"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":"class","changeable":true,"lowerBound":1,"iD":false,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"container":false,"ordered":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":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callIdExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":false,"ordered":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":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectAccess","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectAccess","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"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":"priority","changeable":true,"lowerBound":1,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":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":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trueCase","changeable":true,"resolveProxies":true,"lowerBound":1,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"falseCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"termination","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":"increment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"container":false,"ordered":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":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"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":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"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":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"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":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":1,"iD":false,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"astPart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":414,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parentIdExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predefinedId","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":425,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idExpr","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendedConcept","changeable":true,"resolveProxies":true,"lowerBound":1,"id":441,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abstractSyntaxDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"textualSyntaxDef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"syntaxDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"startRule","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"rules","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"},{"container":false,"ordered":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":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"terminal","changeable":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"terminal","changeable":true,"lowerBound":1,"iD":false,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"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":"list","changeable":true,"lowerBound":1,"iD":false,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"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":"rawReference","changeable":true,"lowerBound":1,"iD":false,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":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":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","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":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"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":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":513,"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":"addAfterContext","changeable":true,"lowerBound":1,"iD":false,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaObject","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":527,"derived":false},{"container":false,"ordered":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":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"quotedCode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":532,"derived":false},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":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},{"id":536,"eClass":"EGenericType"},{"id":537,"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"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":"top","changeable":true,"lowerBound":1,"iD":false,"id":545,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":546,"derived":false},{"container":false,"ordered":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":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"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":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":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":1,"target":0},{"source":1,"target":145},{"source":145,"target":90},{"source":145,"target":146},{"source":145,"target":1},{"source":146,"target":90},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":1},{"source":2,"target":147},{"source":2,"target":148},{"source":2,"target":149},{"source":2,"target":150},{"source":2,"target":151},{"source":2,"target":152},{"source":2,"target":153},{"source":2,"target":154},{"source":2,"target":155},{"source":2,"target":156},{"source":2,"target":157},{"source":2,"target":158},{"source":2,"target":159},{"source":147,"target":160},{"source":147,"target":2},{"source":148,"target":161},{"source":148,"target":2},{"source":149,"target":2},{"source":149,"target":162},{"source":149,"target":2},{"source":162,"target":2},{"source":150,"target":2},{"source":150,"target":163},{"source":150,"target":2},{"source":163,"target":2},{"source":151,"target":2},{"source":151,"target":164},{"source":151,"target":2},{"source":164,"target":2},{"source":152,"target":2},{"source":152,"target":165},{"source":152,"target":2},{"source":165,"target":2},{"source":153,"target":2},{"source":153,"target":166},{"source":153,"target":2},{"source":166,"target":2},{"source":154,"target":2},{"source":154,"target":167},{"source":154,"target":2},{"source":167,"target":2},{"source":155,"target":2},{"source":155,"target":168},{"source":155,"target":2},{"source":168,"target":2},{"source":156,"target":2},{"source":156,"target":169},{"source":156,"target":2},{"source":169,"target":2},{"source":157,"target":2},{"source":157,"target":170},{"source":157,"target":2},{"source":170,"target":2},{"source":158,"target":27},{"source":159,"target":1},{"source":3,"target":0},{"source":3,"target":171},{"source":3,"target":172},{"source":171,"target":4},{"source":171,"target":173},{"source":171,"target":3},{"source":173,"target":4},{"source":172,"target":5},{"source":172,"target":174},{"source":172,"target":3},{"source":174,"target":5},{"source":4,"target":0},{"source":4,"target":175},{"source":4,"target":176},{"source":175,"target":177},{"source":175,"target":4},{"source":176,"target":3},{"source":176,"target":178},{"source":176,"target":4},{"source":178,"target":3},{"source":5,"target":0},{"source":5,"target":27},{"source":5,"target":7},{"source":5,"target":1},{"source":5,"target":179},{"source":5,"target":180},{"source":5,"target":181},{"source":5,"target":182},{"source":5,"target":183},{"source":5,"target":184},{"source":5,"target":185},{"source":5,"target":186},{"source":179,"target":22},{"source":179,"target":187},{"source":179,"target":5},{"source":187,"target":22},{"source":180,"target":104},{"source":180,"target":188},{"source":180,"target":5},{"source":188,"target":104},{"source":181,"target":105},{"source":181,"target":189},{"source":181,"target":5},{"source":189,"target":105},{"source":182,"target":19},{"source":182,"target":190},{"source":182,"target":5},{"source":190,"target":19},{"source":183,"target":25},{"source":183,"target":191},{"source":183,"target":5},{"source":191,"target":25},{"source":184,"target":27},{"source":185,"target":7},{"source":186,"target":1},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":192},{"source":192,"target":2},{"source":7,"target":0},{"source":7,"target":193},{"source":193,"target":6},{"source":193,"target":194},{"source":193,"target":7},{"source":194,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":195},{"source":195,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":196},{"source":196,"target":6},{"source":10,"target":0},{"source":10,"target":197},{"source":197,"target":12},{"source":197,"target":198},{"source":197,"target":10},{"source":198,"target":12},{"source":11,"target":0},{"source":11,"target":199},{"source":11,"target":200},{"source":11,"target":201},{"source":199,"target":13},{"source":199,"target":202},{"source":199,"target":11},{"source":202,"target":13},{"source":200,"target":12},{"source":200,"target":203},{"source":200,"target":11},{"source":203,"target":12},{"source":201,"target":98},{"source":201,"target":204},{"source":201,"target":11},{"source":204,"target":98},{"source":12,"target":0},{"source":12,"target":205},{"source":205,"target":51},{"source":205,"target":206},{"source":205,"target":12},{"source":206,"target":51},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":207},{"source":207,"target":10},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":208},{"source":208,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":209},{"source":209,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":210},{"source":210,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":211},{"source":211,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":212},{"source":212,"target":13},{"source":19,"target":0},{"source":19,"target":27},{"source":19,"target":11},{"source":19,"target":43},{"source":19,"target":213},{"source":19,"target":214},{"source":19,"target":215},{"source":19,"target":216},{"source":19,"target":217},{"source":19,"target":218},{"source":213,"target":26},{"source":213,"target":219},{"source":213,"target":19},{"source":219,"target":26},{"source":214,"target":220},{"source":214,"target":19},{"source":215,"target":221},{"source":215,"target":19},{"source":216,"target":27},{"source":217,"target":11},{"source":218,"target":43},{"source":20,"target":0},{"source":20,"target":222},{"source":20,"target":223},{"source":222,"target":224},{"source":222,"target":20},{"source":223,"target":225},{"source":223,"target":20},{"source":21,"target":0},{"source":21,"target":226},{"source":21,"target":227},{"source":226,"target":22},{"source":226,"target":228},{"source":226,"target":21},{"source":228,"target":22},{"source":227,"target":51},{"source":227,"target":229},{"source":227,"target":21},{"source":229,"target":51},{"source":22,"target":0},{"source":22,"target":27},{"source":22,"target":10},{"source":22,"target":7},{"source":22,"target":108},{"source":22,"target":1},{"source":22,"target":230},{"source":22,"target":231},{"source":22,"target":232},{"source":22,"target":233},{"source":22,"target":234},{"source":22,"target":235},{"source":22,"target":236},{"source":22,"target":237},{"source":22,"target":238},{"source":22,"target":239},{"source":22,"target":240},{"source":22,"target":241},{"source":230,"target":242},{"source":230,"target":22},{"source":231,"target":20},{"source":231,"target":243},{"source":231,"target":22},{"source":243,"target":20},{"source":232,"target":21},{"source":232,"target":244},{"source":232,"target":22},{"source":244,"target":21},{"source":233,"target":23},{"source":233,"target":245},{"source":233,"target":22},{"source":233,"target":246},{"source":245,"target":23},{"source":234,"target":25},{"source":234,"target":247},{"source":234,"target":22},{"source":247,"target":25},{"source":235,"target":19},{"source":235,"target":248},{"source":235,"target":22},{"source":248,"target":19},{"source":236,"target":43},{"source":236,"target":249},{"source":236,"target":22},{"source":249,"target":43},{"source":237,"target":27},{"source":238,"target":10},{"source":239,"target":7},{"source":240,"target":108},{"source":241,"target":1},{"source":23,"target":0},{"source":23,"target":43},{"source":23,"target":250},{"source":23,"target":246},{"source":23,"target":251},{"source":250,"target":26},{"source":250,"target":252},{"source":250,"target":23},{"source":252,"target":26},{"source":246,"target":22},{"source":246,"target":253},{"source":246,"target":23},{"source":246,"target":233},{"source":253,"target":22},{"source":251,"target":43},{"source":24,"target":0},{"source":24,"target":27},{"source":24,"target":11},{"source":24,"target":254},{"source":24,"target":255},{"source":254,"target":27},{"source":255,"target":11},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":30},{"source":25,"target":256},{"source":25,"target":257},{"source":25,"target":258},{"source":25,"target":259},{"source":25,"target":260},{"source":256,"target":261},{"source":256,"target":25},{"source":257,"target":262},{"source":257,"target":25},{"source":258,"target":51},{"source":258,"target":263},{"source":258,"target":25},{"source":263,"target":51},{"source":259,"target":24},{"source":260,"target":30},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":264},{"source":264,"target":24},{"source":27,"target":0},{"source":27,"target":265},{"source":265,"target":266},{"source":265,"target":27},{"source":28,"target":0},{"source":28,"target":2},{"source":28,"target":267},{"source":267,"target":2},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":268},{"source":268,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":269},{"source":269,"target":28},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":270},{"source":31,"target":271},{"source":31,"target":272},{"source":270,"target":101},{"source":270,"target":273},{"source":270,"target":31},{"source":273,"target":101},{"source":271,"target":51},{"source":271,"target":274},{"source":271,"target":31},{"source":274,"target":51},{"source":272,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":275},{"source":32,"target":276},{"source":275,"target":98},{"source":275,"target":277},{"source":275,"target":32},{"source":277,"target":98},{"source":276,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":278},{"source":33,"target":279},{"source":278,"target":51},{"source":278,"target":280},{"source":278,"target":33},{"source":280,"target":51},{"source":279,"target":30},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":281},{"source":34,"target":282},{"source":281,"target":51},{"source":281,"target":283},{"source":281,"target":34},{"source":283,"target":51},{"source":282,"target":30},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":284},{"source":284,"target":30},{"source":36,"target":0},{"source":36,"target":30},{"source":36,"target":285},{"source":285,"target":30},{"source":37,"target":0},{"source":37,"target":30},{"source":37,"target":286},{"source":286,"target":30},{"source":38,"target":0},{"source":38,"target":30},{"source":38,"target":287},{"source":38,"target":288},{"source":287,"target":51},{"source":287,"target":289},{"source":287,"target":38},{"source":289,"target":51},{"source":288,"target":30},{"source":39,"target":0},{"source":39,"target":30},{"source":39,"target":290},{"source":39,"target":291},{"source":39,"target":292},{"source":290,"target":51},{"source":290,"target":293},{"source":290,"target":39},{"source":293,"target":51},{"source":291,"target":294},{"source":291,"target":39},{"source":292,"target":30},{"source":40,"target":0},{"source":40,"target":30},{"source":40,"target":295},{"source":40,"target":296},{"source":295,"target":51},{"source":295,"target":297},{"source":295,"target":40},{"source":297,"target":51},{"source":296,"target":30},{"source":41,"target":0},{"source":41,"target":30},{"source":41,"target":298},{"source":41,"target":299},{"source":298,"target":51},{"source":298,"target":300},{"source":298,"target":41},{"source":300,"target":51},{"source":299,"target":30},{"source":42,"target":0},{"source":42,"target":28},{"source":42,"target":301},{"source":42,"target":302},{"source":42,"target":303},{"source":42,"target":304},{"source":301,"target":51},{"source":301,"target":305},{"source":301,"target":42},{"source":305,"target":51},{"source":302,"target":28},{"source":302,"target":306},{"source":302,"target":42},{"source":306,"target":28},{"source":303,"target":28},{"source":303,"target":307},{"source":303,"target":42},{"source":307,"target":28},{"source":304,"target":28},{"source":43,"target":0},{"source":43,"target":308},{"source":308,"target":28},{"source":308,"target":309},{"source":308,"target":43},{"source":309,"target":28},{"source":44,"target":0},{"source":44,"target":30},{"source":44,"target":43},{"source":44,"target":310},{"source":44,"target":311},{"source":310,"target":30},{"source":311,"target":43},{"source":45,"target":0},{"source":45,"target":29},{"source":45,"target":43},{"source":45,"target":312},{"source":45,"target":313},{"source":45,"target":314},{"source":45,"target":315},{"source":45,"target":316},{"source":312,"target":51},{"source":312,"target":317},{"source":312,"target":45},{"source":317,"target":51},{"source":313,"target":31},{"source":313,"target":318},{"source":313,"target":45},{"source":318,"target":31},{"source":314,"target":28},{"source":314,"target":319},{"source":314,"target":45},{"source":319,"target":28},{"source":315,"target":29},{"source":316,"target":43},{"source":46,"target":0},{"source":46,"target":29},{"source":46,"target":320},{"source":46,"target":321},{"source":46,"target":322},{"source":320,"target":51},{"source":320,"target":323},{"source":320,"target":46},{"source":323,"target":51},{"source":321,"target":28},{"source":321,"target":324},{"source":321,"target":46},{"source":324,"target":28},{"source":322,"target":29},{"source":47,"target":0},{"source":47,"target":30},{"source":47,"target":325},{"source":47,"target":326},{"source":47,"target":327},{"source":47,"target":328},{"source":325,"target":101},{"source":325,"target":329},{"source":325,"target":47},{"source":329,"target":101},{"source":326,"target":48},{"source":326,"target":330},{"source":326,"target":47},{"source":330,"target":48},{"source":327,"target":48},{"source":327,"target":331},{"source":327,"target":47},{"source":331,"target":48},{"source":328,"target":30},{"source":48,"target":0},{"source":48,"target":332},{"source":48,"target":333},{"source":332,"target":51},{"source":332,"target":334},{"source":332,"target":48},{"source":334,"target":51},{"source":333,"target":28},{"source":333,"target":335},{"source":333,"target":48},{"source":335,"target":28},{"source":49,"target":0},{"source":49,"target":30},{"source":49,"target":336},{"source":336,"target":30},{"source":50,"target":0},{"source":50,"target":30},{"source":50,"target":337},{"source":337,"target":30},{"source":51,"target":0},{"source":51,"target":11},{"source":51,"target":2},{"source":51,"target":338},{"source":51,"target":339},{"source":338,"target":11},{"source":339,"target":2},{"source":52,"target":0},{"source":52,"target":51},{"source":52,"target":340},{"source":340,"target":51},{"source":53,"target":0},{"source":53,"target":51},{"source":53,"target":341},{"source":341,"target":51},{"source":54,"target":0},{"source":54,"target":51},{"source":54,"target":342},{"source":342,"target":51},{"source":55,"target":0},{"source":55,"target":51},{"source":55,"target":343},{"source":343,"target":51},{"source":56,"target":0},{"source":56,"target":51},{"source":56,"target":344},{"source":344,"target":51},{"source":57,"target":0},{"source":57,"target":51},{"source":57,"target":345},{"source":345,"target":51},{"source":58,"target":0},{"source":58,"target":51},{"source":58,"target":346},{"source":346,"target":51},{"source":59,"target":0},{"source":59,"target":51},{"source":59,"target":347},{"source":347,"target":51},{"source":60,"target":0},{"source":60,"target":51},{"source":60,"target":348},{"source":348,"target":51},{"source":61,"target":0},{"source":61,"target":51},{"source":61,"target":349},{"source":61,"target":350},{"source":61,"target":351},{"source":349,"target":51},{"source":349,"target":352},{"source":349,"target":61},{"source":352,"target":51},{"source":350,"target":51},{"source":350,"target":353},{"source":350,"target":61},{"source":353,"target":51},{"source":351,"target":51},{"source":62,"target":0},{"source":62,"target":51},{"source":62,"target":354},{"source":62,"target":355},{"source":354,"target":51},{"source":354,"target":356},{"source":354,"target":62},{"source":356,"target":51},{"source":355,"target":51},{"source":63,"target":0},{"source":63,"target":61},{"source":63,"target":59},{"source":63,"target":357},{"source":63,"target":358},{"source":357,"target":61},{"source":358,"target":59},{"source":64,"target":0},{"source":64,"target":61},{"source":64,"target":58},{"source":64,"target":359},{"source":64,"target":360},{"source":359,"target":61},{"source":360,"target":58},{"source":65,"target":0},{"source":65,"target":61},{"source":65,"target":57},{"source":65,"target":361},{"source":65,"target":362},{"source":361,"target":61},{"source":362,"target":57},{"source":66,"target":0},{"source":66,"target":61},{"source":66,"target":57},{"source":66,"target":363},{"source":66,"target":364},{"source":363,"target":61},{"source":364,"target":57},{"source":67,"target":0},{"source":67,"target":61},{"source":67,"target":56},{"source":67,"target":365},{"source":67,"target":366},{"source":365,"target":61},{"source":366,"target":56},{"source":68,"target":0},{"source":68,"target":61},{"source":68,"target":56},{"source":68,"target":367},{"source":68,"target":368},{"source":367,"target":61},{"source":368,"target":56},{"source":69,"target":0},{"source":69,"target":61},{"source":69,"target":56},{"source":69,"target":369},{"source":69,"target":370},{"source":369,"target":61},{"source":370,"target":56},{"source":70,"target":0},{"source":70,"target":61},{"source":70,"target":56},{"source":70,"target":371},{"source":70,"target":372},{"source":371,"target":61},{"source":372,"target":56},{"source":71,"target":0},{"source":71,"target":61},{"source":71,"target":56},{"source":71,"target":373},{"source":71,"target":374},{"source":373,"target":61},{"source":374,"target":56},{"source":72,"target":0},{"source":72,"target":61},{"source":72,"target":55},{"source":72,"target":375},{"source":72,"target":376},{"source":375,"target":61},{"source":376,"target":55},{"source":73,"target":0},{"source":73,"target":61},{"source":73,"target":55},{"source":73,"target":377},{"source":73,"target":378},{"source":377,"target":61},{"source":378,"target":55},{"source":74,"target":0},{"source":74,"target":61},{"source":74,"target":54},{"source":74,"target":379},{"source":74,"target":380},{"source":379,"target":61},{"source":380,"target":54},{"source":75,"target":0},{"source":75,"target":61},{"source":75,"target":54},{"source":75,"target":381},{"source":75,"target":382},{"source":381,"target":61},{"source":382,"target":54},{"source":76,"target":0},{"source":76,"target":61},{"source":76,"target":54},{"source":76,"target":383},{"source":76,"target":384},{"source":383,"target":61},{"source":384,"target":54},{"source":77,"target":0},{"source":77,"target":62},{"source":77,"target":53},{"source":77,"target":385},{"source":77,"target":386},{"source":385,"target":62},{"source":386,"target":53},{"source":78,"target":0},{"source":78,"target":62},{"source":78,"target":53},{"source":78,"target":387},{"source":78,"target":388},{"source":387,"target":62},{"source":388,"target":53},{"source":79,"target":0},{"source":79,"target":62},{"source":79,"target":11},{"source":79,"target":53},{"source":79,"target":389},{"source":79,"target":390},{"source":79,"target":391},{"source":389,"target":62},{"source":390,"target":11},{"source":391,"target":53},{"source":80,"target":0},{"source":80,"target":52},{"source":80,"target":11},{"source":80,"target":392},{"source":80,"target":393},{"source":392,"target":52},{"source":393,"target":11},{"source":81,"target":0},{"source":81,"target":52},{"source":81,"target":394},{"source":394,"target":52},{"source":82,"target":0},{"source":82,"target":52},{"source":82,"target":395},{"source":395,"target":52},{"source":83,"target":0},{"source":83,"target":52},{"source":83,"target":396},{"source":396,"target":52},{"source":84,"target":0},{"source":84,"target":52},{"source":84,"target":397},{"source":84,"target":398},{"source":397,"target":399},{"source":397,"target":84},{"source":398,"target":52},{"source":85,"target":0},{"source":85,"target":52},{"source":85,"target":400},{"source":85,"target":401},{"source":400,"target":402},{"source":400,"target":85},{"source":401,"target":52},{"source":86,"target":0},{"source":86,"target":52},{"source":86,"target":403},{"source":403,"target":52},{"source":87,"target":0},{"source":87,"target":52},{"source":87,"target":404},{"source":404,"target":52},{"source":88,"target":0},{"source":88,"target":52},{"source":88,"target":405},{"source":88,"target":406},{"source":405,"target":407},{"source":405,"target":88},{"source":406,"target":52},{"source":89,"target":0},{"source":89,"target":51},{"source":89,"target":408},{"source":89,"target":409},{"source":408,"target":410},{"source":408,"target":89},{"source":409,"target":51},{"source":90,"target":0},{"source":90,"target":51},{"source":90,"target":411},{"source":90,"target":412},{"source":411,"target":51},{"source":411,"target":413},{"source":411,"target":90},{"source":413,"target":51},{"source":412,"target":51},{"source":91,"target":0},{"source":91,"target":51},{"source":91,"target":414},{"source":91,"target":415},{"source":414,"target":1},{"source":414,"target":416},{"source":414,"target":91},{"source":416,"target":1},{"source":415,"target":51},{"source":92,"target":0},{"source":93,"target":0},{"source":93,"target":92},{"source":93,"target":417},{"source":417,"target":92},{"source":94,"target":0},{"source":94,"target":92},{"source":94,"target":418},{"source":418,"target":92},{"source":95,"target":0},{"source":95,"target":92},{"source":95,"target":419},{"source":419,"target":92},{"source":96,"target":0},{"source":96,"target":92},{"source":96,"target":420},{"source":420,"target":92},{"source":97,"target":0},{"source":97,"target":92},{"source":97,"target":421},{"source":421,"target":92},{"source":98,"target":0},{"source":98,"target":52},{"source":98,"target":422},{"source":98,"target":423},{"source":98,"target":424},{"source":98,"target":425},{"source":98,"target":426},{"source":98,"target":427},{"source":422,"target":98},{"source":422,"target":428},{"source":422,"target":98},{"source":428,"target":98},{"source":423,"target":27},{"source":423,"target":429},{"source":423,"target":98},{"source":429,"target":27},{"source":424,"target":92},{"source":424,"target":430},{"source":424,"target":98},{"source":430,"target":92},{"source":425,"target":51},{"source":425,"target":431},{"source":425,"target":98},{"source":431,"target":51},{"source":426,"target":99},{"source":426,"target":432},{"source":426,"target":98},{"source":432,"target":99},{"source":427,"target":52},{"source":99,"target":0},{"source":99,"target":433},{"source":433,"target":51},{"source":433,"target":434},{"source":433,"target":99},{"source":434,"target":51},{"source":100,"target":0},{"source":100,"target":51},{"source":100,"target":435},{"source":100,"target":436},{"source":435,"target":98},{"source":435,"target":437},{"source":435,"target":100},{"source":437,"target":98},{"source":436,"target":51},{"source":101,"target":0},{"source":101,"target":100},{"source":101,"target":438},{"source":438,"target":100},{"source":102,"target":0},{"source":102,"target":101},{"source":102,"target":439},{"source":439,"target":101},{"source":103,"target":0},{"source":103,"target":100},{"source":103,"target":440},{"source":440,"target":100},{"source":104,"target":0},{"source":104,"target":108},{"source":104,"target":2},{"source":104,"target":441},{"source":104,"target":442},{"source":104,"target":443},{"source":104,"target":444},{"source":104,"target":445},{"source":441,"target":108},{"source":441,"target":446},{"source":441,"target":104},{"source":446,"target":108},{"source":442,"target":22},{"source":442,"target":447},{"source":442,"target":104},{"source":447,"target":22},{"source":443,"target":106},{"source":443,"target":448},{"source":443,"target":104},{"source":448,"target":106},{"source":444,"target":108},{"source":445,"target":2},{"source":105,"target":0},{"source":105,"target":2},{"source":105,"target":43},{"source":105,"target":449},{"source":105,"target":450},{"source":105,"target":451},{"source":449,"target":104},{"source":449,"target":452},{"source":449,"target":105},{"source":452,"target":104},{"source":450,"target":2},{"source":451,"target":43},{"source":106,"target":0},{"source":106,"target":2},{"source":106,"target":453},{"source":106,"target":454},{"source":106,"target":455},{"source":453,"target":109},{"source":453,"target":456},{"source":453,"target":106},{"source":456,"target":109},{"source":454,"target":109},{"source":454,"target":457},{"source":454,"target":106},{"source":457,"target":109},{"source":455,"target":2},{"source":107,"target":0},{"source":107,"target":27},{"source":107,"target":2},{"source":107,"target":458},{"source":107,"target":459},{"source":458,"target":27},{"source":459,"target":2},{"source":108,"target":0},{"source":108,"target":107},{"source":108,"target":460},{"source":460,"target":107},{"source":109,"target":0},{"source":109,"target":27},{"source":109,"target":107},{"source":109,"target":461},{"source":109,"target":462},{"source":109,"target":463},{"source":461,"target":110},{"source":461,"target":464},{"source":461,"target":109},{"source":464,"target":110},{"source":462,"target":27},{"source":463,"target":107},{"source":110,"target":0},{"source":111,"target":0},{"source":111,"target":110},{"source":111,"target":465},{"source":465,"target":110},{"source":112,"target":0},{"source":112,"target":110},{"source":112,"target":466},{"source":466,"target":110},{"source":113,"target":0},{"source":113,"target":112},{"source":113,"target":467},{"source":113,"target":468},{"source":467,"target":110},{"source":467,"target":469},{"source":467,"target":113},{"source":469,"target":110},{"source":468,"target":112},{"source":114,"target":0},{"source":114,"target":110},{"source":114,"target":470},{"source":470,"target":110},{"source":115,"target":0},{"source":115,"target":114},{"source":115,"target":471},{"source":115,"target":472},{"source":471,"target":473},{"source":471,"target":115},{"source":472,"target":114},{"source":116,"target":0},{"source":116,"target":27},{"source":116,"target":114},{"source":116,"target":474},{"source":116,"target":475},{"source":116,"target":476},{"source":474,"target":118},{"source":474,"target":477},{"source":474,"target":116},{"source":477,"target":118},{"source":475,"target":27},{"source":476,"target":114},{"source":117,"target":0},{"source":117,"target":114},{"source":117,"target":478},{"source":117,"target":479},{"source":478,"target":107},{"source":478,"target":480},{"source":478,"target":117},{"source":480,"target":107},{"source":479,"target":114},{"source":118,"target":0},{"source":119,"target":0},{"source":119,"target":118},{"source":119,"target":481},{"source":481,"target":118},{"source":120,"target":0},{"source":120,"target":118},{"source":120,"target":482},{"source":482,"target":118},{"source":121,"target":0},{"source":121,"target":118},{"source":121,"target":483},{"source":483,"target":118},{"source":122,"target":0},{"source":122,"target":118},{"source":122,"target":484},{"source":122,"target":485},{"source":484,"target":486},{"source":484,"target":122},{"source":485,"target":118},{"source":123,"target":0},{"source":123,"target":118},{"source":123,"target":487},{"source":123,"target":488},{"source":487,"target":107},{"source":487,"target":489},{"source":487,"target":123},{"source":489,"target":107},{"source":488,"target":118},{"source":124,"target":0},{"source":124,"target":123},{"source":124,"target":490},{"source":124,"target":491},{"source":490,"target":492},{"source":490,"target":124},{"source":491,"target":123},{"source":125,"target":0},{"source":125,"target":123},{"source":125,"target":493},{"source":125,"target":494},{"source":493,"target":495},{"source":493,"target":125},{"source":494,"target":123},{"source":126,"target":0},{"source":126,"target":51},{"source":126,"target":496},{"source":126,"target":497},{"source":496,"target":51},{"source":496,"target":498},{"source":496,"target":126},{"source":498,"target":51},{"source":497,"target":51},{"source":127,"target":0},{"source":127,"target":28},{"source":127,"target":499},{"source":127,"target":500},{"source":499,"target":28},{"source":499,"target":501},{"source":499,"target":127},{"source":501,"target":28},{"source":500,"target":28},{"source":128,"target":0},{"source":128,"target":28},{"source":128,"target":502},{"source":128,"target":503},{"source":128,"target":504},{"source":502,"target":129},{"source":502,"target":505},{"source":502,"target":128},{"source":505,"target":129},{"source":503,"target":51},{"source":503,"target":506},{"source":503,"target":128},{"source":506,"target":51},{"source":504,"target":28},{"source":129,"target":0},{"source":130,"target":0},{"source":130,"target":129},{"source":130,"target":507},{"source":130,"target":508},{"source":507,"target":509},{"source":507,"target":130},{"source":508,"target":129},{"source":131,"target":0},{"source":131,"target":129},{"source":131,"target":510},{"source":131,"target":511},{"source":510,"target":51},{"source":510,"target":512},{"source":510,"target":131},{"source":512,"target":51},{"source":511,"target":129},{"source":132,"target":0},{"source":132,"target":30},{"source":132,"target":513},{"source":132,"target":514},{"source":132,"target":515},{"source":513,"target":51},{"source":513,"target":516},{"source":513,"target":132},{"source":516,"target":51},{"source":514,"target":517},{"source":514,"target":132},{"source":515,"target":30},{"source":133,"target":0},{"source":133,"target":30},{"source":133,"target":518},{"source":133,"target":519},{"source":518,"target":51},{"source":518,"target":520},{"source":518,"target":133},{"source":520,"target":51},{"source":519,"target":30},{"source":134,"target":0},{"source":134,"target":30},{"source":134,"target":521},{"source":134,"target":522},{"source":521,"target":51},{"source":521,"target":523},{"source":521,"target":134},{"source":523,"target":51},{"source":522,"target":30},{"source":135,"target":0},{"source":135,"target":51},{"source":135,"target":524},{"source":135,"target":525},{"source":524,"target":51},{"source":524,"target":526},{"source":524,"target":135},{"source":526,"target":51},{"source":525,"target":51},{"source":136,"target":0},{"source":136,"target":28},{"source":136,"target":527},{"source":136,"target":528},{"source":136,"target":529},{"source":527,"target":51},{"source":527,"target":530},{"source":527,"target":136},{"source":530,"target":51},{"source":528,"target":51},{"source":528,"target":531},{"source":528,"target":136},{"source":531,"target":51},{"source":529,"target":28},{"source":137,"target":0},{"source":137,"target":51},{"source":137,"target":532},{"source":137,"target":533},{"source":532,"target":138},{"source":532,"target":534},{"source":532,"target":137},{"source":534,"target":138},{"source":533,"target":51},{"source":138,"target":0},{"source":139,"target":0},{"source":139,"target":138},{"source":139,"target":535},{"source":139,"target":536},{"source":535,"target":51},{"source":535,"target":537},{"source":535,"target":139},{"source":537,"target":51},{"source":536,"target":138},{"source":140,"target":0},{"source":140,"target":138},{"source":140,"target":538},{"source":140,"target":539},{"source":538,"target":28},{"source":538,"target":540},{"source":538,"target":140},{"source":540,"target":28},{"source":539,"target":138},{"source":141,"target":0},{"source":141,"target":138},{"source":141,"target":22},{"source":141,"target":541},{"source":141,"target":542},{"source":541,"target":138},{"source":542,"target":22},{"source":142,"target":0},{"source":142,"target":138},{"source":142,"target":5},{"source":142,"target":543},{"source":142,"target":544},{"source":543,"target":138},{"source":544,"target":5},{"source":143,"target":0},{"source":143,"target":27},{"source":143,"target":545},{"source":143,"target":546},{"source":143,"target":547},{"source":143,"target":548},{"source":545,"target":549},{"source":545,"target":143},{"source":546,"target":26},{"source":546,"target":550},{"source":546,"target":143},{"source":550,"target":26},{"source":547,"target":28},{"source":547,"target":551},{"source":547,"target":143},{"source":551,"target":28},{"source":548,"target":27},{"source":144,"target":0},{"source":144,"target":28},{"source":144,"target":552},{"source":144,"target":553},{"source":552,"target":554},{"source":552,"target":144},{"source":553,"target":28}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fsm" nsURI="http://fsm/" nsPrefix="fsm"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="//State" containment="true" eOpposite="//State/stateMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="//Transition" containment="true" eOpposite="//Transition/stateMachine"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="//Transition" eOpposite="//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="//Transition" eOpposite="//Transition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="//StateMachine" eOpposite="//StateMachine/states"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialTime"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalTime"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="//State"/> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="//State"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="//NamedElement"> <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="trigger" eType="//Trigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" lowerBound="1" eType="//StateMachine" eOpposite="//StateMachine/transitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialTime"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalTime"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedTransition" eSuperTypes="//Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="//State"/> <eClassifiers xsi:type="ecore:EClass" name="Fork" eSuperTypes="//Pseudostate"/> <eClassifiers xsi:type="ecore:EClass" name="Join" eSuperTypes="//Pseudostate"/> </ecore:EPackage>
github:ecore:/data/diverse-project/melange-examples/fr.inria.diverse.examples.fsm.metamodel/model/fsm.ecore
ecore
fsm NamedElement name StateMachine states transitions State outgoing incoming stateMachine initialTime finalTime FinalState InitialState Transition target source trigger stateMachine initialTime finalTime TimedTransition duration Trigger expression Pseudostate Fork Join
null
{"directed":true,"nodes":[{"nsPrefix":"fsm","nsURI":"http://fsm/","name":"fsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedTransition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fork","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Join","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialTime","changeable":true,"lowerBound":0,"iD":false,"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":"finalTime","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialTime","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finalTime","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":12,"target":13},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":3},{"source":14,"target":17},{"source":14,"target":2},{"source":14,"target":18},{"source":17,"target":3},{"source":15,"target":6},{"source":15,"target":19},{"source":15,"target":2},{"source":15,"target":20},{"source":19,"target":6},{"source":16,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":18},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":21,"target":6},{"source":21,"target":26},{"source":21,"target":3},{"source":21,"target":27},{"source":26,"target":6},{"source":22,"target":6},{"source":22,"target":28},{"source":22,"target":3},{"source":22,"target":29},{"source":28,"target":6},{"source":18,"target":2},{"source":18,"target":30},{"source":18,"target":3},{"source":18,"target":14},{"source":30,"target":2},{"source":23,"target":31},{"source":23,"target":3},{"source":24,"target":32},{"source":24,"target":3},{"source":25,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":33},{"source":33,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":34},{"source":34,"target":3},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":29},{"source":6,"target":27},{"source":6,"target":35},{"source":6,"target":20},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":29,"target":3},{"source":29,"target":39},{"source":29,"target":6},{"source":29,"target":22},{"source":39,"target":3},{"source":27,"target":3},{"source":27,"target":40},{"source":27,"target":6},{"source":27,"target":21},{"source":40,"target":3},{"source":35,"target":8},{"source":35,"target":41},{"source":35,"target":6},{"source":41,"target":8},{"source":20,"target":2},{"source":20,"target":42},{"source":20,"target":6},{"source":20,"target":15},{"source":42,"target":2},{"source":36,"target":43},{"source":36,"target":6},{"source":37,"target":44},{"source":37,"target":6},{"source":38,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":45},{"source":7,"target":46},{"source":45,"target":47},{"source":45,"target":7},{"source":46,"target":6},{"source":8,"target":0},{"source":8,"target":48},{"source":48,"target":49},{"source":48,"target":8},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":50},{"source":50,"target":3},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":51},{"source":51,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":52},{"source":52,"target":9}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="thingML" nsURI="http://www.thingml.org/xtext/ThingML" nsPrefix="thingML"> <eClassifiers xsi:type="ecore:EClass" name="Function"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Message"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"/> <eClassifiers xsi:type="ecore:EClass" name="Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="sends" unique="false" upperBound="-1" eType="#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receives" unique="false" upperBound="-1" eType="#//Message"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"/> <eClassifiers xsi:type="ecore:EClass" name="SendAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="#//Port"/> <eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAssignment" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnAction" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCallStatement" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/brice-morin/thingml-logs-xp/src/main/docs/Actions.ecore
ecore
thingML Function parameters typeRef body abstract Message parameters Parameter Port sends receives Action SendAction port message parameters VariableAssignment property index expression ReturnAction exp FunctionCallStatement function parameters Expression FunctionCallExpression function parameters OrExpression lhs rhs NotExpression term
null
{"directed":true,"nodes":[{"nsPrefix":"thingML","nsURI":"http://www.thingml.org/xtext/ThingML","name":"thingML","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":"Message","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallStatement","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":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":false,"name":"sends","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":false,"name":"receives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","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":"function","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","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":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":14,"target":3},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":3},{"source":15,"target":1},{"source":16,"target":5},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":5},{"source":17,"target":20},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":21,"target":3},{"source":21,"target":22},{"source":21,"target":2},{"source":22,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":23,"target":2},{"source":23,"target":25},{"source":23,"target":4},{"source":25,"target":2},{"source":24,"target":2},{"source":24,"target":26},{"source":24,"target":4},{"source":26,"target":2},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":27,"target":4},{"source":27,"target":31},{"source":27,"target":6},{"source":31,"target":4},{"source":28,"target":2},{"source":28,"target":32},{"source":28,"target":6},{"source":32,"target":2},{"source":29,"target":10},{"source":29,"target":33},{"source":29,"target":6},{"source":33,"target":10},{"source":30,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":34},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":34,"target":7},{"source":35,"target":10},{"source":35,"target":38},{"source":35,"target":7},{"source":38,"target":10},{"source":36,"target":10},{"source":36,"target":39},{"source":36,"target":7},{"source":39,"target":10},{"source":37,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":40},{"source":8,"target":41},{"source":40,"target":10},{"source":40,"target":42},{"source":40,"target":8},{"source":42,"target":10},{"source":41,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":43},{"source":9,"target":44},{"source":9,"target":45},{"source":43,"target":1},{"source":43,"target":46},{"source":43,"target":9},{"source":46,"target":1},{"source":44,"target":10},{"source":44,"target":47},{"source":44,"target":9},{"source":47,"target":10},{"source":45,"target":5},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":48},{"source":11,"target":49},{"source":11,"target":50},{"source":48,"target":1},{"source":48,"target":51},{"source":48,"target":11},{"source":51,"target":1},{"source":49,"target":10},{"source":49,"target":52},{"source":49,"target":11},{"source":52,"target":10},{"source":50,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":53},{"source":12,"target":54},{"source":12,"target":55},{"source":53,"target":10},{"source":53,"target":56},{"source":53,"target":12},{"source":56,"target":10},{"source":54,"target":10},{"source":54,"target":57},{"source":54,"target":12},{"source":57,"target":10},{"source":55,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":58},{"source":13,"target":59},{"source":58,"target":10},{"source":58,"target":60},{"source":58,"target":13},{"source":60,"target":10},{"source":59,"target":10}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="altarica" nsURI="http://www.onair.fr/dsl/safety/Altarica" nsPrefix="altarica"> <eClassifiers xsi:type="ecore:EClass" name="System"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDeclarations" upperBound="-1" eType="#//AbstractDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ConstantDefinition" eSuperTypes="#//AbstractDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//Constant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//AbstractDefinitionConstant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//NonNavigableVariable"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractDefinitionConstant"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionConstant" eSuperTypes="#//AbstractDefinitionConstant"/> <eClassifiers xsi:type="ecore:EClass" name="DomainConstant" eSuperTypes="#//AbstractDefinitionConstant"> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" eType="#//AbstractDomain" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Domain" eSuperTypes="#//AbstractDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" eType="#//AbstractDomain" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractDomain" eSuperTypes="#//AbstractTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="Range" eSuperTypes="#//AbstractDomain"> <eStructuralFeatures xsi:type="ecore:EReference" name="lower" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upper" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//AbstractDomain"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiterals" upperBound="-1" eType="#//Literal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//AbstractDomain"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//PrimitiveTypeKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypeKind"> <eLiterals name="INTEGER" literal="integer"/> <eLiterals name="BOOLEAN" value="1" literal="bool"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//NonNavigableVariable"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//AbstractDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMain" 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="ownedSpecifications" upperBound="-1" eType="#//AbstractSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAttribute"> <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="InitSpecification" eSuperTypes="#//AbstractSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInitStatements" upperBound="-1" eType="#//InitStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="affectation" eType="#//Affectation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalSpecification" eSuperTypes="#//AbstractSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDirectives" upperBound="-1" eType="#//ExternalDirective" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalDirective"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowSpecification" eSuperTypes="#//AbstractSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDeclarations" upperBound="-1" eType="#//FlowDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedFlows" upperBound="-1" eType="#//Flow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" eType="#//AbstractTypeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//FlowKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//VariableAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FlowKind"> <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="Flow" eSuperTypes="#//NonNavigableVariable"/> <eClassifiers xsi:type="ecore:EClass" name="EventSpecification" eSuperTypes="#//AbstractSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEventDeclarations" upperBound="-1" eType="#//EventDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEvents" upperBound="-1" eType="#//Event" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//VariableAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//NavigableVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPriority" eType="#//Priority" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Priority"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpression" eType="#//AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateSpecification" eSuperTypes="#//AbstractSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedStateDeclarations" upperBound="-1" eType="#//StateDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedStates" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" eType="#//AbstractTypeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//VariableAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//NonNavigableVariable"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="DomainRef" eSuperTypes="#//AbstractTypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Domain"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeInstanceSpecification" eSuperTypes="#//AbstractSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedNodeInstanceDeclarations" upperBound="-1" eType="#//NodeInstanceDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeInstanceDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedNodeInstances" upperBound="-1" eType="#//NodeInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeType" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeInstance" eSuperTypes="#//NavigableVariable"/> <eClassifiers xsi:type="ecore:EClass" name="AssertSpecification" eSuperTypes="#//AbstractSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAsserts" upperBound="-1" eType="#//Assert" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assert"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpressions" upperBound="-1" eType="#//AbstractBooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VectorSpecification" eSuperTypes="#//AbstractSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVectors" upperBound="-1" eType="#//Vector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vector"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameters" upperBound="-1" eType="#//VectorParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cardinality" eType="#//Cardinality" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VectorParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventParameter" eType="#//EventRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRequired" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cardinality"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionSpecification" eSuperTypes="#//AbstractSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransitionTransitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpresion" eType="#//AbstractExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAffectations" upperBound="-1" eType="#//Affectation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Affectation"> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedExpression" eType="#//AbstractExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractExpression"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractBooleanExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Switch" eSuperTypes="#//AbstractExpression #//AbstractBooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCases" upperBound="-1" eType="#//CaseExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfThenElse" eSuperTypes="#//AbstractExpression #//AbstractBooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//AbstractExpression #//AbstractBooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//NavigableVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//NavigableVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigableVariable"> <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="NonNavigableVariable" eSuperTypes="#//NavigableVariable"/> <eClassifiers xsi:type="ecore:EClass" name="EBoolean" 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="EString" 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="EInteger" 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="Addition" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Multiplication" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrictLower" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lower" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StrictUpper" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Upper" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Imply" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedQualifiedEventRef" eSuperTypes="#//EventRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//EventRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedVariable" eType="#//NavigableVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedQualifiedVariableRef" eSuperTypes="#//VariableRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//VariableRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedVariable" eType="#//NavigableVariable"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Altarica.ecore
ecore
altarica System ownedDeclarations AbstractDeclaration ConstantDefinition constant expression Constant AbstractDefinitionConstant ownedExpression ExpressionConstant DomainConstant domain Domain name domain AbstractDomain Range lower upper Enumeration ownedLiterals PrimitiveType name PrimitiveTypeKind INTEGER integer BOOLEAN bool Literal Node isMain name ownedSpecifications AbstractSpecification VariableAttribute name InitSpecification ownedInitStatements InitStatement affectation ExternalSpecification ownedDirectives ExternalDirective directive FlowSpecification ownedDeclarations FlowDeclaration ownedFlows domain kind attribute FlowKind IN in OUT out INOUT inout Flow EventSpecification ownedEventDeclarations EventDeclaration ownedEvents attribute Event ownedPriority Priority ownedExpression StateSpecification ownedStateDeclarations StateDeclaration ownedStates domain attribute State AbstractTypeRef DomainRef reference NodeInstanceSpecification ownedNodeInstanceDeclarations NodeInstanceDeclaration ownedNodeInstances nodeType NodeInstance AssertSpecification ownedAsserts Assert ownedExpressions VectorSpecification ownedVectors Vector ownedParameters cardinality VectorParameter eventParameter isRequired Cardinality expression TransitionSpecification ownedTransitionTransitions Transition ownedExpresion event ownedAffectations Affectation state ownedExpression AbstractExpression AbstractBooleanExpression Switch ownedCases default CaseExpression condition body IfThenElse condition then else Expression operand EventRef variable VariableRef variable NavigableVariable name NonNavigableVariable EBoolean value EString value EInteger value Addition leftOperand rightOperand Minus leftOperand rightOperand Multiplication leftOperand rightOperand Division leftOperand rightOperand And leftOperand rightOperand Or leftOperand rightOperand Equal leftOperand rightOperand NotEqual leftOperand rightOperand StrictLower leftOperand rightOperand Lower leftOperand rightOperand StrictUpper leftOperand rightOperand Upper leftOperand rightOperand Imply leftOperand rightOperand NestedQualifiedEventRef target nestedVariable NestedQualifiedVariableRef target nestedVariable
null
{"directed":true,"nodes":[{"nsPrefix":"altarica","nsURI":"http://www.onair.fr/dsl/safety/Altarica","name":"altarica","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDefinitionConstant","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionConstant","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainConstant","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDomain","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Range","instanceClass":null,"abstract":false,"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":"PrimitiveType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypeKind","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractSpecification","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAttribute","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitSpecification","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitStatement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalSpecification","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalDirective","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowSpecification","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowDeclaration","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowKind","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventSpecification","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDeclaration","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Priority","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateSpecification","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeRef","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainRef","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeInstanceSpecification","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeInstanceDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeInstance","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertSpecification","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assert","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorSpecification","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vector","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorParameter","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cardinality","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionSpecification","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Affectation","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractBooleanExpression","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenElse","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventRef","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableRef","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigableVariable","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonNavigableVariable","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EBoolean","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EString","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EInteger","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addition","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrictLower","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lower","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrictUpper","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Upper","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Imply","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedQualifiedEventRef","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedQualifiedVariableRef","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":"ownedDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","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":"lower","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":"upper","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiterals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"name":"INTEGER","id":106,"value":0,"literal":"integer","eClass":"EEnumLiteral"},{"name":"BOOLEAN","id":107,"value":1,"literal":"bool","eClass":"EEnumLiteral"},{"id":108,"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":"isMain","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSpecifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedInitStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"affectation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDirectives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"directive","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDeclarations","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedFlows","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":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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"},{"name":"IN","id":139,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"OUT","id":140,"value":1,"literal":"out","eClass":"EEnumLiteral"},{"name":"INOUT","id":141,"value":2,"literal":"inout","eClass":"EEnumLiteral"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEventDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEvents","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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPriority","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedStateDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":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":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedNodeInstanceDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedNodeInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAsserts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isRequired","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTransitionTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpresion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAffectations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":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":213,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":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":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"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":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"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":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","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":"rightOperand","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nestedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nestedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":75},{"source":75,"target":2},{"source":75,"target":76},{"source":75,"target":1},{"source":76,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":77,"target":4},{"source":77,"target":80},{"source":77,"target":3},{"source":80,"target":4},{"source":78,"target":5},{"source":78,"target":81},{"source":78,"target":3},{"source":81,"target":5},{"source":79,"target":2},{"source":4,"target":0},{"source":4,"target":56},{"source":4,"target":82},{"source":82,"target":56},{"source":5,"target":0},{"source":5,"target":83},{"source":83,"target":52},{"source":83,"target":84},{"source":83,"target":5},{"source":84,"target":52},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":85},{"source":85,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":86},{"source":7,"target":87},{"source":86,"target":9},{"source":86,"target":88},{"source":86,"target":7},{"source":88,"target":9},{"source":87,"target":5},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":89},{"source":8,"target":90},{"source":8,"target":91},{"source":89,"target":92},{"source":89,"target":8},{"source":90,"target":9},{"source":90,"target":93},{"source":90,"target":8},{"source":93,"target":9},{"source":91,"target":2},{"source":9,"target":0},{"source":9,"target":33},{"source":9,"target":94},{"source":94,"target":33},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":95,"target":52},{"source":95,"target":98},{"source":95,"target":10},{"source":98,"target":52},{"source":96,"target":52},{"source":96,"target":99},{"source":96,"target":10},{"source":99,"target":52},{"source":97,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":100},{"source":11,"target":101},{"source":100,"target":14},{"source":100,"target":102},{"source":100,"target":11},{"source":102,"target":14},{"source":101,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":103},{"source":12,"target":104},{"source":103,"target":13},{"source":103,"target":105},{"source":103,"target":12},{"source":105,"target":13},{"source":104,"target":9},{"source":13,"target":0},{"source":13,"target":106},{"source":13,"target":107},{"source":106,"target":13},{"source":107,"target":13},{"source":14,"target":0},{"source":14,"target":56},{"source":14,"target":108},{"source":108,"target":56},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":109},{"source":15,"target":110},{"source":15,"target":111},{"source":15,"target":112},{"source":109,"target":113},{"source":109,"target":15},{"source":110,"target":114},{"source":110,"target":15},{"source":111,"target":16},{"source":111,"target":115},{"source":111,"target":15},{"source":115,"target":16},{"source":112,"target":2},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":116},{"source":116,"target":117},{"source":116,"target":17},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":118},{"source":18,"target":119},{"source":118,"target":19},{"source":118,"target":120},{"source":118,"target":18},{"source":120,"target":19},{"source":119,"target":16},{"source":19,"target":0},{"source":19,"target":121},{"source":121,"target":46},{"source":121,"target":122},{"source":121,"target":19},{"source":122,"target":46},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":123},{"source":20,"target":124},{"source":123,"target":21},{"source":123,"target":125},{"source":123,"target":20},{"source":125,"target":21},{"source":124,"target":16},{"source":21,"target":0},{"source":21,"target":126},{"source":126,"target":127},{"source":126,"target":21},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":128},{"source":22,"target":129},{"source":128,"target":23},{"source":128,"target":130},{"source":128,"target":22},{"source":130,"target":23},{"source":129,"target":16},{"source":23,"target":0},{"source":23,"target":131},{"source":23,"target":132},{"source":23,"target":133},{"source":23,"target":134},{"source":131,"target":25},{"source":131,"target":135},{"source":131,"target":23},{"source":135,"target":25},{"source":132,"target":33},{"source":132,"target":136},{"source":132,"target":23},{"source":136,"target":33},{"source":133,"target":24},{"source":133,"target":137},{"source":133,"target":23},{"source":137,"target":24},{"source":134,"target":17},{"source":134,"target":138},{"source":134,"target":23},{"source":138,"target":17},{"source":24,"target":0},{"source":24,"target":139},{"source":24,"target":140},{"source":24,"target":141},{"source":139,"target":24},{"source":140,"target":24},{"source":141,"target":24},{"source":25,"target":0},{"source":25,"target":56},{"source":25,"target":142},{"source":142,"target":56},{"source":26,"target":0},{"source":26,"target":16},{"source":26,"target":143},{"source":26,"target":144},{"source":143,"target":27},{"source":143,"target":145},{"source":143,"target":26},{"source":145,"target":27},{"source":144,"target":16},{"source":27,"target":0},{"source":27,"target":146},{"source":27,"target":147},{"source":146,"target":28},{"source":146,"target":148},{"source":146,"target":27},{"source":148,"target":28},{"source":147,"target":17},{"source":147,"target":149},{"source":147,"target":27},{"source":149,"target":17},{"source":28,"target":0},{"source":28,"target":55},{"source":28,"target":150},{"source":28,"target":151},{"source":150,"target":29},{"source":150,"target":152},{"source":150,"target":28},{"source":152,"target":29},{"source":151,"target":55},{"source":29,"target":0},{"source":29,"target":153},{"source":153,"target":47},{"source":153,"target":154},{"source":153,"target":29},{"source":154,"target":47},{"source":30,"target":0},{"source":30,"target":16},{"source":30,"target":155},{"source":30,"target":156},{"source":155,"target":31},{"source":155,"target":157},{"source":155,"target":30},{"source":157,"target":31},{"source":156,"target":16},{"source":31,"target":0},{"source":31,"target":158},{"source":31,"target":159},{"source":31,"target":160},{"source":158,"target":32},{"source":158,"target":161},{"source":158,"target":31},{"source":161,"target":32},{"source":159,"target":33},{"source":159,"target":162},{"source":159,"target":31},{"source":162,"target":33},{"source":160,"target":17},{"source":160,"target":163},{"source":160,"target":31},{"source":163,"target":17},{"source":32,"target":0},{"source":32,"target":56},{"source":32,"target":164},{"source":164,"target":56},{"source":33,"target":0},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":165},{"source":34,"target":166},{"source":165,"target":8},{"source":165,"target":167},{"source":165,"target":34},{"source":167,"target":8},{"source":166,"target":33},{"source":35,"target":0},{"source":35,"target":16},{"source":35,"target":168},{"source":35,"target":169},{"source":168,"target":36},{"source":168,"target":170},{"source":168,"target":35},{"source":170,"target":36},{"source":169,"target":16},{"source":36,"target":0},{"source":36,"target":171},{"source":36,"target":172},{"source":171,"target":37},{"source":171,"target":173},{"source":171,"target":36},{"source":173,"target":37},{"source":172,"target":15},{"source":172,"target":174},{"source":172,"target":36},{"source":174,"target":15},{"source":37,"target":0},{"source":37,"target":55},{"source":37,"target":175},{"source":175,"target":55},{"source":38,"target":0},{"source":38,"target":16},{"source":38,"target":176},{"source":38,"target":177},{"source":176,"target":39},{"source":176,"target":178},{"source":176,"target":38},{"source":178,"target":39},{"source":177,"target":16},{"source":39,"target":0},{"source":39,"target":179},{"source":179,"target":48},{"source":179,"target":180},{"source":179,"target":39},{"source":180,"target":48},{"source":40,"target":0},{"source":40,"target":16},{"source":40,"target":181},{"source":40,"target":182},{"source":181,"target":41},{"source":181,"target":183},{"source":181,"target":40},{"source":183,"target":41},{"source":182,"target":16},{"source":41,"target":0},{"source":41,"target":184},{"source":41,"target":185},{"source":184,"target":42},{"source":184,"target":186},{"source":184,"target":41},{"source":186,"target":42},{"source":185,"target":43},{"source":185,"target":187},{"source":185,"target":41},{"source":187,"target":43},{"source":42,"target":0},{"source":42,"target":188},{"source":42,"target":189},{"source":188,"target":53},{"source":188,"target":190},{"source":188,"target":42},{"source":190,"target":53},{"source":189,"target":191},{"source":189,"target":42},{"source":43,"target":0},{"source":43,"target":192},{"source":192,"target":47},{"source":192,"target":193},{"source":192,"target":43},{"source":193,"target":47},{"source":44,"target":0},{"source":44,"target":16},{"source":44,"target":194},{"source":44,"target":195},{"source":194,"target":45},{"source":194,"target":196},{"source":194,"target":44},{"source":196,"target":45},{"source":195,"target":16},{"source":45,"target":0},{"source":45,"target":197},{"source":45,"target":198},{"source":45,"target":199},{"source":197,"target":47},{"source":197,"target":200},{"source":197,"target":45},{"source":200,"target":47},{"source":198,"target":28},{"source":198,"target":201},{"source":198,"target":45},{"source":201,"target":28},{"source":199,"target":46},{"source":199,"target":202},{"source":199,"target":45},{"source":202,"target":46},{"source":46,"target":0},{"source":46,"target":203},{"source":46,"target":204},{"source":203,"target":32},{"source":203,"target":205},{"source":203,"target":46},{"source":205,"target":32},{"source":204,"target":47},{"source":204,"target":206},{"source":204,"target":46},{"source":206,"target":47},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":48},{"source":49,"target":207},{"source":49,"target":208},{"source":49,"target":209},{"source":49,"target":210},{"source":207,"target":50},{"source":207,"target":211},{"source":207,"target":49},{"source":211,"target":50},{"source":208,"target":52},{"source":208,"target":212},{"source":208,"target":49},{"source":212,"target":52},{"source":209,"target":47},{"source":210,"target":48},{"source":50,"target":0},{"source":50,"target":213},{"source":50,"target":214},{"source":213,"target":52},{"source":213,"target":215},{"source":213,"target":50},{"source":215,"target":52},{"source":214,"target":52},{"source":214,"target":216},{"source":214,"target":50},{"source":216,"target":52},{"source":51,"target":0},{"source":51,"target":47},{"source":51,"target":48},{"source":51,"target":217},{"source":51,"target":218},{"source":51,"target":219},{"source":51,"target":220},{"source":51,"target":221},{"source":217,"target":52},{"source":217,"target":222},{"source":217,"target":51},{"source":222,"target":52},{"source":218,"target":223},{"source":218,"target":51},{"source":219,"target":224},{"source":219,"target":51},{"source":220,"target":47},{"source":221,"target":48},{"source":52,"target":0},{"source":52,"target":47},{"source":52,"target":48},{"source":52,"target":225},{"source":52,"target":226},{"source":52,"target":227},{"source":225,"target":52},{"source":225,"target":228},{"source":225,"target":52},{"source":228,"target":52},{"source":226,"target":47},{"source":227,"target":48},{"source":53,"target":0},{"source":53,"target":229},{"source":229,"target":55},{"source":229,"target":230},{"source":229,"target":53},{"source":230,"target":55},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":231},{"source":54,"target":232},{"source":231,"target":55},{"source":231,"target":233},{"source":231,"target":54},{"source":233,"target":55},{"source":232,"target":52},{"source":55,"target":0},{"source":55,"target":234},{"source":234,"target":235},{"source":234,"target":55},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":236},{"source":236,"target":55},{"source":57,"target":0},{"source":57,"target":52},{"source":57,"target":237},{"source":57,"target":238},{"source":237,"target":239},{"source":237,"target":57},{"source":238,"target":52},{"source":58,"target":0},{"source":58,"target":52},{"source":58,"target":240},{"source":58,"target":241},{"source":240,"target":242},{"source":240,"target":58},{"source":241,"target":52},{"source":59,"target":0},{"source":59,"target":52},{"source":59,"target":243},{"source":59,"target":244},{"source":243,"target":245},{"source":243,"target":59},{"source":244,"target":52},{"source":60,"target":0},{"source":60,"target":52},{"source":60,"target":246},{"source":60,"target":247},{"source":60,"target":248},{"source":246,"target":52},{"source":246,"target":249},{"source":246,"target":60},{"source":249,"target":52},{"source":247,"target":52},{"source":247,"target":250},{"source":247,"target":60},{"source":250,"target":52},{"source":248,"target":52},{"source":61,"target":0},{"source":61,"target":52},{"source":61,"target":251},{"source":61,"target":252},{"source":61,"target":253},{"source":251,"target":52},{"source":251,"target":254},{"source":251,"target":61},{"source":254,"target":52},{"source":252,"target":52},{"source":252,"target":255},{"source":252,"target":61},{"source":255,"target":52},{"source":253,"target":52},{"source":62,"target":0},{"source":62,"target":52},{"source":62,"target":256},{"source":62,"target":257},{"source":62,"target":258},{"source":256,"target":52},{"source":256,"target":259},{"source":256,"target":62},{"source":259,"target":52},{"source":257,"target":52},{"source":257,"target":260},{"source":257,"target":62},{"source":260,"target":52},{"source":258,"target":52},{"source":63,"target":0},{"source":63,"target":52},{"source":63,"target":261},{"source":63,"target":262},{"source":63,"target":263},{"source":261,"target":52},{"source":261,"target":264},{"source":261,"target":63},{"source":264,"target":52},{"source":262,"target":52},{"source":262,"target":265},{"source":262,"target":63},{"source":265,"target":52},{"source":263,"target":52},{"source":64,"target":0},{"source":64,"target":52},{"source":64,"target":266},{"source":64,"target":267},{"source":64,"target":268},{"source":266,"target":52},{"source":266,"target":269},{"source":266,"target":64},{"source":269,"target":52},{"source":267,"target":52},{"source":267,"target":270},{"source":267,"target":64},{"source":270,"target":52},{"source":268,"target":52},{"source":65,"target":0},{"source":65,"target":52},{"source":65,"target":271},{"source":65,"target":272},{"source":65,"target":273},{"source":271,"target":52},{"source":271,"target":274},{"source":271,"target":65},{"source":274,"target":52},{"source":272,"target":52},{"source":272,"target":275},{"source":272,"target":65},{"source":275,"target":52},{"source":273,"target":52},{"source":66,"target":0},{"source":66,"target":52},{"source":66,"target":276},{"source":66,"target":277},{"source":66,"target":278},{"source":276,"target":52},{"source":276,"target":279},{"source":276,"target":66},{"source":279,"target":52},{"source":277,"target":52},{"source":277,"target":280},{"source":277,"target":66},{"source":280,"target":52},{"source":278,"target":52},{"source":67,"target":0},{"source":67,"target":52},{"source":67,"target":281},{"source":67,"target":282},{"source":67,"target":283},{"source":281,"target":52},{"source":281,"target":284},{"source":281,"target":67},{"source":284,"target":52},{"source":282,"target":52},{"source":282,"target":285},{"source":282,"target":67},{"source":285,"target":52},{"source":283,"target":52},{"source":68,"target":0},{"source":68,"target":52},{"source":68,"target":286},{"source":68,"target":287},{"source":68,"target":288},{"source":286,"target":52},{"source":286,"target":289},{"source":286,"target":68},{"source":289,"target":52},{"source":287,"target":52},{"source":287,"target":290},{"source":287,"target":68},{"source":290,"target":52},{"source":288,"target":52},{"source":69,"target":0},{"source":69,"target":52},{"source":69,"target":291},{"source":69,"target":292},{"source":69,"target":293},{"source":291,"target":52},{"source":291,"target":294},{"source":291,"target":69},{"source":294,"target":52},{"source":292,"target":52},{"source":292,"target":295},{"source":292,"target":69},{"source":295,"target":52},{"source":293,"target":52},{"source":70,"target":0},{"source":70,"target":52},{"source":70,"target":296},{"source":70,"target":297},{"source":70,"target":298},{"source":296,"target":52},{"source":296,"target":299},{"source":296,"target":70},{"source":299,"target":52},{"source":297,"target":52},{"source":297,"target":300},{"source":297,"target":70},{"source":300,"target":52},{"source":298,"target":52},{"source":71,"target":0},{"source":71,"target":52},{"source":71,"target":301},{"source":71,"target":302},{"source":71,"target":303},{"source":301,"target":52},{"source":301,"target":304},{"source":301,"target":71},{"source":304,"target":52},{"source":302,"target":52},{"source":302,"target":305},{"source":302,"target":71},{"source":305,"target":52},{"source":303,"target":52},{"source":72,"target":0},{"source":72,"target":52},{"source":72,"target":306},{"source":72,"target":307},{"source":72,"target":308},{"source":306,"target":52},{"source":306,"target":309},{"source":306,"target":72},{"source":309,"target":52},{"source":307,"target":52},{"source":307,"target":310},{"source":307,"target":72},{"source":310,"target":52},{"source":308,"target":52},{"source":73,"target":0},{"source":73,"target":53},{"source":73,"target":311},{"source":73,"target":312},{"source":73,"target":313},{"source":311,"target":53},{"source":311,"target":314},{"source":311,"target":73},{"source":314,"target":53},{"source":312,"target":55},{"source":312,"target":315},{"source":312,"target":73},{"source":315,"target":55},{"source":313,"target":53},{"source":74,"target":0},{"source":74,"target":54},{"source":74,"target":316},{"source":74,"target":317},{"source":74,"target":318},{"source":316,"target":54},{"source":316,"target":319},{"source":316,"target":74},{"source":319,"target":54},{"source":317,"target":55},{"source":317,"target":320},{"source":317,"target":74},{"source":320,"target":55},{"source":318,"target":54}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="prolog" nsURI="http://www.htwdd.de/sf/beleg/s74838/Prolog" nsPrefix="prolog"> <eClassifiers xsi:type="ecore:EClass" name="PrologDsl"> <eStructuralFeatures xsi:type="ecore:EReference" name="program" eType="#//Program" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exquery" eType="#//Exquery" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="clause" upperBound="-1" eType="#//Clause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exquery"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//Query" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//Predicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nthPredicate" upperBound="-1" eType="#//Predicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clause"> <eStructuralFeatures xsi:type="ecore:EReference" name="fact" eType="#//Fact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fact"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//Predicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//Predicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//Query" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="term" eType="#//Term" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nthTerm" upperBound="-1" eType="#//Term" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term"> <eStructuralFeatures xsi:type="ecore:EReference" name="atom" eType="#//Atom" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//List" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atom"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="atom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="List"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emptyList" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//NotEmptyList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotEmptyList"> <eStructuralFeatures xsi:type="ecore:EReference" name="folge" eType="#//Folge" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Folge"> <eStructuralFeatures xsi:type="ecore:EReference" name="atom" eType="#//Atom" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nthAtom" upperBound="-1" eType="#//Atom" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/oliverguhr/PrologDsl/source/de.htwdd.sf.beleg.s74838/model/generated/Prolog.ecore
ecore
prolog PrologDsl program exquery Program clause Exquery query Query predicate nthPredicate Clause fact rule Fact predicate Rule predicate query Predicate functor term nthTerm Term atom list Atom atom List emptyList list NotEmptyList folge Folge atom nthAtom
null
{"directed":true,"nodes":[{"nsPrefix":"prolog","nsURI":"http://www.htwdd.de/sf/beleg/s74838/Prolog","name":"prolog","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrologDsl","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exquery","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clause","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fact","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEmptyList","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folge","instanceClass":null,"abstract":false,"id":13,"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":"program","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exquery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clause","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":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","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":"nthPredicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rule","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"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":"functor","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","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":"nthTerm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"atom","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":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"atom","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emptyList","changeable":true,"lowerBound":0,"iD":false,"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":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"folge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"atom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nthAtom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":14,"target":2},{"source":14,"target":16},{"source":14,"target":1},{"source":16,"target":2},{"source":15,"target":3},{"source":15,"target":17},{"source":15,"target":1},{"source":17,"target":3},{"source":2,"target":0},{"source":2,"target":18},{"source":18,"target":5},{"source":18,"target":19},{"source":18,"target":2},{"source":19,"target":5},{"source":3,"target":0},{"source":3,"target":20},{"source":20,"target":4},{"source":20,"target":21},{"source":20,"target":3},{"source":21,"target":4},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":23},{"source":22,"target":8},{"source":22,"target":24},{"source":22,"target":4},{"source":24,"target":8},{"source":23,"target":8},{"source":23,"target":25},{"source":23,"target":4},{"source":25,"target":8},{"source":5,"target":0},{"source":5,"target":26},{"source":5,"target":27},{"source":26,"target":6},{"source":26,"target":28},{"source":26,"target":5},{"source":28,"target":6},{"source":27,"target":7},{"source":27,"target":29},{"source":27,"target":5},{"source":29,"target":7},{"source":6,"target":0},{"source":6,"target":30},{"source":30,"target":8},{"source":30,"target":31},{"source":30,"target":6},{"source":31,"target":8},{"source":7,"target":0},{"source":7,"target":32},{"source":7,"target":33},{"source":32,"target":8},{"source":32,"target":34},{"source":32,"target":7},{"source":34,"target":8},{"source":33,"target":4},{"source":33,"target":35},{"source":33,"target":7},{"source":35,"target":4},{"source":8,"target":0},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":36,"target":39},{"source":36,"target":8},{"source":37,"target":9},{"source":37,"target":40},{"source":37,"target":8},{"source":40,"target":9},{"source":38,"target":9},{"source":38,"target":41},{"source":38,"target":8},{"source":41,"target":9},{"source":9,"target":0},{"source":9,"target":42},{"source":9,"target":43},{"source":42,"target":10},{"source":42,"target":44},{"source":42,"target":9},{"source":44,"target":10},{"source":43,"target":11},{"source":43,"target":45},{"source":43,"target":9},{"source":45,"target":11},{"source":10,"target":0},{"source":10,"target":46},{"source":46,"target":47},{"source":46,"target":10},{"source":11,"target":0},{"source":11,"target":48},{"source":11,"target":49},{"source":48,"target":50},{"source":48,"target":11},{"source":49,"target":12},{"source":49,"target":51},{"source":49,"target":11},{"source":51,"target":12},{"source":12,"target":0},{"source":12,"target":52},{"source":52,"target":13},{"source":52,"target":53},{"source":52,"target":12},{"source":53,"target":13},{"source":13,"target":0},{"source":13,"target":54},{"source":13,"target":55},{"source":54,"target":10},{"source":54,"target":56},{"source":54,"target":13},{"source":56,"target":10},{"source":55,"target":10},{"source":55,"target":57},{"source":55,"target":13},{"source":57,"target":10}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="alf" nsURI="http://www.eclipse.org/papyrus/alf/Alf" nsPrefix="alf"> <eClassifiers xsi:type="ecore:EClass" name="Test"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignExpression" upperBound="-1" eType="#//AssignmentCompletion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LITERAL" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="BOOLEAN_LITERAL" eSuperTypes="#//LITERAL"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//BooleanValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BooleanValue"> <eLiterals name="TRUE" literal="true"/> <eLiterals name="FALSE" value="1" literal="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NUMBER_LITERAL" eSuperTypes="#//LITERAL"> <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="INTEGER_LITERAL" eSuperTypes="#//NUMBER_LITERAL"/> <eClassifiers xsi:type="ecore:EClass" name="UNLIMITED_LITERAL" eSuperTypes="#//NUMBER_LITERAL"/> <eClassifiers xsi:type="ecore:EClass" name="STRING_LITERAL" eSuperTypes="#//LITERAL"> <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="NameExpression" eSuperTypes="#//ValueSpecification #//NonLiteralValueSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//QualifiedNamePath" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invocationCompletion" eType="#//Tuple" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceConstructionCompletion" eType="#//SequenceConstructionOrAccessCompletion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postfixOp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedNamePath"> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" upperBound="-1" eType="#//UnqualifiedName" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnqualifiedName"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateBinding" eType="#//TemplateBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//NamedTemplateBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTemplateBinding"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" eType="#//QualifiedNameWithBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedNameWithBinding"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" eType="#//TemplateBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="remaining" eType="#//QualifiedNameWithBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tuple"> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleElements" upperBound="-1" eType="#//TupleElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//SequenceElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalTestExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//ConditionalOrExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whenTrue" eType="#//ConditionalTestExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whenFalse" eType="#//ConditionalTestExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalOrExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//ConditionalAndExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalAndExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//InclusiveOrExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InclusiveOrExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//ExclusiveOrExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExclusiveOrExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//AndExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//EqualityExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//ClassificationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassificationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//RelationalExpression" 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="typeName" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationalExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ShiftExpression" 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="#//ShiftExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShiftExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//AdditiveExpression" containment="true"/> <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="AdditiveExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//MultiplicativeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" upperBound="-1" eType="#//UnaryExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//PrimaryExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="prefix" eType="#//ValueSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuffixExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExpression" eSuperTypes="#//SuffixExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" eType="#//Tuple" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExpression" eSuperTypes="#//SuffixExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkOperationExpression" eSuperTypes="#//SuffixExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//LinkOperationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" eType="#//LinkOperationTuple" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkOperationTuple"> <eStructuralFeatures xsi:type="ecore:EReference" name="linkOperationTupleElement" upperBound="-1" eType="#//LinkOperationTupleElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkOperationTupleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleIndex" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LinkOperationKind"> <eLiterals name="CREATE" literal="createLink"/> <eLiterals name="DESTROY" value="1" literal="destroyLink"/> <eLiterals name="CLEAR" value="2" literal="clearAssoc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceOperationExpression" eSuperTypes="#//SuffixExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operationName" eType="#//QualifiedNameWithBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" eType="#//Tuple" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceReductionExpression" eSuperTypes="#//SuffixExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" eType="#//QualifiedNameWithBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceExpansionExpression" eSuperTypes="#//SuffixExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectOrRejectOperation" eSuperTypes="#//SequenceExpansionExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//SelectOrRejectOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SelectOrRejectOperator"> <eLiterals name="SELECT" literal="select"/> <eLiterals name="REJECT" value="1" literal="reject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectOrIterateOperation" eSuperTypes="#//SequenceExpansionExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//CollectOrIterateOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CollectOrIterateOperator"> <eLiterals name="COLLECT" literal="collect"/> <eLiterals name="ITERATE" value="1" literal="iterate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForAllOrExistsOrOneOperation" eSuperTypes="#//SequenceExpansionExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//ForAllOrExistsOrOneOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ForAllOrExistsOrOneOperator"> <eLiterals name="FORALL" literal="forAll"/> <eLiterals name="EXISTS" value="1" literal="exists"/> <eLiterals name="ONE" value="2" literal="one"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsUniqueOperation" eSuperTypes="#//SequenceExpansionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="NonLiteralValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//ValueSpecification #//NonLiteralValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="expOrTypeCast" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="casted" eType="#//NonLiteralValueSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//ValueSpecification #//NonLiteralValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperInvocationExpression" eSuperTypes="#//ValueSpecification #//NonLiteralValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" eType="#//Tuple" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationName" eType="#//QualifiedNameWithBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceCreationExpression" eSuperTypes="#//ValueSpecification #//NonLiteralValueSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="constructor" eType="#//QualifiedNameWithBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" eType="#//InstanceCreationTuple" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="suffix" eType="#//SuffixExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceCreationTuple"> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceCreationTupleElement" upperBound="-1" eType="#//InstanceCreationTupleElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceCreationTupleElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceConstructionOrAccessCompletion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicityIndicator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessCompletion" eType="#//AccessCompletion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceCompletion" eType="#//PartialSequenceConstructionCompletion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//SequenceConstructionExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AccessCompletion"> <eStructuralFeatures xsi:type="ecore:EReference" name="accessIndex" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PartialSequenceConstructionCompletion"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//SequenceConstructionExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceConstructionExpression" eSuperTypes="#//SequenceElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceElement" upperBound="-1" eType="#//SequenceElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rangeUpper" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClassExtentExpression" eSuperTypes="#//SuffixExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="sequence" eType="#//StatementSequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatementSequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//DocumentedStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentedStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InlineStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="langageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotatedStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//AnnotationKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="args" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AnnotationKind"> <eLiterals name="ISOLATED" literal="isolated"/> <eLiterals name="DETERMINED" value="1" literal="determined"/> <eLiterals name="ASSURED" value="2" literal="assured"/> <eLiterals name="PARALLEL" value="3" literal="parallel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="LocalNameDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//QualifiedNameWithBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicityIndicator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//SequenceElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sequentialClausses" eType="#//SequentialClauses" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalClause" eType="#//FinalClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequentialClauses"> <eStructuralFeatures xsi:type="ecore:EReference" name="conccurentClauses" upperBound="-1" eType="#//ConcurrentClauses" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConcurrentClauses"> <eStructuralFeatures xsi:type="ecore:EReference" name="nonFinalClause" upperBound="-1" eType="#//NonFinalClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonFinalClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="switchClause" upperBound="-1" eType="#//SwitchClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultClause" eType="#//SwitchDefaultClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="switchCase" upperBound="-1" eType="#//SwitchCase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statementSequence" eType="#//NonEmptyStatementSequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchDefaultClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="statementSequence" eType="#//NonEmptyStatementSequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NonEmptyStatementSequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" upperBound="-1" eType="#//DocumentedStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="control" eType="#//ForControl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopVariableDefinition" upperBound="-1" eType="#//LoopVariableDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopVariableDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression2" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//QualifiedNameWithBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" 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="AcceptStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="clause" eType="#//AcceptClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleAccept" eType="#//SimpleAcceptStatementCompletion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compoundAccept" eType="#//CompoundAcceptStatementCompletion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleAcceptStatementCompletion"/> <eClassifiers xsi:type="ecore:EClass" name="CompoundAcceptStatementCompletion"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="acceptBlock" upperBound="-1" eType="#//AcceptBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcceptBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="clause" eType="#//AcceptClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcceptClause"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedNameList" eType="#//QualifiedNameList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassifyStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clause" eType="#//ClassificationClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassificationClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifyFromClause" eType="#//ClassificationFromClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifyToClause" eType="#//ClassificationToClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reclassyAllClause" eType="#//ReclassifyAllClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassificationFromClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedNameList" eType="#//QualifiedNameList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassificationToClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedNameList" eType="#//QualifiedNameList" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyAllClause"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedNameList"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedName" upperBound="-1" eType="#//QualifiedNameWithBinding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvocationOrAssignementOrDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typePart_OR_assignedPart_OR_invocationPart" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationCompletion" eType="#//VariableDeclarationCompletion" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignmentCompletion" eType="#//AssignmentCompletion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperInvocationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="_super" eType="#//SuperInvocationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisInvocationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="_this" eType="#//ThisExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignmentCompletion" eType="#//AssignmentCompletion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceCreationInvocationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="_new" eType="#//InstanceCreationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationCompletion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiplicityIndicator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initValue" eType="#//AssignmentCompletion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentCompletion"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//AssignmentOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" eType="#//SequenceElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentOperator"> <eLiterals name="ASSIGN" literal="="/> <eLiterals name="PLUSASSIGN" value="1" literal="+="/> <eLiterals name="MINUSASSIGN" value="2" literal="-="/> <eLiterals name="MULTASSIGN" value="3" literal="*="/> <eLiterals name="MODASSIGN" value="4" literal="%="/> <eLiterals name="DIVASSIGN" value="5" literal="/="/> <eLiterals name="ANDASSIGN" value="6" literal="&amp;="/> <eLiterals name="ORASSIGN" value="7" literal="|="/> <eLiterals name="XORASSIGN" value="8" literal="^="/> <eLiterals name="LSHIFTASSIGN" value="9" literal="&lt;&lt;="/> <eLiterals name="RSHIFTASSIGN" value="10" literal=">>="/> <eLiterals name="URSHIFTASSIGN" value="11" literal=">>>="/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/go2zo/flaming-bear/org.eclipse.papyrus.uml.alf/src/org/eclipse/papyrus/uml/alf/Alf.ecore
ecore
alf Test expression assignExpression statements block LITERAL BOOLEAN_LITERAL value BooleanValue TRUE true FALSE false NUMBER_LITERAL value INTEGER_LITERAL UNLIMITED_LITERAL STRING_LITERAL value NameExpression prefixOp path id invocationCompletion sequenceConstructionCompletion postfixOp suffix QualifiedNamePath namespace UnqualifiedName name templateBinding TemplateBinding bindings NamedTemplateBinding formal actual QualifiedNameWithBinding id binding remaining Tuple tupleElements TupleElement argument Expression ConditionalTestExpression exp whenTrue whenFalse ConditionalOrExpression exp ConditionalAndExpression exp InclusiveOrExpression exp ExclusiveOrExpression exp AndExpression exp EqualityExpression exp op ClassificationExpression exp op typeName RelationalExpression left op right ShiftExpression exp op AdditiveExpression exp op MultiplicativeExpression exp op UnaryExpression op exp PrimaryExpression prefix SuffixExpression OperationCallExpression operationName tuple suffix PropertyCallExpression propertyName index suffix LinkOperationExpression kind tuple LinkOperationTuple linkOperationTupleElement LinkOperationTupleElement role roleIndex object LinkOperationKind CREATE createLink DESTROY destroyLink CLEAR clearAssoc SequenceOperationExpression operationName tuple suffix SequenceReductionExpression isOrdered behavior suffix SequenceExpansionExpression name expr suffix SelectOrRejectOperation op SelectOrRejectOperator SELECT select REJECT reject CollectOrIterateOperation op CollectOrIterateOperator COLLECT collect ITERATE iterate ForAllOrExistsOrOneOperation op ForAllOrExistsOrOneOperator FORALL forAll EXISTS exists ONE one IsUniqueOperation ValueSpecification NonLiteralValueSpecification ParenthesizedExpression expOrTypeCast casted suffix NullExpression ThisExpression suffix SuperInvocationExpression tuple operationName InstanceCreationExpression constructor tuple suffix InstanceCreationTuple instanceCreationTupleElement InstanceCreationTupleElement role object SequenceConstructionOrAccessCompletion multiplicityIndicator accessCompletion sequenceCompletion expression AccessCompletion accessIndex PartialSequenceConstructionCompletion expression SequenceConstructionExpression sequenceElement rangeUpper SequenceElement ClassExtentExpression Block sequence StatementSequence statements DocumentedStatement comment statement InlineStatement langageName body AnnotatedStatement annotation statement Statement Annotation kind args AnnotationKind ISOLATED isolated DETERMINED determined ASSURED assured PARALLEL parallel BlockStatement block EmptyStatement LocalNameDeclarationStatement varName type multiplicityIndicator init IfStatement sequentialClausses finalClause SequentialClauses conccurentClauses ConcurrentClauses nonFinalClause NonFinalClause condition block FinalClause block SwitchStatement expression switchClause defaultClause SwitchClause switchCase statementSequence SwitchCase expression SwitchDefaultClause statementSequence NonEmptyStatementSequence statement WhileStatement condition block DoStatement block condition ForStatement control block ForControl loopVariableDefinition LoopVariableDefinition name expression1 expression2 type expression BreakStatement ReturnStatement expression AcceptStatement clause simpleAccept compoundAccept SimpleAcceptStatementCompletion CompoundAcceptStatementCompletion block acceptBlock AcceptBlock clause block AcceptClause name qualifiedNameList ClassifyStatement expression clause ClassificationClause classifyFromClause classifyToClause reclassyAllClause ClassificationFromClause qualifiedNameList ClassificationToClause qualifiedNameList ReclassifyAllClause QualifiedNameList qualifiedName InvocationOrAssignementOrDeclarationStatement typePart_OR_assignedPart_OR_invocationPart variableDeclarationCompletion assignmentCompletion SuperInvocationStatement _super ThisInvocationStatement _this assignmentCompletion InstanceCreationInvocationStatement _new VariableDeclarationCompletion multiplicityIndicator variableName initValue AssignmentCompletion op rightHandSide AssignmentOperator ASSIGN = PLUSASSIGN += MINUSASSIGN -= MULTASSIGN *= MODASSIGN %= DIVASSIGN /= ANDASSIGN &= ORASSIGN |= XORASSIGN ^= LSHIFTASSIGN <<= RSHIFTASSIGN >>= URSHIFTASSIGN >>>=
null
{"directed":true,"nodes":[{"nsPrefix":"alf","nsURI":"http://www.eclipse.org/papyrus/alf/Alf","name":"alf","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Test","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LITERAL","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BOOLEAN_LITERAL","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NUMBER_LITERAL","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INTEGER_LITERAL","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UNLIMITED_LITERAL","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STRING_LITERAL","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameExpression","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedNamePath","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnqualifiedName","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBinding","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTemplateBinding","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedNameWithBinding","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tuple","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalTestExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InclusiveOrExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveOrExpression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassificationExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftExpression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditiveExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicativeExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuffixExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExpression","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkOperationExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkOperationTuple","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkOperationTupleElement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"LinkOperationKind","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceOperationExpression","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceReductionExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExpansionExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectOrRejectOperation","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SelectOrRejectOperator","instanceClass":null,"id":43,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectOrIterateOperation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectOrIterateOperator","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForAllOrExistsOrOneOperation","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ForAllOrExistsOrOneOperator","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsUniqueOperation","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonLiteralValueSpecification","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperInvocationExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceCreationExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceCreationTuple","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceCreationTupleElement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceConstructionOrAccessCompletion","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessCompletion","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartialSequenceConstructionCompletion","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceConstructionExpression","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceElement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassExtentExpression","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementSequence","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentedStatement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineStatement","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotatedStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AnnotationKind","instanceClass":null,"id":71,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalNameDeclarationStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequentialClauses","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcurrentClauses","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonFinalClause","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalClause","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchClause","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchDefaultClause","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonEmptyStatementSequence","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForControl","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopVariableDefinition","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptStatement","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleAcceptStatementCompletion","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundAcceptStatementCompletion","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptBlock","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptClause","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifyStatement","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassificationClause","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassificationFromClause","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassificationToClause","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyAllClause","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedNameList","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationOrAssignementOrDeclarationStatement","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperInvocationStatement","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisInvocationStatement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceCreationInvocationStatement","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationCompletion","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentCompletion","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentOperator","instanceClass":null,"id":109,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"name":"TRUE","id":122,"value":0,"literal":"true","eClass":"EEnumLiteral"},{"name":"FALSE","id":123,"value":1,"literal":"false","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefixOp","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":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":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invocationCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceConstructionCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"postfixOp","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"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":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formal","changeable":true,"lowerBound":0,"iD":false,"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":"actual","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":true,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"remaining","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tupleElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenTrue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenFalse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"op","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"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":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"container":false,"ordered":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":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prefix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationName","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyName","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"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":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkOperationTupleElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roleIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"name":"CREATE","id":249,"value":0,"literal":"createLink","eClass":"EEnumLiteral"},{"name":"DESTROY","id":250,"value":1,"literal":"destroyLink","eClass":"EEnumLiteral"},{"name":"CLEAR","id":251,"value":2,"literal":"clearAssoc","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":"operationName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"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":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":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"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":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"name":"SELECT","id":276,"value":0,"literal":"select","eClass":"EEnumLiteral"},{"name":"REJECT","id":277,"value":1,"literal":"reject","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":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"name":"COLLECT","id":281,"value":0,"literal":"collect","eClass":"EEnumLiteral"},{"name":"ITERATE","id":282,"value":1,"literal":"iterate","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":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"name":"FORALL","id":286,"value":0,"literal":"forAll","eClass":"EEnumLiteral"},{"name":"EXISTS","id":287,"value":1,"literal":"exists","eClass":"EEnumLiteral"},{"name":"ONE","id":288,"value":2,"literal":"one","eClass":"EEnumLiteral"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expOrTypeCast","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":"casted","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":"suffix","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operationName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"suffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instanceCreationTupleElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"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":"role","changeable":true,"lowerBound":0,"iD":false,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"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":"multiplicityIndicator","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequenceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rangeUpper","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":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":343,"derived":false},{"id":344,"eClass":"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":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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"langageName","changeable":true,"lowerBound":0,"iD":false,"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":359,"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":"args","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"name":"ISOLATED","id":363,"value":0,"literal":"isolated","eClass":"EEnumLiteral"},{"name":"DETERMINED","id":364,"value":1,"literal":"determined","eClass":"EEnumLiteral"},{"name":"ASSURED","id":365,"value":2,"literal":"assured","eClass":"EEnumLiteral"},{"name":"PARALLEL","id":366,"value":3,"literal":"parallel","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varName","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiplicityIndicator","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":"init","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"},{"id":379,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequentialClausses","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"finalClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conccurentClauses","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":"nonFinalClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":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":389,"derived":false},{"container":false,"ordered":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":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultClause","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchCase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementSequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statementSequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"container":false,"ordered":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":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"control","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loopVariableDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"container":false,"ordered":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":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleAccept","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":"compoundAccept","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"acceptBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedNameList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifyFromClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifyToClause","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":"reclassyAllClause","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":"qualifiedNameList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedNameList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typePart_OR_assignedPart_OR_invocationPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignmentCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"_super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"_this","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignmentCompletion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"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":"_new","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"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":"multiplicityIndicator","changeable":true,"lowerBound":0,"iD":false,"id":497,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variableName","changeable":true,"lowerBound":0,"iD":false,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"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":503,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"name":"ASSIGN","id":507,"value":0,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUSASSIGN","id":508,"value":1,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUSASSIGN","id":509,"value":2,"literal":"-=","eClass":"EEnumLiteral"},{"name":"MULTASSIGN","id":510,"value":3,"literal":"*=","eClass":"EEnumLiteral"},{"name":"MODASSIGN","id":511,"value":4,"literal":"%=","eClass":"EEnumLiteral"},{"name":"DIVASSIGN","id":512,"value":5,"literal":"/=","eClass":"EEnumLiteral"},{"name":"ANDASSIGN","id":513,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"ORASSIGN","id":514,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"XORASSIGN","id":515,"value":8,"literal":"^=","eClass":"EEnumLiteral"},{"name":"LSHIFTASSIGN","id":516,"value":9,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"RSHIFTASSIGN","id":517,"value":10,"literal":">>=","eClass":"EEnumLiteral"},{"name":"URSHIFTASSIGN","id":518,"value":11,"literal":">>>=","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":1,"target":0},{"source":1,"target":110},{"source":1,"target":111},{"source":1,"target":112},{"source":1,"target":113},{"source":110,"target":17},{"source":110,"target":114},{"source":110,"target":1},{"source":114,"target":17},{"source":111,"target":108},{"source":111,"target":115},{"source":111,"target":1},{"source":115,"target":108},{"source":112,"target":69},{"source":112,"target":116},{"source":112,"target":1},{"source":116,"target":69},{"source":113,"target":64},{"source":113,"target":117},{"source":113,"target":1},{"source":117,"target":64},{"source":2,"target":0},{"source":2,"target":49},{"source":2,"target":118},{"source":118,"target":49},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":119},{"source":3,"target":120},{"source":119,"target":4},{"source":119,"target":121},{"source":119,"target":3},{"source":121,"target":4},{"source":120,"target":2},{"source":4,"target":0},{"source":4,"target":122},{"source":4,"target":123},{"source":122,"target":4},{"source":123,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":124},{"source":5,"target":125},{"source":124,"target":126},{"source":124,"target":5},{"source":125,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":127},{"source":127,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":128},{"source":128,"target":5},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":129},{"source":8,"target":130},{"source":129,"target":131},{"source":129,"target":8},{"source":130,"target":2},{"source":9,"target":0},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":132},{"source":9,"target":133},{"source":9,"target":134},{"source":9,"target":135},{"source":9,"target":136},{"source":9,"target":137},{"source":9,"target":138},{"source":9,"target":139},{"source":9,"target":140},{"source":132,"target":141},{"source":132,"target":9},{"source":133,"target":10},{"source":133,"target":142},{"source":133,"target":9},{"source":142,"target":10},{"source":134,"target":143},{"source":134,"target":9},{"source":135,"target":15},{"source":135,"target":144},{"source":135,"target":9},{"source":144,"target":15},{"source":136,"target":58},{"source":136,"target":145},{"source":136,"target":9},{"source":145,"target":58},{"source":137,"target":146},{"source":137,"target":9},{"source":138,"target":32},{"source":138,"target":147},{"source":138,"target":9},{"source":147,"target":32},{"source":139,"target":49},{"source":140,"target":50},{"source":10,"target":0},{"source":10,"target":148},{"source":148,"target":11},{"source":148,"target":149},{"source":148,"target":10},{"source":149,"target":11},{"source":11,"target":0},{"source":11,"target":150},{"source":11,"target":151},{"source":150,"target":152},{"source":150,"target":11},{"source":151,"target":12},{"source":151,"target":153},{"source":151,"target":11},{"source":153,"target":12},{"source":12,"target":0},{"source":12,"target":154},{"source":154,"target":13},{"source":154,"target":155},{"source":154,"target":12},{"source":155,"target":13},{"source":13,"target":0},{"source":13,"target":156},{"source":13,"target":157},{"source":156,"target":158},{"source":156,"target":13},{"source":157,"target":14},{"source":157,"target":159},{"source":157,"target":13},{"source":159,"target":14},{"source":14,"target":0},{"source":14,"target":160},{"source":14,"target":161},{"source":14,"target":162},{"source":160,"target":163},{"source":160,"target":14},{"source":161,"target":12},{"source":161,"target":164},{"source":161,"target":14},{"source":164,"target":12},{"source":162,"target":14},{"source":162,"target":165},{"source":162,"target":14},{"source":165,"target":14},{"source":15,"target":0},{"source":15,"target":166},{"source":166,"target":16},{"source":166,"target":167},{"source":166,"target":15},{"source":167,"target":16},{"source":16,"target":0},{"source":16,"target":168},{"source":168,"target":17},{"source":168,"target":169},{"source":168,"target":16},{"source":169,"target":17},{"source":17,"target":0},{"source":17,"target":62},{"source":17,"target":170},{"source":170,"target":62},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":171},{"source":18,"target":172},{"source":18,"target":173},{"source":18,"target":174},{"source":171,"target":19},{"source":171,"target":175},{"source":171,"target":18},{"source":175,"target":19},{"source":172,"target":18},{"source":172,"target":176},{"source":172,"target":18},{"source":176,"target":18},{"source":173,"target":18},{"source":173,"target":177},{"source":173,"target":18},{"source":177,"target":18},{"source":174,"target":17},{"source":19,"target":0},{"source":19,"target":178},{"source":178,"target":20},{"source":178,"target":179},{"source":178,"target":19},{"source":179,"target":20},{"source":20,"target":0},{"source":20,"target":180},{"source":180,"target":21},{"source":180,"target":181},{"source":180,"target":20},{"source":181,"target":21},{"source":21,"target":0},{"source":21,"target":182},{"source":182,"target":22},{"source":182,"target":183},{"source":182,"target":21},{"source":183,"target":22},{"source":22,"target":0},{"source":22,"target":184},{"source":184,"target":23},{"source":184,"target":185},{"source":184,"target":22},{"source":185,"target":23},{"source":23,"target":0},{"source":23,"target":186},{"source":186,"target":24},{"source":186,"target":187},{"source":186,"target":23},{"source":187,"target":24},{"source":24,"target":0},{"source":24,"target":188},{"source":24,"target":189},{"source":188,"target":25},{"source":188,"target":190},{"source":188,"target":24},{"source":190,"target":25},{"source":189,"target":191},{"source":189,"target":24},{"source":25,"target":0},{"source":25,"target":192},{"source":25,"target":193},{"source":25,"target":194},{"source":192,"target":26},{"source":192,"target":195},{"source":192,"target":25},{"source":195,"target":26},{"source":193,"target":196},{"source":193,"target":25},{"source":194,"target":9},{"source":194,"target":197},{"source":194,"target":25},{"source":197,"target":9},{"source":26,"target":0},{"source":26,"target":198},{"source":26,"target":199},{"source":26,"target":200},{"source":198,"target":27},{"source":198,"target":201},{"source":198,"target":26},{"source":201,"target":27},{"source":199,"target":202},{"source":199,"target":26},{"source":200,"target":27},{"source":200,"target":203},{"source":200,"target":26},{"source":203,"target":27},{"source":27,"target":0},{"source":27,"target":204},{"source":27,"target":205},{"source":204,"target":28},{"source":204,"target":206},{"source":204,"target":27},{"source":206,"target":28},{"source":205,"target":207},{"source":205,"target":27},{"source":28,"target":0},{"source":28,"target":208},{"source":28,"target":209},{"source":208,"target":29},{"source":208,"target":210},{"source":208,"target":28},{"source":210,"target":29},{"source":209,"target":211},{"source":209,"target":28},{"source":29,"target":0},{"source":29,"target":212},{"source":29,"target":213},{"source":212,"target":30},{"source":212,"target":214},{"source":212,"target":29},{"source":214,"target":30},{"source":213,"target":215},{"source":213,"target":29},{"source":30,"target":0},{"source":30,"target":216},{"source":30,"target":217},{"source":216,"target":218},{"source":216,"target":30},{"source":217,"target":31},{"source":217,"target":219},{"source":217,"target":30},{"source":219,"target":31},{"source":31,"target":0},{"source":31,"target":220},{"source":220,"target":49},{"source":220,"target":221},{"source":220,"target":31},{"source":221,"target":49},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":222},{"source":33,"target":223},{"source":33,"target":224},{"source":33,"target":225},{"source":222,"target":226},{"source":222,"target":33},{"source":223,"target":15},{"source":223,"target":227},{"source":223,"target":33},{"source":227,"target":15},{"source":224,"target":32},{"source":224,"target":228},{"source":224,"target":33},{"source":228,"target":32},{"source":225,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":229},{"source":34,"target":230},{"source":34,"target":231},{"source":34,"target":232},{"source":229,"target":233},{"source":229,"target":34},{"source":230,"target":17},{"source":230,"target":234},{"source":230,"target":34},{"source":234,"target":17},{"source":231,"target":32},{"source":231,"target":235},{"source":231,"target":34},{"source":235,"target":32},{"source":232,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":236},{"source":35,"target":237},{"source":35,"target":238},{"source":236,"target":38},{"source":236,"target":239},{"source":236,"target":35},{"source":239,"target":38},{"source":237,"target":36},{"source":237,"target":240},{"source":237,"target":35},{"source":240,"target":36},{"source":238,"target":32},{"source":36,"target":0},{"source":36,"target":241},{"source":241,"target":37},{"source":241,"target":242},{"source":241,"target":36},{"source":242,"target":37},{"source":37,"target":0},{"source":37,"target":243},{"source":37,"target":244},{"source":37,"target":245},{"source":243,"target":246},{"source":243,"target":37},{"source":244,"target":17},{"source":244,"target":247},{"source":244,"target":37},{"source":247,"target":17},{"source":245,"target":17},{"source":245,"target":248},{"source":245,"target":37},{"source":248,"target":17},{"source":38,"target":0},{"source":38,"target":249},{"source":38,"target":250},{"source":38,"target":251},{"source":249,"target":38},{"source":250,"target":38},{"source":251,"target":38},{"source":39,"target":0},{"source":39,"target":32},{"source":39,"target":252},{"source":39,"target":253},{"source":39,"target":254},{"source":39,"target":255},{"source":252,"target":14},{"source":252,"target":256},{"source":252,"target":39},{"source":256,"target":14},{"source":253,"target":15},{"source":253,"target":257},{"source":253,"target":39},{"source":257,"target":15},{"source":254,"target":32},{"source":254,"target":258},{"source":254,"target":39},{"source":258,"target":32},{"source":255,"target":32},{"source":40,"target":0},{"source":40,"target":32},{"source":40,"target":259},{"source":40,"target":260},{"source":40,"target":261},{"source":40,"target":262},{"source":259,"target":263},{"source":259,"target":40},{"source":260,"target":14},{"source":260,"target":264},{"source":260,"target":40},{"source":264,"target":14},{"source":261,"target":32},{"source":261,"target":265},{"source":261,"target":40},{"source":265,"target":32},{"source":262,"target":32},{"source":41,"target":0},{"source":41,"target":32},{"source":41,"target":266},{"source":41,"target":267},{"source":41,"target":268},{"source":41,"target":269},{"source":266,"target":270},{"source":266,"target":41},{"source":267,"target":17},{"source":267,"target":271},{"source":267,"target":41},{"source":271,"target":17},{"source":268,"target":32},{"source":268,"target":272},{"source":268,"target":41},{"source":272,"target":32},{"source":269,"target":32},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":273},{"source":42,"target":274},{"source":273,"target":43},{"source":273,"target":275},{"source":273,"target":42},{"source":275,"target":43},{"source":274,"target":41},{"source":43,"target":0},{"source":43,"target":276},{"source":43,"target":277},{"source":276,"target":43},{"source":277,"target":43},{"source":44,"target":0},{"source":44,"target":41},{"source":44,"target":278},{"source":44,"target":279},{"source":278,"target":45},{"source":278,"target":280},{"source":278,"target":44},{"source":280,"target":45},{"source":279,"target":41},{"source":45,"target":0},{"source":45,"target":281},{"source":45,"target":282},{"source":281,"target":45},{"source":282,"target":45},{"source":46,"target":0},{"source":46,"target":41},{"source":46,"target":283},{"source":46,"target":284},{"source":283,"target":47},{"source":283,"target":285},{"source":283,"target":46},{"source":285,"target":47},{"source":284,"target":41},{"source":47,"target":0},{"source":47,"target":286},{"source":47,"target":287},{"source":47,"target":288},{"source":286,"target":47},{"source":287,"target":47},{"source":288,"target":47},{"source":48,"target":0},{"source":48,"target":41},{"source":48,"target":289},{"source":289,"target":41},{"source":49,"target":0},{"source":50,"target":0},{"source":51,"target":0},{"source":51,"target":49},{"source":51,"target":50},{"source":51,"target":290},{"source":51,"target":291},{"source":51,"target":292},{"source":51,"target":293},{"source":51,"target":294},{"source":290,"target":17},{"source":290,"target":295},{"source":290,"target":51},{"source":295,"target":17},{"source":291,"target":50},{"source":291,"target":296},{"source":291,"target":51},{"source":296,"target":50},{"source":292,"target":32},{"source":292,"target":297},{"source":292,"target":51},{"source":297,"target":32},{"source":293,"target":49},{"source":294,"target":50},{"source":52,"target":0},{"source":52,"target":49},{"source":52,"target":298},{"source":298,"target":49},{"source":53,"target":0},{"source":53,"target":49},{"source":53,"target":50},{"source":53,"target":299},{"source":53,"target":300},{"source":53,"target":301},{"source":299,"target":32},{"source":299,"target":302},{"source":299,"target":53},{"source":302,"target":32},{"source":300,"target":49},{"source":301,"target":50},{"source":54,"target":0},{"source":54,"target":49},{"source":54,"target":50},{"source":54,"target":303},{"source":54,"target":304},{"source":54,"target":305},{"source":54,"target":306},{"source":303,"target":15},{"source":303,"target":307},{"source":303,"target":54},{"source":307,"target":15},{"source":304,"target":14},{"source":304,"target":308},{"source":304,"target":54},{"source":308,"target":14},{"source":305,"target":49},{"source":306,"target":50},{"source":55,"target":0},{"source":55,"target":49},{"source":55,"target":50},{"source":55,"target":309},{"source":55,"target":310},{"source":55,"target":311},{"source":55,"target":312},{"source":55,"target":313},{"source":309,"target":14},{"source":309,"target":314},{"source":309,"target":55},{"source":314,"target":14},{"source":310,"target":56},{"source":310,"target":315},{"source":310,"target":55},{"source":315,"target":56},{"source":311,"target":32},{"source":311,"target":316},{"source":311,"target":55},{"source":316,"target":32},{"source":312,"target":49},{"source":313,"target":50},{"source":56,"target":0},{"source":56,"target":317},{"source":317,"target":57},{"source":317,"target":318},{"source":317,"target":56},{"source":318,"target":57},{"source":57,"target":0},{"source":57,"target":319},{"source":57,"target":320},{"source":319,"target":321},{"source":319,"target":57},{"source":320,"target":17},{"source":320,"target":322},{"source":320,"target":57},{"source":322,"target":17},{"source":58,"target":0},{"source":58,"target":323},{"source":58,"target":324},{"source":58,"target":325},{"source":58,"target":326},{"source":323,"target":327},{"source":323,"target":58},{"source":324,"target":59},{"source":324,"target":328},{"source":324,"target":58},{"source":328,"target":59},{"source":325,"target":60},{"source":325,"target":329},{"source":325,"target":58},{"source":329,"target":60},{"source":326,"target":61},{"source":326,"target":330},{"source":326,"target":58},{"source":330,"target":61},{"source":59,"target":0},{"source":59,"target":331},{"source":331,"target":17},{"source":331,"target":332},{"source":331,"target":59},{"source":332,"target":17},{"source":60,"target":0},{"source":60,"target":333},{"source":333,"target":61},{"source":333,"target":334},{"source":333,"target":60},{"source":334,"target":61},{"source":61,"target":0},{"source":61,"target":62},{"source":61,"target":335},{"source":61,"target":336},{"source":61,"target":337},{"source":335,"target":62},{"source":335,"target":338},{"source":335,"target":61},{"source":338,"target":62},{"source":336,"target":17},{"source":336,"target":339},{"source":336,"target":61},{"source":339,"target":17},{"source":337,"target":62},{"source":62,"target":0},{"source":63,"target":0},{"source":63,"target":32},{"source":63,"target":340},{"source":340,"target":32},{"source":64,"target":0},{"source":64,"target":341},{"source":341,"target":65},{"source":341,"target":342},{"source":341,"target":64},{"source":342,"target":65},{"source":65,"target":0},{"source":65,"target":343},{"source":343,"target":66},{"source":343,"target":344},{"source":343,"target":65},{"source":344,"target":66},{"source":66,"target":0},{"source":66,"target":345},{"source":66,"target":346},{"source":345,"target":347},{"source":345,"target":66},{"source":346,"target":69},{"source":346,"target":348},{"source":346,"target":66},{"source":348,"target":69},{"source":67,"target":0},{"source":67,"target":69},{"source":67,"target":349},{"source":67,"target":350},{"source":67,"target":351},{"source":349,"target":352},{"source":349,"target":67},{"source":350,"target":353},{"source":350,"target":67},{"source":351,"target":69},{"source":68,"target":0},{"source":68,"target":69},{"source":68,"target":354},{"source":68,"target":355},{"source":68,"target":356},{"source":354,"target":70},{"source":354,"target":357},{"source":354,"target":68},{"source":357,"target":70},{"source":355,"target":69},{"source":355,"target":358},{"source":355,"target":68},{"source":358,"target":69},{"source":356,"target":69},{"source":69,"target":0},{"source":70,"target":0},{"source":70,"target":359},{"source":70,"target":360},{"source":359,"target":71},{"source":359,"target":361},{"source":359,"target":70},{"source":361,"target":71},{"source":360,"target":362},{"source":360,"target":70},{"source":71,"target":0},{"source":71,"target":363},{"source":71,"target":364},{"source":71,"target":365},{"source":71,"target":366},{"source":363,"target":71},{"source":364,"target":71},{"source":365,"target":71},{"source":366,"target":71},{"source":72,"target":0},{"source":72,"target":69},{"source":72,"target":367},{"source":72,"target":368},{"source":367,"target":64},{"source":367,"target":369},{"source":367,"target":72},{"source":369,"target":64},{"source":368,"target":69},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":370},{"source":370,"target":69},{"source":74,"target":0},{"source":74,"target":69},{"source":74,"target":371},{"source":74,"target":372},{"source":74,"target":373},{"source":74,"target":374},{"source":74,"target":375},{"source":371,"target":376},{"source":371,"target":74},{"source":372,"target":14},{"source":372,"target":377},{"source":372,"target":74},{"source":377,"target":14},{"source":373,"target":378},{"source":373,"target":74},{"source":374,"target":62},{"source":374,"target":379},{"source":374,"target":74},{"source":379,"target":62},{"source":375,"target":69},{"source":75,"target":0},{"source":75,"target":69},{"source":75,"target":380},{"source":75,"target":381},{"source":75,"target":382},{"source":380,"target":76},{"source":380,"target":383},{"source":380,"target":75},{"source":383,"target":76},{"source":381,"target":79},{"source":381,"target":384},{"source":381,"target":75},{"source":384,"target":79},{"source":382,"target":69},{"source":76,"target":0},{"source":76,"target":385},{"source":385,"target":77},{"source":385,"target":386},{"source":385,"target":76},{"source":386,"target":77},{"source":77,"target":0},{"source":77,"target":387},{"source":387,"target":78},{"source":387,"target":388},{"source":387,"target":77},{"source":388,"target":78},{"source":78,"target":0},{"source":78,"target":389},{"source":78,"target":390},{"source":389,"target":17},{"source":389,"target":391},{"source":389,"target":78},{"source":391,"target":17},{"source":390,"target":64},{"source":390,"target":392},{"source":390,"target":78},{"source":392,"target":64},{"source":79,"target":0},{"source":79,"target":393},{"source":393,"target":64},{"source":393,"target":394},{"source":393,"target":79},{"source":394,"target":64},{"source":80,"target":0},{"source":80,"target":69},{"source":80,"target":395},{"source":80,"target":396},{"source":80,"target":397},{"source":80,"target":398},{"source":395,"target":17},{"source":395,"target":399},{"source":395,"target":80},{"source":399,"target":17},{"source":396,"target":81},{"source":396,"target":400},{"source":396,"target":80},{"source":400,"target":81},{"source":397,"target":83},{"source":397,"target":401},{"source":397,"target":80},{"source":401,"target":83},{"source":398,"target":69},{"source":81,"target":0},{"source":81,"target":402},{"source":81,"target":403},{"source":402,"target":82},{"source":402,"target":404},{"source":402,"target":81},{"source":404,"target":82},{"source":403,"target":84},{"source":403,"target":405},{"source":403,"target":81},{"source":405,"target":84},{"source":82,"target":0},{"source":82,"target":406},{"source":406,"target":17},{"source":406,"target":407},{"source":406,"target":82},{"source":407,"target":17},{"source":83,"target":0},{"source":83,"target":408},{"source":408,"target":84},{"source":408,"target":409},{"source":408,"target":83},{"source":409,"target":84},{"source":84,"target":0},{"source":84,"target":410},{"source":410,"target":66},{"source":410,"target":411},{"source":410,"target":84},{"source":411,"target":66},{"source":85,"target":0},{"source":85,"target":69},{"source":85,"target":412},{"source":85,"target":413},{"source":85,"target":414},{"source":412,"target":17},{"source":412,"target":415},{"source":412,"target":85},{"source":415,"target":17},{"source":413,"target":64},{"source":413,"target":416},{"source":413,"target":85},{"source":416,"target":64},{"source":414,"target":69},{"source":86,"target":0},{"source":86,"target":69},{"source":86,"target":417},{"source":86,"target":418},{"source":86,"target":419},{"source":417,"target":64},{"source":417,"target":420},{"source":417,"target":86},{"source":420,"target":64},{"source":418,"target":17},{"source":418,"target":421},{"source":418,"target":86},{"source":421,"target":17},{"source":419,"target":69},{"source":87,"target":0},{"source":87,"target":69},{"source":87,"target":422},{"source":87,"target":423},{"source":87,"target":424},{"source":422,"target":88},{"source":422,"target":425},{"source":422,"target":87},{"source":425,"target":88},{"source":423,"target":64},{"source":423,"target":426},{"source":423,"target":87},{"source":426,"target":64},{"source":424,"target":69},{"source":88,"target":0},{"source":88,"target":427},{"source":427,"target":89},{"source":427,"target":428},{"source":427,"target":88},{"source":428,"target":89},{"source":89,"target":0},{"source":89,"target":429},{"source":89,"target":430},{"source":89,"target":431},{"source":89,"target":432},{"source":89,"target":433},{"source":429,"target":434},{"source":429,"target":89},{"source":430,"target":17},{"source":430,"target":435},{"source":430,"target":89},{"source":435,"target":17},{"source":431,"target":17},{"source":431,"target":436},{"source":431,"target":89},{"source":436,"target":17},{"source":432,"target":14},{"source":432,"target":437},{"source":432,"target":89},{"source":437,"target":14},{"source":433,"target":17},{"source":433,"target":438},{"source":433,"target":89},{"source":438,"target":17},{"source":90,"target":0},{"source":90,"target":69},{"source":90,"target":439},{"source":439,"target":69},{"source":91,"target":0},{"source":91,"target":69},{"source":91,"target":440},{"source":91,"target":441},{"source":440,"target":17},{"source":440,"target":442},{"source":440,"target":91},{"source":442,"target":17},{"source":441,"target":69},{"source":92,"target":0},{"source":92,"target":69},{"source":92,"target":443},{"source":92,"target":444},{"source":92,"target":445},{"source":92,"target":446},{"source":443,"target":96},{"source":443,"target":447},{"source":443,"target":92},{"source":447,"target":96},{"source":444,"target":93},{"source":444,"target":448},{"source":444,"target":92},{"source":448,"target":93},{"source":445,"target":94},{"source":445,"target":449},{"source":445,"target":92},{"source":449,"target":94},{"source":446,"target":69},{"source":93,"target":0},{"source":94,"target":0},{"source":94,"target":450},{"source":94,"target":451},{"source":450,"target":64},{"source":450,"target":452},{"source":450,"target":94},{"source":452,"target":64},{"source":451,"target":95},{"source":451,"target":453},{"source":451,"target":94},{"source":453,"target":95},{"source":95,"target":0},{"source":95,"target":454},{"source":95,"target":455},{"source":454,"target":96},{"source":454,"target":456},{"source":454,"target":95},{"source":456,"target":96},{"source":455,"target":64},{"source":455,"target":457},{"source":455,"target":95},{"source":457,"target":64},{"source":96,"target":0},{"source":96,"target":458},{"source":96,"target":459},{"source":458,"target":460},{"source":458,"target":96},{"source":459,"target":102},{"source":459,"target":461},{"source":459,"target":96},{"source":461,"target":102},{"source":97,"target":0},{"source":97,"target":69},{"source":97,"target":462},{"source":97,"target":463},{"source":97,"target":464},{"source":462,"target":17},{"source":462,"target":465},{"source":462,"target":97},{"source":465,"target":17},{"source":463,"target":98},{"source":463,"target":466},{"source":463,"target":97},{"source":466,"target":98},{"source":464,"target":69},{"source":98,"target":0},{"source":98,"target":467},{"source":98,"target":468},{"source":98,"target":469},{"source":467,"target":99},{"source":467,"target":470},{"source":467,"target":98},{"source":470,"target":99},{"source":468,"target":100},{"source":468,"target":471},{"source":468,"target":98},{"source":471,"target":100},{"source":469,"target":101},{"source":469,"target":472},{"source":469,"target":98},{"source":472,"target":101},{"source":99,"target":0},{"source":99,"target":473},{"source":473,"target":102},{"source":473,"target":474},{"source":473,"target":99},{"source":474,"target":102},{"source":100,"target":0},{"source":100,"target":475},{"source":475,"target":102},{"source":475,"target":476},{"source":475,"target":100},{"source":476,"target":102},{"source":101,"target":0},{"source":102,"target":0},{"source":102,"target":477},{"source":477,"target":14},{"source":477,"target":478},{"source":477,"target":102},{"source":478,"target":14},{"source":103,"target":0},{"source":103,"target":69},{"source":103,"target":479},{"source":103,"target":480},{"source":103,"target":481},{"source":103,"target":482},{"source":479,"target":9},{"source":479,"target":483},{"source":479,"target":103},{"source":483,"target":9},{"source":480,"target":107},{"source":480,"target":484},{"source":480,"target":103},{"source":484,"target":107},{"source":481,"target":108},{"source":481,"target":485},{"source":481,"target":103},{"source":485,"target":108},{"source":482,"target":69},{"source":104,"target":0},{"source":104,"target":69},{"source":104,"target":486},{"source":104,"target":487},{"source":486,"target":54},{"source":486,"target":488},{"source":486,"target":104},{"source":488,"target":54},{"source":487,"target":69},{"source":105,"target":0},{"source":105,"target":69},{"source":105,"target":489},{"source":105,"target":490},{"source":105,"target":491},{"source":489,"target":53},{"source":489,"target":492},{"source":489,"target":105},{"source":492,"target":53},{"source":490,"target":108},{"source":490,"target":493},{"source":490,"target":105},{"source":493,"target":108},{"source":491,"target":69},{"source":106,"target":0},{"source":106,"target":69},{"source":106,"target":494},{"source":106,"target":495},{"source":494,"target":55},{"source":494,"target":496},{"source":494,"target":106},{"source":496,"target":55},{"source":495,"target":69},{"source":107,"target":0},{"source":107,"target":497},{"source":107,"target":498},{"source":107,"target":499},{"source":497,"target":500},{"source":497,"target":107},{"source":498,"target":501},{"source":498,"target":107},{"source":499,"target":108},{"source":499,"target":502},{"source":499,"target":107},{"source":502,"target":108},{"source":108,"target":0},{"source":108,"target":503},{"source":108,"target":504},{"source":503,"target":109},{"source":503,"target":505},{"source":503,"target":108},{"source":505,"target":109},{"source":504,"target":62},{"source":504,"target":506},{"source":504,"target":108},{"source":506,"target":62},{"source":109,"target":0},{"source":109,"target":507},{"source":109,"target":508},{"source":109,"target":509},{"source":109,"target":510},{"source":109,"target":511},{"source":109,"target":512},{"source":109,"target":513},{"source":109,"target":514},{"source":109,"target":515},{"source":109,"target":516},{"source":109,"target":517},{"source":109,"target":518},{"source":507,"target":109},{"source":508,"target":109},{"source":509,"target":109},{"source":510,"target":109},{"source":511,"target":109},{"source":512,"target":109},{"source":513,"target":109},{"source":514,"target":109},{"source":515,"target":109},{"source":516,"target":109},{"source":517,"target":109},{"source":518,"target":109}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="minidrone" nsURI="http://www.obeo.fr/dsl/minidrone/1.0.0" nsPrefix="minidrone"> <eClassifiers xsi:type="ecore:EClass" name="MiniDroneProgram"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represent a program allowing to pilot a minidrone (Jumping Sumo or Rolling Spider)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The referenced instructions contained in a program."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the program."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represent a program instruction used to send command to the minidrone."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Go" eSuperTypes="#//Instruction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A program instruction which send go backward/forward command to the minidrone."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The distance of movement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Turn" eSuperTypes="#//Instruction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A program instruction which send a turn command to the minidrone."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The rotation angle."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Jump" eSuperTypes="#//Instruction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A program instruction which send a jump command to the minidrone. This command is specific to the Jumping Sumo."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jumpType" eType="#//JumpType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The height of the jump."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="JumpType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Enumeration of jump types (only for Jumping Sumo)"/> </eAnnotations> <eLiterals name="JUMP_LONG"/> <eLiterals name="JUMP_HIGH" value="1"/> <eLiterals name="JUMP_MAX" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/mbats/minidrone/plugins/fr.obeo.dsl.minidrone/model/minidrone.ecore
ecore
minidrone MiniDroneProgram instructions name Instruction Go distance Turn angle Jump jumpType JumpType JUMP_LONG JUMP_LONG JUMP_HIGH JUMP_HIGH JUMP_MAX JUMP_MAX
null
{"directed":true,"nodes":[{"nsPrefix":"minidrone","nsURI":"http://www.obeo.fr/dsl/minidrone/1.0.0","name":"minidrone","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiniDroneProgram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Go","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Turn","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jump","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JumpType","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":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"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":"angle","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jumpType","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"name":"JUMP_LONG","id":20,"value":0,"literal":"JUMP_LONG","eClass":"EEnumLiteral"},{"name":"JUMP_HIGH","id":21,"value":1,"literal":"JUMP_HIGH","eClass":"EEnumLiteral"},{"name":"JUMP_MAX","id":22,"value":2,"literal":"JUMP_MAX","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":2},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":2},{"source":8,"target":10},{"source":8,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":11},{"source":3,"target":12},{"source":11,"target":13},{"source":11,"target":3},{"source":12,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":14},{"source":4,"target":15},{"source":14,"target":16},{"source":14,"target":4},{"source":15,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":17},{"source":5,"target":18},{"source":17,"target":6},{"source":17,"target":19},{"source":17,"target":5},{"source":19,"target":6},{"source":18,"target":2},{"source":6,"target":0},{"source":6,"target":20},{"source":6,"target":21},{"source":6,"target":22},{"source":20,"target":6},{"source":21,"target":6},{"source":22,"target":6}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="system" nsURI="http://system.modulob.dubmas.de/1.0" nsPrefix="modulob"> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//Module" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviouralModel" eType="#//BehaviouralModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="migrations" upperBound="-1" eType="ecore:EClass Migration.ecore#//Migration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaceModel" eType="#//InterfaceModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entityModel" eType="#//EntityModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="notificationModel" eType="#//NotificationModel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceModel" eSuperTypes="#//VersionedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1" eType="ecore:EClass Modulob.ecore#//Interface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityModel" eSuperTypes="#//VersionedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//Module" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="ecore:EClass Modulob.ecore#//Entity" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enums" upperBound="-1" eType="ecore:EClass Modulob.ecore#//Enum" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotificationModel" eSuperTypes="#//VersionedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1" eType="ecore:EClass Modulob.ecore#//Notification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehaviouralModel" eSuperTypes="#//VersionedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviours" upperBound="-1" eType="ecore:EClass ModulobBehaviour.ecore#//Behaviour" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="system" lowerBound="1" eType="#//System"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VersionedElement" abstract="true" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="current" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" 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="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/stevenreinisch/modulob/eclipse_plugins/de.dubmas.modulob.metamodels/model/ModulobSystem.ecore
ecore
system System modules behaviouralModel migrations Module interfaceModel entityModel notificationModel InterfaceModel interfaces module EntityModel module entities enums NotificationModel notifications module BehaviouralModel behaviours system VersionedElement version current Element name comment
null
{"directed":true,"nodes":[{"nsPrefix":"modulob","nsURI":"http://system.modulob.dubmas.de/1.0","name":"system","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceModel","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotificationModel","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviouralModel","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionedElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","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":"behaviouralModel","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":"migrations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaceModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entityModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notificationModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":false,"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":"entities","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":"enums","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"notifications","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviours","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"system","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":1,"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":"current","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"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":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":2},{"source":9,"target":13},{"source":9,"target":1},{"source":13,"target":2},{"source":10,"target":6},{"source":10,"target":14},{"source":10,"target":1},{"source":14,"target":6},{"source":11,"target":15},{"source":11,"target":1},{"source":12,"target":8},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":3},{"source":17,"target":4},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":4},{"source":18,"target":5},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":5},{"source":19,"target":8},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":23,"target":26},{"source":23,"target":3},{"source":24,"target":2},{"source":24,"target":27},{"source":24,"target":3},{"source":27,"target":2},{"source":25,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":28,"target":2},{"source":28,"target":32},{"source":28,"target":4},{"source":32,"target":2},{"source":29,"target":33},{"source":29,"target":4},{"source":30,"target":34},{"source":30,"target":4},{"source":31,"target":7},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":35,"target":38},{"source":35,"target":5},{"source":36,"target":2},{"source":36,"target":39},{"source":36,"target":5},{"source":39,"target":2},{"source":37,"target":7},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":40,"target":43},{"source":40,"target":6},{"source":41,"target":1},{"source":41,"target":44},{"source":41,"target":6},{"source":44,"target":1},{"source":42,"target":7},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":45,"target":48},{"source":45,"target":7},{"source":46,"target":49},{"source":46,"target":7},{"source":47,"target":8},{"source":8,"target":0},{"source":8,"target":50},{"source":8,"target":51},{"source":50,"target":52},{"source":50,"target":8},{"source":51,"target":53},{"source":51,"target":8}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="simplepdl" nsURI="http://simplepdl" nsPrefix="simplepdl"> <eClassifiers xsi:type="ecore:EEnum" name="WorkSequenceType"> <eLiterals name="startToStart"/> <eLiterals name="finishToStart" value="1"/> <eLiterals name="startToFinish" value="2"/> <eLiterals name="finishToFinish" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process"> <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="processElements" upperBound="-1" eType="#//ProcessElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkDefinition" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToPredecessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linksToSuccessors" upperBound="-1" eType="#//WorkSequence" eOpposite="#//WorkSequence/predecessor"/> <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="demande" upperBound="-1" eType="#//Demande" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkSequence" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/linksToSuccessors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" lowerBound="1" eType="#//WorkDefinition" eOpposite="#//WorkDefinition/linksToPredecessors"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkType" lowerBound="1" eType="#//WorkSequenceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessElement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Guidance" eSuperTypes="#//ProcessElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//ProcessElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ressource" eSuperTypes="#//ProcessElement"> <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="quantity" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="demande" upperBound="-1" eType="#//Demande"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Demande"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="occurences" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ressource" lowerBound="1" eType="#//Ressource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workdefinition" lowerBound="1" eType="#//WorkDefinition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Sajid-Badr/ENSEEIHT/2A/S7/UE Génie du Logiciel et des Systèmes/IDM/TPs/Mini Projet/B05/livrables/SimplePDL.ecore
ecore
simplepdl WorkSequenceType startToStart startToStart finishToStart finishToStart startToFinish startToFinish finishToFinish finishToFinish Process name processElements WorkDefinition linksToPredecessors linksToSuccessors name demande WorkSequence predecessor successor linkType ProcessElement Guidance text elements Ressource name quantity demande Demande occurences ressource workdefinition name
null
{"directed":true,"nodes":[{"nsPrefix":"simplepdl","nsURI":"http://simplepdl","name":"simplepdl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"WorkSequenceType","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkDefinition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkSequence","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guidance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ressource","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Demande","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"name":"startToStart","id":9,"value":0,"literal":"startToStart","eClass":"EEnumLiteral"},{"name":"finishToStart","id":10,"value":1,"literal":"finishToStart","eClass":"EEnumLiteral"},{"name":"startToFinish","id":11,"value":2,"literal":"startToFinish","eClass":"EEnumLiteral"},{"name":"finishToFinish","id":12,"value":3,"literal":"finishToFinish","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":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":"processElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"linksToPredecessors","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":"linksToSuccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"demande","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"successor","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":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkType","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":38,"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":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":"demande","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"occurences","changeable":true,"lowerBound":1,"iD":false,"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":"ressource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"workdefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":1,"target":0},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":9,"target":1},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":15},{"source":13,"target":2},{"source":14,"target":5},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":17,"target":4},{"source":17,"target":22},{"source":17,"target":3},{"source":17,"target":23},{"source":22,"target":4},{"source":18,"target":4},{"source":18,"target":24},{"source":18,"target":3},{"source":18,"target":25},{"source":24,"target":4},{"source":19,"target":26},{"source":19,"target":3},{"source":20,"target":8},{"source":20,"target":27},{"source":20,"target":3},{"source":27,"target":8},{"source":21,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":25},{"source":4,"target":23},{"source":4,"target":28},{"source":4,"target":29},{"source":25,"target":3},{"source":25,"target":30},{"source":25,"target":4},{"source":25,"target":18},{"source":30,"target":3},{"source":23,"target":3},{"source":23,"target":31},{"source":23,"target":4},{"source":23,"target":17},{"source":31,"target":3},{"source":28,"target":1},{"source":28,"target":32},{"source":28,"target":4},{"source":32,"target":1},{"source":29,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":33,"target":36},{"source":33,"target":6},{"source":34,"target":5},{"source":34,"target":37},{"source":34,"target":6},{"source":37,"target":5},{"source":35,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":38,"target":42},{"source":38,"target":7},{"source":39,"target":43},{"source":39,"target":7},{"source":40,"target":8},{"source":40,"target":44},{"source":40,"target":7},{"source":44,"target":8},{"source":41,"target":5},{"source":8,"target":0},{"source":8,"target":45},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":45,"target":49},{"source":45,"target":8},{"source":46,"target":7},{"source":46,"target":50},{"source":46,"target":8},{"source":50,"target":7},{"source":47,"target":3},{"source":47,"target":51},{"source":47,"target":8},{"source":51,"target":3},{"source":48,"target":52},{"source":48,"target":8}],"multigraph":true}
true
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cucumberfeature" nsURI="http://www.example.org/info/cukes/feature" nsPrefix="cucumberfeature"> <eClassifiers xsi:type="ecore:EClass" name="Cucumber"> <eStructuralFeatures xsi:type="ecore:EReference" name="f" ordered="false" upperBound="-1" eType="//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="fb" ordered="false" eType="//FeatureBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ss" ordered="false" upperBound="-1" eType="//Scenario" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fd" ordered="false" eType="//FeatureDescription" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="b" ordered="false" eType="//Background" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fi" ordered="false" eType="//FeatureIdentifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="sad" ordered="false" eType="//SomeActionDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bvd" ordered="false" eType="//BusinessValueDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rd" ordered="false" eType="//RoleDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="FeatureDescription"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessValueDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SomeActionDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Background"> <eStructuralFeatures xsi:type="ecore:EReference" name="wb" ordered="false" eType="//WhenBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tb" ordered="false" eType="//ThenBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bi" ordered="false" eType="//BackgroundIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gb" ordered="false" eType="//GivenBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BackgroundIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="Scenario" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="gb" ordered="false" eType="//GivenBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wb" ordered="false" eType="//WhenBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sd" ordered="false" eType="//ScenarioDescription" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tb" ordered="false" eType="//ThenBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicScenario" eSuperTypes="//Scenario"> <eStructuralFeatures xsi:type="ecore:EReference" name="si" ordered="false" eType="//ScenarioIdentifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableScenario" eSuperTypes="//Scenario"> <eStructuralFeatures xsi:type="ecore:EReference" name="table_block" ordered="false" eType="//TableBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tsi" ordered="false" eType="//TableScenarioIdentifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableScenarioIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="TableBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="th" ordered="false" eType="//TableHeader" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ti" ordered="false" eType="//TableIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tr" ordered="false" upperBound="-1" eType="//TableRow" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="TableHeader"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableRow"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScenarioIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ScenarioDescription"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GivenBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="gi" ordered="false" eType="//GivenIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ab" ordered="false" upperBound="-1" eType="//AndBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="given_def" ordered="false" eType="//GivenDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GivenIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="WhenBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="when_def" ordered="false" eType="//WhenDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="wi" ordered="false" eType="//WhenIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ab" ordered="false" upperBound="-1" eType="//AndBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhenIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="ThenBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="then_def" ordered="false" eType="//ThenDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ab" ordered="false" upperBound="-1" eType="//AndBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ti" ordered="false" eType="//ThenIdentifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThenIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="AndBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="ai" ordered="false" eType="//AndIdentifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="and_def" ordered="false" eType="//AndDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="GivenDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhenDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThenDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" upperBound="-1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/QuBiT/cucumber-eclipse-plugin/info.cukes.feature/src-gen/info/cukes/feature/cucumberfeature.ecore
ecore
cucumberfeature Cucumber f Feature fb ss fd b fi FeatureBlock sad bvd rd FeatureIdentifier FeatureDescription text BusinessValueDefinition text RoleDefinition text SomeActionDefinition text Background wb tb bi gb BackgroundIdentifier Scenario gb wb sd tb BasicScenario si TableScenario table_block tsi TableScenarioIdentifier TableBlock th ti tr TableIdentifier TableHeader text TableRow text ScenarioIdentifier ScenarioDescription text GivenBlock gi ab given_def GivenIdentifier WhenBlock when_def wi ab WhenIdentifier ThenBlock then_def ab ti ThenIdentifier AndBlock ai and_def AndIdentifier GivenDefinition text WhenDefinition text ThenDefinition text AndDefinition text
null
{"directed":true,"nodes":[{"nsPrefix":"cucumberfeature","nsURI":"http://www.example.org/info/cukes/feature","name":"cucumberfeature","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cucumber","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":"FeatureBlock","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureIdentifier","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureDescription","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessValueDefinition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleDefinition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SomeActionDefinition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Background","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackgroundIdentifier","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scenario","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicScenario","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableScenario","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableScenarioIdentifier","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableBlock","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableIdentifier","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableHeader","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableRow","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScenarioIdentifier","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScenarioDescription","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GivenBlock","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GivenIdentifier","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhenBlock","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhenIdentifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThenBlock","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThenIdentifier","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndBlock","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndIdentifier","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GivenDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhenDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThenDefinition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndDefinition","instanceClass":null,"abstract":false,"id":32,"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":"f","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"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":"fb","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ss","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"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":"fd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"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":"b","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"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":"fi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sad","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"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":"bvd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"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":"rd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"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":"wb","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tb","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"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":"bi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"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":"gb","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gb","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"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":"wb","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"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":"sd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"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":"tb","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"si","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"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":"table_block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"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":"tsi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"th","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"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":"ti","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"id":92,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gi","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ab","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"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":"given_def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when_def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"wi","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ab","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then_def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ab","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"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":"ti","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ai","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"and_def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"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":"text","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":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":33,"target":2},{"source":33,"target":34},{"source":33,"target":1},{"source":34,"target":2},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":35,"target":3},{"source":35,"target":40},{"source":35,"target":2},{"source":40,"target":3},{"source":36,"target":11},{"source":36,"target":41},{"source":36,"target":2},{"source":41,"target":11},{"source":37,"target":5},{"source":37,"target":42},{"source":37,"target":2},{"source":42,"target":5},{"source":38,"target":9},{"source":38,"target":43},{"source":38,"target":2},{"source":43,"target":9},{"source":39,"target":4},{"source":39,"target":44},{"source":39,"target":2},{"source":44,"target":4},{"source":3,"target":0},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":45,"target":8},{"source":45,"target":48},{"source":45,"target":3},{"source":48,"target":8},{"source":46,"target":6},{"source":46,"target":49},{"source":46,"target":3},{"source":49,"target":6},{"source":47,"target":7},{"source":47,"target":50},{"source":47,"target":3},{"source":50,"target":7},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":51},{"source":51,"target":52},{"source":51,"target":5},{"source":6,"target":0},{"source":6,"target":53},{"source":53,"target":54},{"source":53,"target":6},{"source":7,"target":0},{"source":7,"target":55},{"source":55,"target":56},{"source":55,"target":7},{"source":8,"target":0},{"source":8,"target":57},{"source":57,"target":58},{"source":57,"target":8},{"source":9,"target":0},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":59,"target":23},{"source":59,"target":63},{"source":59,"target":9},{"source":63,"target":23},{"source":60,"target":25},{"source":60,"target":64},{"source":60,"target":9},{"source":64,"target":25},{"source":61,"target":10},{"source":61,"target":65},{"source":61,"target":9},{"source":65,"target":10},{"source":62,"target":21},{"source":62,"target":66},{"source":62,"target":9},{"source":66,"target":21},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":67,"target":21},{"source":67,"target":71},{"source":67,"target":11},{"source":71,"target":21},{"source":68,"target":23},{"source":68,"target":72},{"source":68,"target":11},{"source":72,"target":23},{"source":69,"target":20},{"source":69,"target":73},{"source":69,"target":11},{"source":73,"target":20},{"source":70,"target":25},{"source":70,"target":74},{"source":70,"target":11},{"source":74,"target":25},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":75},{"source":12,"target":76},{"source":75,"target":19},{"source":75,"target":77},{"source":75,"target":12},{"source":77,"target":19},{"source":76,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":78,"target":15},{"source":78,"target":81},{"source":78,"target":13},{"source":81,"target":15},{"source":79,"target":14},{"source":79,"target":82},{"source":79,"target":13},{"source":82,"target":14},{"source":80,"target":11},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":83},{"source":15,"target":84},{"source":15,"target":85},{"source":83,"target":17},{"source":83,"target":86},{"source":83,"target":15},{"source":86,"target":17},{"source":84,"target":16},{"source":84,"target":87},{"source":84,"target":15},{"source":87,"target":16},{"source":85,"target":18},{"source":85,"target":88},{"source":85,"target":15},{"source":88,"target":18},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":89},{"source":89,"target":90},{"source":89,"target":17},{"source":18,"target":0},{"source":18,"target":91},{"source":91,"target":92},{"source":91,"target":18},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":93},{"source":93,"target":94},{"source":93,"target":20},{"source":21,"target":0},{"source":21,"target":95},{"source":21,"target":96},{"source":21,"target":97},{"source":95,"target":22},{"source":95,"target":98},{"source":95,"target":21},{"source":98,"target":22},{"source":96,"target":27},{"source":96,"target":99},{"source":96,"target":21},{"source":99,"target":27},{"source":97,"target":29},{"source":97,"target":100},{"source":97,"target":21},{"source":100,"target":29},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":101},{"source":23,"target":102},{"source":23,"target":103},{"source":101,"target":30},{"source":101,"target":104},{"source":101,"target":23},{"source":104,"target":30},{"source":102,"target":24},{"source":102,"target":105},{"source":102,"target":23},{"source":105,"target":24},{"source":103,"target":27},{"source":103,"target":106},{"source":103,"target":23},{"source":106,"target":27},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":107},{"source":25,"target":108},{"source":25,"target":109},{"source":107,"target":31},{"source":107,"target":110},{"source":107,"target":25},{"source":110,"target":31},{"source":108,"target":27},{"source":108,"target":111},{"source":108,"target":25},{"source":111,"target":27},{"source":109,"target":26},{"source":109,"target":112},{"source":109,"target":25},{"source":112,"target":26},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":113},{"source":27,"target":114},{"source":113,"target":28},{"source":113,"target":115},{"source":113,"target":27},{"source":115,"target":28},{"source":114,"target":32},{"source":114,"target":116},{"source":114,"target":27},{"source":116,"target":32},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":117},{"source":117,"target":118},{"source":117,"target":29},{"source":30,"target":0},{"source":30,"target":119},{"source":119,"target":120},{"source":119,"target":30},{"source":31,"target":0},{"source":31,"target":121},{"source":121,"target":122},{"source":121,"target":31},{"source":32,"target":0},{"source":32,"target":123},{"source":123,"target":124},{"source":123,"target":32}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cinematic" nsURI="http://www.obeonetwork.org/dsl/cinematic/3.0.0" nsPrefix="cinematic"> <eClassifiers xsi:type="ecore:EClass" name="CinematicElement" abstract="true" eSuperTypes="../../org.obeonetwork.dsl.environment/model/environment.ecore#//ObeoDSMObject"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//CinematicElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of this model element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractPackage" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1" eType="#//flow/Flow" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the Flows contained in this package."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="viewContainers" upperBound="-1" eType="#//view/ViewContainer" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the View Containers contained in this package."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subPackages" upperBound="-1" eType="#//Package" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the Packages contained in this packages (only the directly contained ones)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//AbstractPackage"/> <eClassifiers xsi:type="ecore:EClass" name="CinematicRoot" eSuperTypes="#//AbstractPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="toolkits" upperBound="-1" eType="#//toolkits/Toolkit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the Toolkits defined on this Cinematic Root."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="#//NamedElement"/> <eSubpackages name="view" nsURI="http://www.obeonetwork.org/dsl/cinematic/view/1.0.0" nsPrefix="cinematic-view"> <eClassifiers xsi:type="ecore:EClass" name="AbstractViewElement" abstract="true" eSuperTypes="#//NamedElement ../../org.obeonetwork.dsl.environment/model/environment.ecore#//BoundableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="widget" eType="#//toolkits/Widget"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Widget defined for this View Element."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//view/ViewAction" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the Actions available on this View Element."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//view/ViewEvent" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the View Events this view can handle."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The label of this View Element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewContainer" eSuperTypes="#//view/AbstractViewElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" upperBound="-1" eType="#//view/AbstractViewElement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the directly contained View Containers, View Elements and View Container References."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="viewContainers" upperBound="-1" eType="#//view/ViewContainer" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the directly contained View Containers."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="viewElements" upperBound="-1" eType="#//view/ViewElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the directly contained View Elements."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="viewContainerReferences" upperBound="-1" eType="#//view/ViewContainerReference" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of the directly contained View Container References."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewElement" eSuperTypes="#//view/AbstractViewElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies if this View Element is required."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../org.obeonetwork.dsl.environment/model/environment.ecore#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The data type this View Element is manipulating."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewAction" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ViewEvent" eSuperTypes="#//Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//toolkits/WidgetEventType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type of the View Event."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewContainerReference" eSuperTypes="#//view/AbstractViewElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewContainer" lowerBound="1" eType="#//view/ViewContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The referenced View Container."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="flow" nsURI="http://www.obeonetwork.org/dsl/cinematic/flow/1.0.0" nsPrefix="cinematic-flow"> <eClassifiers xsi:type="ecore:EClass" name="Flow" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//flow/FlowState" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The states of this Flow."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//flow/Transition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The transitions of this flow."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//flow/FlowEvent" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The events of this flow."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedFlowState" abstract="true" eSuperTypes="#//flow/FlowState #//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A string defining the guard condition to this Transition."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The modality of the transition, expressing transition behaviors that (true) necessarily occur (must modality), (false) possibly occur (may modality)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//flow/FlowState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The state this transision is originating from."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//flow/FlowState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The state this transition is going to."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="on" upperBound="-1" eType="#//Event"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The event this transition is bounded to."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionState" eSuperTypes="#//flow/NamedFlowState"/> <eClassifiers xsi:type="ecore:EClass" name="ViewState" eSuperTypes="#//flow/NamedFlowState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newInstance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="True if this view state instanciates a new view."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refresh" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="True if a refresh should be performed on the view."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="viewContainers" upperBound="-1" eType="#//view/ViewContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The view containers this View State is presented by."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecisionState" eSuperTypes="#//flow/NamedFlowState"/> <eClassifiers xsi:type="ecore:EClass" name="SubflowState" eSuperTypes="#//flow/FlowState"> <eStructuralFeatures xsi:type="ecore:EReference" name="subflow" lowerBound="1" eType="#//flow/Flow"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Flow this Subflow State refers to."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of this Subflow State."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AsyncEventState" eSuperTypes="#//flow/NamedFlowState"/> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//flow/NamedFlowState"/> <eClassifiers xsi:type="ecore:EClass" name="AbortState" eSuperTypes="#//flow/NamedFlowState"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//flow/NamedFlowState"/> <eClassifiers xsi:type="ecore:EClass" name="FlowAction" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="calls" upperBound="-1" eType="#//view/ViewAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The View Actions this Flow Action calls."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="ecore:EClass ../../org.obeonetwork.dsl.environment/model/environment.ecore#//Action"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operations this Flow Action calls."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowEvent" eSuperTypes="#//Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="binds" upperBound="-1" eType="#//view/ViewEvent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The View Events this Flow Event is binded to."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowState" abstract="true" eSuperTypes="#//CinematicElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//flow/FlowAction" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Flow Actions defined on this Flow State (Flow Actions calling View Actions or Operations)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="toolkits" nsURI="http://www.obeonetwork.org/dsl/cinematic/toolkits/1.0.0" nsPrefix="cinematic-toolkits"> <eClassifiers xsi:type="ecore:EClass" name="Toolkit" eSuperTypes="../../org.obeonetwork.dsl.technicalid/model/technicalid.ecore#//Identifiable"> <eStructuralFeatures xsi:type="ecore:EReference" name="widgets" upperBound="-1" eType="#//toolkits/Widget" containment="true" eOpposite="#//toolkits/Widget/toolkit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The widgets owned by this Toolkit."/> </eAnnotations> </eStructuralFeatures> <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 this Toolkit."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Widget" eSuperTypes="../../org.obeonetwork.dsl.technicalid/model/technicalid.ecore#//Identifiable"> <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 this Widget."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="icon" 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 icon path of this widget."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementation" 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 target implementation of this Widget."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="toolkit" eType="#//toolkits/Toolkit" eOpposite="#//toolkits/Toolkit/widgets"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Toolkit owning this Widget."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="possibleEvents" upperBound="-1" eType="#//toolkits/WidgetEventType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The list of the events this Widget handles."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isContainer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="True if this Widget is a container."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WidgetEventType" eSuperTypes="../../org.obeonetwork.dsl.technicalid/model/technicalid.ecore#//Identifiable"> <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 this Widget Event Type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/ObeoNetwork/InformationSystem/models/cinematic/plugins/org.obeonetwork.dsl.cinematic/model/cinematic.ecore
ecore
cinematic CinematicElement NamedElement name AbstractPackage flows viewContainers subPackages Package CinematicRoot toolkits Event view AbstractViewElement widget actions events label ViewContainer ownedElements viewContainers viewElements viewContainerReferences ViewElement required type ViewAction ViewEvent type ViewContainerReference viewContainer flow Flow states transitions events NamedFlowState Transition guard modal from to on ActionState ViewState newInstance refresh viewContainers DecisionState SubflowState subflow name AsyncEventState InitialState AbortState FinalState FlowAction calls operations FlowEvent binds FlowState actions toolkits Toolkit widgets name Widget name icon implementation toolkit possibleEvents isContainer WidgetEventType name
null
{"directed":true,"nodes":[{"nsPrefix":"cinematic","nsURI":"http://www.obeonetwork.org/dsl/cinematic/3.0.0","name":"cinematic","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CinematicElement","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":"AbstractPackage","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CinematicRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"nsPrefix":"cinematic-view","nsURI":"http://www.obeonetwork.org/dsl/cinematic/view/1.0.0","name":"view","id":7,"eClass":"EPackage"},{"nsPrefix":"cinematic-flow","nsURI":"http://www.obeonetwork.org/dsl/cinematic/flow/1.0.0","name":"flow","id":8,"eClass":"EPackage"},{"nsPrefix":"cinematic-toolkits","nsURI":"http://www.obeonetwork.org/dsl/cinematic/toolkits/1.0.0","name":"toolkits","id":9,"eClass":"EPackage"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewContainers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"id":19,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewContainer","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toolkits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Toolkit","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractViewElement","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewElement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewEvent","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewContainerReference","instanceClass":null,"abstract":false,"id":33,"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":"widget","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":"actions","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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"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":"viewContainers","changeable":false,"resolveProxies":true,"lowerBound":0,"id":46,"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":"viewElements","changeable":false,"resolveProxies":true,"lowerBound":0,"id":47,"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":"viewContainerReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":48,"derived":true},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetEventType","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"viewContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedFlowState","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionState","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewState","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionState","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubflowState","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AsyncEventState","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortState","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowEvent","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowState","instanceClass":null,"abstract":true,"id":79,"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":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":"transitions","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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modal","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"on","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newInstance","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"refresh","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"viewContainers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"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":"name","changeable":false,"lowerBound":0,"iD":false,"id":110,"derived":true},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"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":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"widgets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":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":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"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":"toolkit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"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":"name","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":"icon","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"possibleEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isContainer","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"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"},{"id":149,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":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":2,"target":0},{"source":2,"target":1},{"source":2,"target":11},{"source":2,"target":12},{"source":11,"target":13},{"source":11,"target":2},{"source":12,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":14,"target":18},{"source":14,"target":19},{"source":14,"target":3},{"source":19,"target":18},{"source":15,"target":20},{"source":15,"target":21},{"source":15,"target":3},{"source":21,"target":20},{"source":16,"target":4},{"source":16,"target":22},{"source":16,"target":3},{"source":22,"target":4},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":23},{"source":23,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":24},{"source":5,"target":25},{"source":24,"target":26},{"source":24,"target":27},{"source":24,"target":5},{"source":27,"target":26},{"source":25,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":28},{"source":28,"target":2},{"source":7,"target":29},{"source":7,"target":20},{"source":7,"target":30},{"source":7,"target":31},{"source":7,"target":32},{"source":7,"target":33},{"source":7,"target":0},{"source":29,"target":7},{"source":29,"target":2},{"source":29,"target":34},{"source":29,"target":35},{"source":29,"target":36},{"source":29,"target":37},{"source":29,"target":38},{"source":29,"target":39},{"source":34,"target":40},{"source":34,"target":41},{"source":34,"target":29},{"source":41,"target":40},{"source":35,"target":31},{"source":35,"target":42},{"source":35,"target":29},{"source":42,"target":31},{"source":36,"target":32},{"source":36,"target":43},{"source":36,"target":29},{"source":43,"target":32},{"source":37,"target":44},{"source":37,"target":29},{"source":38,"target":2},{"source":20,"target":7},{"source":20,"target":29},{"source":20,"target":45},{"source":20,"target":46},{"source":20,"target":47},{"source":20,"target":48},{"source":20,"target":49},{"source":45,"target":29},{"source":45,"target":50},{"source":45,"target":20},{"source":50,"target":29},{"source":46,"target":20},{"source":46,"target":51},{"source":46,"target":20},{"source":51,"target":20},{"source":47,"target":30},{"source":47,"target":52},{"source":47,"target":20},{"source":52,"target":30},{"source":48,"target":33},{"source":48,"target":53},{"source":48,"target":20},{"source":53,"target":33},{"source":49,"target":29},{"source":30,"target":7},{"source":30,"target":29},{"source":30,"target":54},{"source":30,"target":55},{"source":30,"target":56},{"source":54,"target":57},{"source":54,"target":30},{"source":55,"target":58},{"source":55,"target":30},{"source":56,"target":29},{"source":31,"target":7},{"source":31,"target":2},{"source":31,"target":59},{"source":59,"target":2},{"source":32,"target":7},{"source":32,"target":6},{"source":32,"target":60},{"source":32,"target":61},{"source":60,"target":62},{"source":60,"target":63},{"source":60,"target":32},{"source":63,"target":62},{"source":61,"target":6},{"source":33,"target":7},{"source":33,"target":29},{"source":33,"target":64},{"source":33,"target":65},{"source":64,"target":20},{"source":64,"target":66},{"source":64,"target":33},{"source":66,"target":20},{"source":65,"target":29},{"source":8,"target":18},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":8,"target":70},{"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":8,"target":0},{"source":18,"target":8},{"source":18,"target":2},{"source":18,"target":80},{"source":18,"target":81},{"source":18,"target":82},{"source":18,"target":83},{"source":80,"target":79},{"source":80,"target":84},{"source":80,"target":18},{"source":84,"target":79},{"source":81,"target":68},{"source":81,"target":85},{"source":81,"target":18},{"source":85,"target":68},{"source":82,"target":78},{"source":82,"target":86},{"source":82,"target":18},{"source":86,"target":78},{"source":83,"target":2},{"source":67,"target":8},{"source":67,"target":79},{"source":67,"target":2},{"source":67,"target":87},{"source":67,"target":88},{"source":87,"target":79},{"source":88,"target":2},{"source":68,"target":8},{"source":68,"target":2},{"source":68,"target":89},{"source":68,"target":90},{"source":68,"target":91},{"source":68,"target":92},{"source":68,"target":93},{"source":68,"target":94},{"source":89,"target":95},{"source":89,"target":68},{"source":90,"target":96},{"source":90,"target":68},{"source":91,"target":79},{"source":91,"target":97},{"source":91,"target":68},{"source":97,"target":79},{"source":92,"target":79},{"source":92,"target":98},{"source":92,"target":68},{"source":98,"target":79},{"source":93,"target":6},{"source":93,"target":99},{"source":93,"target":68},{"source":99,"target":6},{"source":94,"target":2},{"source":69,"target":8},{"source":69,"target":67},{"source":69,"target":100},{"source":100,"target":67},{"source":70,"target":8},{"source":70,"target":67},{"source":70,"target":101},{"source":70,"target":102},{"source":70,"target":103},{"source":70,"target":104},{"source":101,"target":105},{"source":101,"target":70},{"source":102,"target":106},{"source":102,"target":70},{"source":103,"target":20},{"source":103,"target":107},{"source":103,"target":70},{"source":107,"target":20},{"source":104,"target":67},{"source":71,"target":8},{"source":71,"target":67},{"source":71,"target":108},{"source":108,"target":67},{"source":72,"target":8},{"source":72,"target":79},{"source":72,"target":109},{"source":72,"target":110},{"source":72,"target":111},{"source":109,"target":18},{"source":109,"target":112},{"source":109,"target":72},{"source":112,"target":18},{"source":110,"target":113},{"source":110,"target":72},{"source":111,"target":79},{"source":73,"target":8},{"source":73,"target":67},{"source":73,"target":114},{"source":114,"target":67},{"source":74,"target":8},{"source":74,"target":67},{"source":74,"target":115},{"source":115,"target":67},{"source":75,"target":8},{"source":75,"target":67},{"source":75,"target":116},{"source":116,"target":67},{"source":76,"target":8},{"source":76,"target":67},{"source":76,"target":117},{"source":117,"target":67},{"source":77,"target":8},{"source":77,"target":2},{"source":77,"target":118},{"source":77,"target":119},{"source":77,"target":120},{"source":118,"target":31},{"source":118,"target":121},{"source":118,"target":77},{"source":121,"target":31},{"source":119,"target":122},{"source":119,"target":77},{"source":120,"target":2},{"source":78,"target":8},{"source":78,"target":6},{"source":78,"target":123},{"source":78,"target":124},{"source":123,"target":32},{"source":123,"target":125},{"source":123,"target":78},{"source":125,"target":32},{"source":124,"target":6},{"source":79,"target":8},{"source":79,"target":1},{"source":79,"target":126},{"source":79,"target":127},{"source":126,"target":77},{"source":126,"target":128},{"source":126,"target":79},{"source":128,"target":77},{"source":127,"target":1},{"source":9,"target":26},{"source":9,"target":40},{"source":9,"target":62},{"source":9,"target":0},{"source":26,"target":9},{"source":26,"target":129},{"source":26,"target":130},{"source":26,"target":131},{"source":129,"target":40},{"source":129,"target":132},{"source":129,"target":26},{"source":129,"target":133},{"source":132,"target":40},{"source":130,"target":134},{"source":130,"target":26},{"source":40,"target":9},{"source":40,"target":135},{"source":40,"target":136},{"source":40,"target":137},{"source":40,"target":133},{"source":40,"target":138},{"source":40,"target":139},{"source":40,"target":140},{"source":135,"target":141},{"source":135,"target":40},{"source":136,"target":142},{"source":136,"target":40},{"source":137,"target":143},{"source":137,"target":40},{"source":133,"target":26},{"source":133,"target":144},{"source":133,"target":40},{"source":133,"target":129},{"source":144,"target":26},{"source":138,"target":62},{"source":138,"target":145},{"source":138,"target":40},{"source":145,"target":62},{"source":139,"target":146},{"source":139,"target":40},{"source":62,"target":9},{"source":62,"target":147},{"source":62,"target":148},{"source":147,"target":149},{"source":147,"target":62}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="statecharts" nsURI="http://uam.es/StateCharts" nsPrefix="schart"> <eClassifiers xsi:type="ecore:EClass" name="Statechart"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> <details key="model.extension" value="statechart"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="topState" lowerBound="1" eType="#//AND" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" 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="next" upperBound="-1" eType="#//State" eOpposite="#//State/rnext"> <eAnnotations source="gmf.link"> <details key="source" value="src"/> <details key="target" value="trg"/> <details key="target.decoration" value="arrow"/> <details key="color" value="0,0,0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rnext" upperBound="-1" eType="#//State" eOpposite="#//State/next"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rcontains" eType="#//Compound" eOpposite="#//Compound/contains"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyperEdge" eSuperTypes="#//State"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="label.readOnly" value="true"/> <details key="figure" value="rectangle"/> <details key="color" value="0,0,0"/> <details key="border.color" value="0,0,0"/> <details key="tool.name" value="Hyper-edge"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Basic" eSuperTypes="#//State"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="label.readOnly" value="true"/> <details key="figure" value="rounded"/> <details key="border.color" value="0,0,0"/> <details key="tool.name" value="Basic"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compound" abstract="true" eSuperTypes="#//State"> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/rcontains"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> <details key="layout" value="free"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AND" eSuperTypes="#//Compound"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="figure" value="rectangle"/> <details key="border.color" value="0,0,0"/> <details key="tool.name" value="Region"/> <details key="size" value="250,250"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OR" eSuperTypes="#//Compound"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="figure" value="rectangle"/> <details key="border.color" value="0,0,0"/> <details key="border.style" value="dash"/> <details key="tool.name" value="Sub Region"/> <details key="size" value="150,150"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Fhma/Model-Generator/org.eclipse.epsilon.emg.engine/model/temp1.ecore
ecore
statecharts Statechart topState State name next rnext rcontains HyperEdge Basic Compound contains AND OR
null
{"directed":true,"nodes":[{"nsPrefix":"schart","nsURI":"http://uam.es/StateCharts","name":"statecharts","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statechart","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyperEdge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Basic","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compound","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AND","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OR","instanceClass":null,"abstract":false,"id":7,"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":"topState","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","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":"rnext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"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":"rcontains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains","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"},{"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":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":6},{"source":8,"target":9},{"source":8,"target":1},{"source":9,"target":6},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":2},{"source":11,"target":15},{"source":11,"target":2},{"source":11,"target":12},{"source":15,"target":2},{"source":12,"target":2},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":11},{"source":16,"target":2},{"source":13,"target":5},{"source":13,"target":17},{"source":13,"target":2},{"source":13,"target":18},{"source":17,"target":5},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":19},{"source":19,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":20},{"source":20,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":18},{"source":5,"target":21},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":5},{"source":18,"target":13},{"source":22,"target":2},{"source":21,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":23},{"source":23,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":24},{"source":24,"target":5}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Rules" nsURI="https://www.uniandes.edu.co/csharparchid" nsPrefix="Rules"> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="debt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" 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="nonCompliantExample" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compliantSolution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patterns" lowerBound="1" upperBound="-1" eType="#//Pattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralElement" lowerBound="1" upperBound="-1" eType="#//ElementRef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pattern"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eplFilePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceArchitecture"> <eStructuralFeatures xsi:type="ecore:EReference" name="structuralElements" lowerBound="1" upperBound="-1" eType="#//ElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="umlModel" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisions" lowerBound="1" upperBound="-1" eType="#//DesignDecision" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1" upperBound="-1" eType="#//QualityAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementRef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="umlElement" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualityAttribute"> <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="DesignDecision"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" lowerBound="1" upperBound="-1" eType="#//Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associatedQA" lowerBound="1" eType="#//QualityAttribute"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/SELF-Software-Evolution-Lab/CSharpArchId/epl/rules.ecore
ecore
Rules Rule title action debt severity description nonCompliantExample compliantSolution patterns structuralElement id category Pattern eplFilePath ReferenceArchitecture structuralElements umlModel decisions attributes ElementRef umlElement QualityAttribute name DesignDecision rules title associatedQA
null
{"directed":true,"nodes":[{"nsPrefix":"Rules","nsURI":"https://www.uniandes.edu.co/csharparchid","name":"Rules","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceArchitecture","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementRef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualityAttribute","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DesignDecision","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":"title","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":"action","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"debt","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":"severity","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonCompliantExample","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":"compliantSolution","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patterns","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"structuralElement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"category","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eplFilePath","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"structuralElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"umlModel","changeable":true,"lowerBound":0,"iD":false,"id":32,"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":"decisions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"umlElement","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associatedQA","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":7,"target":18},{"source":7,"target":1},{"source":8,"target":19},{"source":8,"target":1},{"source":9,"target":20},{"source":9,"target":1},{"source":10,"target":21},{"source":10,"target":1},{"source":11,"target":22},{"source":11,"target":1},{"source":12,"target":23},{"source":12,"target":1},{"source":13,"target":24},{"source":13,"target":1},{"source":14,"target":2},{"source":14,"target":25},{"source":14,"target":1},{"source":25,"target":2},{"source":15,"target":4},{"source":15,"target":26},{"source":15,"target":1},{"source":26,"target":4},{"source":16,"target":27},{"source":16,"target":1},{"source":17,"target":28},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":29},{"source":29,"target":30},{"source":29,"target":2},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":31,"target":4},{"source":31,"target":35},{"source":31,"target":3},{"source":35,"target":4},{"source":32,"target":36},{"source":32,"target":3},{"source":33,"target":6},{"source":33,"target":37},{"source":33,"target":3},{"source":37,"target":6},{"source":34,"target":5},{"source":34,"target":38},{"source":34,"target":3},{"source":38,"target":5},{"source":4,"target":0},{"source":4,"target":39},{"source":39,"target":40},{"source":39,"target":4},{"source":5,"target":0},{"source":5,"target":41},{"source":41,"target":42},{"source":41,"target":5},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":43,"target":1},{"source":43,"target":46},{"source":43,"target":6},{"source":46,"target":1},{"source":44,"target":47},{"source":44,"target":6},{"source":45,"target":5},{"source":45,"target":48},{"source":45,"target":6},{"source":48,"target":5}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="izpack" nsURI="http://www.devoxx2012.com/xtext/Izpack" nsPrefix="izpack"> <eClassifiers xsi:type="ecore:EClass" name="Installer"> <eStructuralFeatures xsi:type="ecore:EReference" name="identification" eType="#//Identification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1" eType="#//Author" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uninstall" eType="#//Uninstall" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summarylog" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packaging" eType="#//Packaging" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packs" upperBound="-1" eType="#//Pack" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locale" eType="#//Locale" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="panels" upperBound="-1" eType="#//Panel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ISO3Code"> <eLiterals name="cat" literal="Catalunyan"/> <eLiterals name="chn" value="1" literal="Chinese"/> <eLiterals name="cze" value="2" literal="Czech"/> <eLiterals name="dan" value="3" literal="Danish"/> <eLiterals name="glg" value="4" literal="Galician"/> <eLiterals name="deu" value="5" literal="German"/> <eLiterals name="eng" value="6" literal="English"/> <eLiterals name="eus" value="7" literal="Basque"/> <eLiterals name="fin" value="8" literal="Finnish"/> <eLiterals name="fra" value="9" literal="French"/> <eLiterals name="hun" value="10" literal="Hungarian"/> <eLiterals name="ita" value="11" literal="Italian"/> <eLiterals name="jpn" value="12" literal="Japanese"/> <eLiterals name="mys" value="13" literal="Malaysian"/> <eLiterals name="ned" value="14" literal="Nederlands"/> <eLiterals name="nor" value="15" literal="Norwegian"/> <eLiterals name="pol" value="16" literal="Polnish"/> <eLiterals name="por" value="17" literal="Portuguese (Brazilian)"/> <eLiterals name="prt" value="18" literal="Portuguese (European)"/> <eLiterals name="rom" value="19" literal="Romanian"/> <eLiterals name="rus" value="20" literal="Russian"/> <eLiterals name="scg" value="21" literal="Serbian"/> <eLiterals name="spa" value="22" literal="Spanish"/> <eLiterals name="svk" value="23" literal="Slovakian"/> <eLiterals name="swe" value="24" literal="Swedish"/> <eLiterals name="ukr" value="25" literal="Ukrainian"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Locale"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isocodes" unique="false" upperBound="-1" eType="#//ISO3Code"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webdir" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Author"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="email" 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="javaversion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredJdk" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Uninstall"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Option"> <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="Packaging"> <eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="ecore:EClass ../../../../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1" eType="#//Option" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDynamic" 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="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OS"> <eLiterals name="ALL" literal="all"/> <eLiterals name="UNIX" value="1" literal="unix"/> <eLiterals name="WINDOWS" value="2" literal="windows"/> <eLiterals name="MAC" value="3" literal="mac"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OverrideFlag"> <eLiterals name="TRUE" literal="true"/> <eLiterals name="FALSE" value="1" literal="false"/> <eLiterals name="ASKTRUE" value="2" literal="asktrue"/> <eLiterals name="ASKFALSE" value="3" literal="askfalse"/> <eLiterals name="update" value="4" literal="update"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pack"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="loose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Pack"/> <eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1" eType="#//File" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="os" eType="#//OS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="File"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destination" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="override" eType="#//OverrideFlag"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="os" eType="#//OS"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Panel"> <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" eType="ecore:EClass ../../../../../org.eclipse.xtext.common.types/model/JavaVMTypes.ecore#//JvmTypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Izpack.ecore
ecore
izpack Installer identification authors constraint uninstall summarylog installation packaging variables packs locale panels ISO3Code cat Catalunyan chn Chinese cze Czech dan Danish glg Galician deu German eng English eus Basque fin Finnish fra French hun Hungarian ita Italian jpn Japanese mys Malaysian ned Nederlands nor Norwegian pol Polnish por Portuguese (Brazilian) prt Portuguese (European) rom Romanian rus Russian scg Serbian spa Spanish svk Slovakian swe Swedish ukr Ukrainian Locale isocodes Identification name version url webdir Author name email Constraint javaversion requiredJdk packed Uninstall name path Option name value Packaging class options Variable isDynamic name value OS ALL all UNIX unix WINDOWS windows MAC mac OverrideFlag TRUE true FALSE false ASKTRUE asktrue ASKFALSE askfalse update update Pack name label optional loose keep parent files os File path alias destination override os Panel name classname jar
null
{"directed":true,"nodes":[{"nsPrefix":"izpack","nsURI":"http://www.devoxx2012.com/xtext/Izpack","name":"izpack","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Installer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ISO3Code","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Locale","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identification","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Author","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uninstall","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Option","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Packaging","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OS","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OverrideFlag","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pack","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Panel","instanceClass":null,"abstract":false,"id":15,"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":"identification","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":"authors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","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":true,"unsettable":false,"transient":false,"unique":true,"name":"uninstall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summarylog","changeable":true,"lowerBound":0,"iD":false,"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":"installation","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packaging","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":"variables","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":"packs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locale","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":"panels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"name":"cat","id":38,"value":0,"literal":"Catalunyan","eClass":"EEnumLiteral"},{"name":"chn","id":39,"value":1,"literal":"Chinese","eClass":"EEnumLiteral"},{"name":"cze","id":40,"value":2,"literal":"Czech","eClass":"EEnumLiteral"},{"name":"dan","id":41,"value":3,"literal":"Danish","eClass":"EEnumLiteral"},{"name":"glg","id":42,"value":4,"literal":"Galician","eClass":"EEnumLiteral"},{"name":"deu","id":43,"value":5,"literal":"German","eClass":"EEnumLiteral"},{"name":"eng","id":44,"value":6,"literal":"English","eClass":"EEnumLiteral"},{"name":"eus","id":45,"value":7,"literal":"Basque","eClass":"EEnumLiteral"},{"name":"fin","id":46,"value":8,"literal":"Finnish","eClass":"EEnumLiteral"},{"name":"fra","id":47,"value":9,"literal":"French","eClass":"EEnumLiteral"},{"name":"hun","id":48,"value":10,"literal":"Hungarian","eClass":"EEnumLiteral"},{"name":"ita","id":49,"value":11,"literal":"Italian","eClass":"EEnumLiteral"},{"name":"jpn","id":50,"value":12,"literal":"Japanese","eClass":"EEnumLiteral"},{"name":"mys","id":51,"value":13,"literal":"Malaysian","eClass":"EEnumLiteral"},{"name":"ned","id":52,"value":14,"literal":"Nederlands","eClass":"EEnumLiteral"},{"name":"nor","id":53,"value":15,"literal":"Norwegian","eClass":"EEnumLiteral"},{"name":"pol","id":54,"value":16,"literal":"Polnish","eClass":"EEnumLiteral"},{"name":"por","id":55,"value":17,"literal":"Portuguese (Brazilian)","eClass":"EEnumLiteral"},{"name":"prt","id":56,"value":18,"literal":"Portuguese (European)","eClass":"EEnumLiteral"},{"name":"rom","id":57,"value":19,"literal":"Romanian","eClass":"EEnumLiteral"},{"name":"rus","id":58,"value":20,"literal":"Russian","eClass":"EEnumLiteral"},{"name":"scg","id":59,"value":21,"literal":"Serbian","eClass":"EEnumLiteral"},{"name":"spa","id":60,"value":22,"literal":"Spanish","eClass":"EEnumLiteral"},{"name":"svk","id":61,"value":23,"literal":"Slovakian","eClass":"EEnumLiteral"},{"name":"swe","id":62,"value":24,"literal":"Swedish","eClass":"EEnumLiteral"},{"name":"ukr","id":63,"value":25,"literal":"Ukrainian","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isocodes","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"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":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":"url","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"webdir","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"email","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"javaversion","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredJdk","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packed","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"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":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"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":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class","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":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"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":"isDynamic","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"name":"ALL","id":102,"value":0,"literal":"all","eClass":"EEnumLiteral"},{"name":"UNIX","id":103,"value":1,"literal":"unix","eClass":"EEnumLiteral"},{"name":"WINDOWS","id":104,"value":2,"literal":"windows","eClass":"EEnumLiteral"},{"name":"MAC","id":105,"value":3,"literal":"mac","eClass":"EEnumLiteral"},{"name":"TRUE","id":106,"value":0,"literal":"true","eClass":"EEnumLiteral"},{"name":"FALSE","id":107,"value":1,"literal":"false","eClass":"EEnumLiteral"},{"name":"ASKTRUE","id":108,"value":2,"literal":"asktrue","eClass":"EEnumLiteral"},{"name":"ASKFALSE","id":109,"value":3,"literal":"askfalse","eClass":"EEnumLiteral"},{"name":"update","id":110,"value":4,"literal":"update","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":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":"label","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":"optional","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"loose","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"keep","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"files","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"os","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"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":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"override","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"os","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classname","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"jar","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":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":16,"target":4},{"source":16,"target":27},{"source":16,"target":1},{"source":27,"target":4},{"source":17,"target":5},{"source":17,"target":28},{"source":17,"target":1},{"source":28,"target":5},{"source":18,"target":6},{"source":18,"target":29},{"source":18,"target":1},{"source":29,"target":6},{"source":19,"target":7},{"source":19,"target":30},{"source":19,"target":1},{"source":30,"target":7},{"source":20,"target":31},{"source":20,"target":1},{"source":21,"target":32},{"source":21,"target":1},{"source":22,"target":9},{"source":22,"target":33},{"source":22,"target":1},{"source":33,"target":9},{"source":23,"target":10},{"source":23,"target":34},{"source":23,"target":1},{"source":34,"target":10},{"source":24,"target":13},{"source":24,"target":35},{"source":24,"target":1},{"source":35,"target":13},{"source":25,"target":3},{"source":25,"target":36},{"source":25,"target":1},{"source":36,"target":3},{"source":26,"target":15},{"source":26,"target":37},{"source":26,"target":1},{"source":37,"target":15},{"source":2,"target":0},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":38,"target":2},{"source":39,"target":2},{"source":40,"target":2},{"source":41,"target":2},{"source":42,"target":2},{"source":43,"target":2},{"source":44,"target":2},{"source":45,"target":2},{"source":46,"target":2},{"source":47,"target":2},{"source":48,"target":2},{"source":49,"target":2},{"source":50,"target":2},{"source":51,"target":2},{"source":52,"target":2},{"source":53,"target":2},{"source":54,"target":2},{"source":55,"target":2},{"source":56,"target":2},{"source":57,"target":2},{"source":58,"target":2},{"source":59,"target":2},{"source":60,"target":2},{"source":61,"target":2},{"source":62,"target":2},{"source":63,"target":2},{"source":3,"target":0},{"source":3,"target":64},{"source":64,"target":2},{"source":64,"target":65},{"source":64,"target":3},{"source":65,"target":2},{"source":4,"target":0},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":66,"target":70},{"source":66,"target":4},{"source":67,"target":71},{"source":67,"target":4},{"source":68,"target":72},{"source":68,"target":4},{"source":69,"target":73},{"source":69,"target":4},{"source":5,"target":0},{"source":5,"target":74},{"source":5,"target":75},{"source":74,"target":76},{"source":74,"target":5},{"source":75,"target":77},{"source":75,"target":5},{"source":6,"target":0},{"source":6,"target":78},{"source":6,"target":79},{"source":6,"target":80},{"source":78,"target":81},{"source":78,"target":6},{"source":79,"target":82},{"source":79,"target":6},{"source":80,"target":83},{"source":80,"target":6},{"source":7,"target":0},{"source":7,"target":84},{"source":7,"target":85},{"source":84,"target":86},{"source":84,"target":7},{"source":85,"target":87},{"source":85,"target":7},{"source":8,"target":0},{"source":8,"target":88},{"source":8,"target":89},{"source":88,"target":90},{"source":88,"target":8},{"source":89,"target":91},{"source":89,"target":8},{"source":9,"target":0},{"source":9,"target":92},{"source":9,"target":93},{"source":92,"target":94},{"source":92,"target":9},{"source":93,"target":8},{"source":93,"target":95},{"source":93,"target":9},{"source":95,"target":8},{"source":10,"target":0},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":96,"target":99},{"source":96,"target":10},{"source":97,"target":100},{"source":97,"target":10},{"source":98,"target":101},{"source":98,"target":10},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":11},{"source":103,"target":11},{"source":104,"target":11},{"source":105,"target":11},{"source":12,"target":0},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":12,"target":110},{"source":106,"target":12},{"source":107,"target":12},{"source":108,"target":12},{"source":109,"target":12},{"source":110,"target":12},{"source":13,"target":0},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":13,"target":117},{"source":13,"target":118},{"source":111,"target":119},{"source":111,"target":13},{"source":112,"target":120},{"source":112,"target":13},{"source":113,"target":121},{"source":113,"target":13},{"source":114,"target":122},{"source":114,"target":13},{"source":115,"target":123},{"source":115,"target":13},{"source":116,"target":13},{"source":116,"target":124},{"source":116,"target":13},{"source":124,"target":13},{"source":117,"target":14},{"source":117,"target":125},{"source":117,"target":13},{"source":125,"target":14},{"source":118,"target":11},{"source":118,"target":126},{"source":118,"target":13},{"source":126,"target":11},{"source":14,"target":0},{"source":14,"target":127},{"source":14,"target":128},{"source":14,"target":129},{"source":14,"target":130},{"source":14,"target":131},{"source":127,"target":132},{"source":127,"target":14},{"source":128,"target":133},{"source":128,"target":14},{"source":129,"target":134},{"source":129,"target":14},{"source":130,"target":12},{"source":130,"target":135},{"source":130,"target":14},{"source":135,"target":12},{"source":131,"target":11},{"source":131,"target":136},{"source":131,"target":14},{"source":136,"target":11},{"source":15,"target":0},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":137,"target":140},{"source":137,"target":15},{"source":138,"target":141},{"source":138,"target":15},{"source":139,"target":142},{"source":139,"target":15}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="jsm" nsURI="http:///jsm.ecore" nsPrefix="jsm"> <eClassifiers xsi:type="ecore:EClass" name="AbstractMPackageContainer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//MPackage" containment="true" eOpposite="#//MPackage/packageContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MRoot" eSuperTypes="#//AbstractMPackageContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="externalTypes" upperBound="-1" eType="#//AbstractMExternalType" containment="true" eOpposite="#//AbstractMExternalType/root"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MPackage" eSuperTypes="#//AbstractMPackageContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="packageContainer" lowerBound="1" eType="#//AbstractMPackageContainer" eOpposite="#//AbstractMPackageContainer/packages"/> <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="resources" upperBound="-1" eType="#//AbstractMResource" containment="true" eOpposite="#//AbstractMResource/package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMResource" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" lowerBound="1" eType="#//MPackage" eOpposite="#//MPackage/resources"/> <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="derived" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="derivedFrom" upperBound="-1" eType="#//AbstractMResource" eOpposite="#//AbstractMResource/superOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superOf" upperBound="-1" eType="#//AbstractMResource" eOpposite="#//AbstractMResource/derivedFrom"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MResource" eSuperTypes="#//AbstractMResource"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMTypeContainer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//AbstractMDeclaredType" containment="true" eOpposite="#//AbstractMDeclaredType/typeContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCompilationUnit" eSuperTypes="#//AbstractMResource #//AbstractMTypeContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//AbstractMType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMDeclaredType" abstract="true" eSuperTypes="#//AbstractMTypeContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeContainer" lowerBound="1" eType="#//AbstractMTypeContainer" eOpposite="#//AbstractMTypeContainer/types"/> <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="AbstractMExternalType" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//MRoot" eOpposite="#//MRoot/externalTypes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fullQualifiedName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractMTypeReference" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MDeclaredTypeReference" eSuperTypes="#//AbstractMTypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//AbstractMDeclaredType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MExternalTypeReference" eSuperTypes="#//AbstractMTypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//AbstractMExternalType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MPrimitiveTypeReference" eSuperTypes="#//AbstractMTypeReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//MPrimitiveTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractModifiers" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//MVisibility" defaultValueLiteral="PUBLIC"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMMethodLike" abstract="true" eSuperTypes="#//AbstractModifiers"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//AbstractCStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMTypeWithNameDeclaration" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//AbstractMTypeReference" 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="AbstractMClass" abstract="true" eSuperTypes="#//AbstractMType"/> <eClassifiers xsi:type="ecore:EClass" name="MDeclaredClass" eSuperTypes="#//AbstractMClass #//AbstractMDeclaredType"> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//AbstractMClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="#//AbstractMInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticFields" upperBound="-1" eType="#//MStaticClassFieldDeclaration" containment="true" eOpposite="#//MStaticClassFieldDeclaration/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceFields" upperBound="-1" eType="#//MInstanceClassFieldDeclaration" containment="true" eOpposite="#//MInstanceClassFieldDeclaration/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constructors" upperBound="-1" eType="#//MConstructor" containment="true" eOpposite="#//MConstructor/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementedMethods" upperBound="-1" eType="#//AbstractMMethodImplementation" containment="true" eOpposite="#//AbstractMMethodImplementation/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nativeMethods" upperBound="-1" eType="#//MNativeMethodDeclaration" containment="true" eOpposite="#//MNativeMethodDeclaration/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MAbstractDeclaredClass" eSuperTypes="#//MDeclaredClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractMethods" upperBound="-1" eType="#//MAbstractClassMethodDeclaration" containment="true" eOpposite="#//MAbstractClassMethodDeclaration/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MExternalClass" eSuperTypes="#//AbstractMClass #//AbstractMExternalType"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractMInterface" abstract="true" eSuperTypes="#//AbstractMType"/> <eClassifiers xsi:type="ecore:EClass" name="MDeclaredInterface" eSuperTypes="#//AbstractMInterface #//AbstractMDeclaredType"> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1" eType="#//AbstractMInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="#//MConstantInterfaceFieldDeclaration" containment="true" eOpposite="#//MConstantInterfaceFieldDeclaration/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//MInterfaceMethodDeclaration" containment="true" eOpposite="#//MInterfaceMethodDeclaration/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MExternalInterface" eSuperTypes="#//AbstractMInterface #//AbstractMExternalType"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractMFieldDeclaration" abstract="true" eSuperTypes="#//AbstractMTypeWithNameDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//AbstractCExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMClassFieldDeclaration" abstract="true" eSuperTypes="#//AbstractMFieldDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//MVisibility" defaultValueLiteral="PRIVATE"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MStaticClassFieldDeclaration" eSuperTypes="#//AbstractMClassFieldDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//MDeclaredClass" eOpposite="#//MDeclaredClass/staticFields"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MInstanceClassFieldDeclaration" eSuperTypes="#//AbstractMClassFieldDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//MDeclaredClass" eOpposite="#//MDeclaredClass/instanceFields"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MConstantInterfaceFieldDeclaration" eSuperTypes="#//AbstractMFieldDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//MDeclaredInterface" eOpposite="#//MDeclaredInterface/constants"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMMethodDeclaration" abstract="true" eSuperTypes="#//AbstractMTypeWithNameDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MMethodDeclarationParameter" containment="true" eOpposite="#//MMethodDeclarationParameter/methodDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MMethodDeclarationParameter" eSuperTypes="#//AbstractMTypeWithNameDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodDeclaration" lowerBound="1" eType="#//AbstractMMethodDeclaration" eOpposite="#//AbstractMMethodDeclaration/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MImplicitMethodDeclaration" eSuperTypes="#//AbstractMMethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//MDirectMethodImplementation" eOpposite="#//MDirectMethodImplementation/declaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMImplementableMethodDeclaration" abstract="true" eSuperTypes="#//AbstractMMethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="implementations" upperBound="-1" eType="#//MDeclaredMethodImplementation" eOpposite="#//MDeclaredMethodImplementation/declaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MAbstractClassMethodDeclaration" eSuperTypes="#//AbstractMImplementableMethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//MAbstractDeclaredClass" eOpposite="#//MAbstractDeclaredClass/abstractMethods"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1" eType="#//MVisibility" defaultValueLiteral="PROTECTED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MInterfaceMethodDeclaration" eSuperTypes="#//AbstractMImplementableMethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//MDeclaredInterface" eOpposite="#//MDeclaredInterface/methods"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MNativeMethodDeclaration" eSuperTypes="#//AbstractMMethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//MDeclaredClass" eOpposite="#//MDeclaredClass/nativeMethods"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMMethodImplementation" abstract="true" eSuperTypes="#//AbstractMMethodLike"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//MDeclaredClass" eOpposite="#//MDeclaredClass/implementedMethods"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MMethodImplementationParameter" containment="true" eOpposite="#//MMethodImplementationParameter/methodImplementation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MDeclaredMethodImplementation" eSuperTypes="#//AbstractMMethodImplementation"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//AbstractMImplementableMethodDeclaration" eOpposite="#//AbstractMImplementableMethodDeclaration/implementations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MDirectMethodImplementation" eSuperTypes="#//AbstractMMethodImplementation"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//MImplicitMethodDeclaration" containment="true" eOpposite="#//MImplicitMethodDeclaration/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MMethodImplementationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="methodImplementation" lowerBound="1" eType="#//AbstractMMethodImplementation" eOpposite="#//AbstractMMethodImplementation/parameters"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="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="MConstructor" eSuperTypes="#//AbstractMMethodLike"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//MDeclaredClass" eOpposite="#//MDeclaredClass/constructors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MConstructorParameter" containment="true" eOpposite="#//MConstructorParameter/constructor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MConstructorParameter" eSuperTypes="#//AbstractMTypeWithNameDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="constructor" lowerBound="1" eType="#//MConstructor" eOpposite="#//MConstructor/parameters"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractCStatement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="CBlockStatement" eSuperTypes="#//AbstractCStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//AbstractCStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CDeclarationStatement" eSuperTypes="#//AbstractCStatement #//AbstractMTypeWithNameDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//AbstractCExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CExpressionStatement" eSuperTypes="#//AbstractCStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//AbstractCExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CIfStatement" eSuperTypes="#//AbstractCStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//AbstractCExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trueStatement" lowerBound="1" eType="#//AbstractCStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="falseStatement" eType="#//AbstractCStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CUnparsedStatement" eSuperTypes="#//AbstractCStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractCExpression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="CConditionalExpression" eSuperTypes="#//AbstractCExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//AbstractCExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trueExpression" lowerBound="1" eType="#//AbstractCExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="falseExpression" eType="#//AbstractCExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CUnparsedExpression" eSuperTypes="#//AbstractCExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MPrimitiveTypes"> <eLiterals name="boolean"/> <eLiterals name="byte" value="1"/> <eLiterals name="short" value="2"/> <eLiterals name="int" value="3"/> <eLiterals name="long" value="4"/> <eLiterals name="float" value="5"/> <eLiterals name="double" value="6"/> <eLiterals name="char" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MVisibility"> <eLiterals name="DEFAULT"/> <eLiterals name="PRIVATE" value="1"/> <eLiterals name="PROTECTED" value="2"/> <eLiterals name="PUBLIC" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/jsm.ecore
ecore
jsm AbstractMPackageContainer packages MRoot externalTypes MPackage packageContainer name resources AbstractMResource package name derived false derivedFrom superOf MResource content AbstractMTypeContainer types MCompilationUnit imports AbstractMDeclaredType typeContainer name AbstractMExternalType root fullQualifiedName AbstractMType AbstractMTypeReference array false MDeclaredTypeReference type MExternalTypeReference type MPrimitiveTypeReference type AbstractModifiers visibility PUBLIC final false synchronized false AbstractMMethodLike statement AbstractMTypeWithNameDeclaration type name AbstractMClass MDeclaredClass extends implements staticFields instanceFields constructors implementedMethods nativeMethods MAbstractDeclaredClass abstractMethods MExternalClass AbstractMInterface MDeclaredInterface extends constants methods MExternalInterface AbstractMFieldDeclaration initialValue AbstractMClassFieldDeclaration visibility PRIVATE final MStaticClassFieldDeclaration owner MInstanceClassFieldDeclaration owner transient MConstantInterfaceFieldDeclaration owner AbstractMMethodDeclaration parameters MMethodDeclarationParameter methodDeclaration MImplicitMethodDeclaration owner AbstractMImplementableMethodDeclaration implementations MAbstractClassMethodDeclaration owner visibility PROTECTED MInterfaceMethodDeclaration owner MNativeMethodDeclaration owner AbstractMMethodImplementation owner parameters MDeclaredMethodImplementation declaration MDirectMethodImplementation declaration MMethodImplementationParameter methodImplementation final true name MConstructor owner parameters MConstructorParameter constructor final true AbstractCStatement CBlockStatement statements CDeclarationStatement final value CExpressionStatement expression CIfStatement condition trueStatement falseStatement CUnparsedStatement code AbstractCExpression CConditionalExpression condition trueExpression falseExpression CUnparsedExpression code MPrimitiveTypes boolean boolean byte byte short short int int long long float float double double char char MVisibility DEFAULT DEFAULT PRIVATE PRIVATE PROTECTED PROTECTED PUBLIC PUBLIC
null
{"directed":true,"nodes":[{"nsPrefix":"jsm","nsURI":"http:///jsm.ecore","name":"jsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMPackageContainer","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MPackage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMResource","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MResource","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMTypeContainer","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCompilationUnit","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMDeclaredType","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMExternalType","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMType","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMTypeReference","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDeclaredTypeReference","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MExternalTypeReference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MPrimitiveTypeReference","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractModifiers","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMMethodLike","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMTypeWithNameDeclaration","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMClass","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDeclaredClass","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MAbstractDeclaredClass","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MExternalClass","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMInterface","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDeclaredInterface","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MExternalInterface","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMFieldDeclaration","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMClassFieldDeclaration","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MStaticClassFieldDeclaration","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MInstanceClassFieldDeclaration","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MConstantInterfaceFieldDeclaration","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMMethodDeclaration","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MMethodDeclarationParameter","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MImplicitMethodDeclaration","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMImplementableMethodDeclaration","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MAbstractClassMethodDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MInterfaceMethodDeclaration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MNativeMethodDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMMethodImplementation","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDeclaredMethodImplementation","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MDirectMethodImplementation","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MMethodImplementationParameter","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MConstructor","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MConstructorParameter","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractCStatement","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CBlockStatement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CDeclarationStatement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CExpressionStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CIfStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUnparsedStatement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractCExpression","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CConditionalExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CUnparsedExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MPrimitiveTypes","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MVisibility","instanceClass":null,"id":53,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"packageContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"externalTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":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":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":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":68,"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":"derived","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"derivedFrom","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":false,"unsettable":false,"transient":false,"unique":true,"name":"superOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"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":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","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":"typeContainer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fullQualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"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":"array","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"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":105,"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":"final","changeable":true,"lowerBound":1,"iD":false,"id":106,"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":"synchronized","changeable":true,"lowerBound":1,"iD":false,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":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":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instanceFields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constructors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementedMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nativeMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":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":131,"derived":false},{"id":132,"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":133,"derived":false},{"id":134,"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":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"derived":false},{"id":138,"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":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":"abstractMethods","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":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":154,"derived":false},{"id":155,"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":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"PRIVATE","unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":162,"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":"final","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"transient","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"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":"methodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":184,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"PROTECTED","unsettable":false,"transient":false,"unique":true,"name":"visibility","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"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":"methodImplementation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"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":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":206,"derived":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":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"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":"constructor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"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":"final","changeable":true,"lowerBound":1,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"container":false,"ordered":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":229,"derived":false},{"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":"condition","changeable":true,"resolveProxies":true,"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":"trueStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"falseStatement","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":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trueExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"falseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":1,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"name":"boolean","id":252,"value":0,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"byte","id":253,"value":1,"literal":"byte","eClass":"EEnumLiteral"},{"name":"short","id":254,"value":2,"literal":"short","eClass":"EEnumLiteral"},{"name":"int","id":255,"value":3,"literal":"int","eClass":"EEnumLiteral"},{"name":"long","id":256,"value":4,"literal":"long","eClass":"EEnumLiteral"},{"name":"float","id":257,"value":5,"literal":"float","eClass":"EEnumLiteral"},{"name":"double","id":258,"value":6,"literal":"double","eClass":"EEnumLiteral"},{"name":"char","id":259,"value":7,"literal":"char","eClass":"EEnumLiteral"},{"name":"DEFAULT","id":260,"value":0,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":261,"value":1,"literal":"PRIVATE","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":262,"value":2,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":263,"value":3,"literal":"PUBLIC","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":1,"target":0},{"source":1,"target":54},{"source":54,"target":3},{"source":54,"target":55},{"source":54,"target":1},{"source":54,"target":56},{"source":55,"target":3},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":57},{"source":2,"target":58},{"source":57,"target":9},{"source":57,"target":59},{"source":57,"target":2},{"source":57,"target":60},{"source":59,"target":9},{"source":58,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":56},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":56,"target":1},{"source":56,"target":64},{"source":56,"target":3},{"source":56,"target":54},{"source":64,"target":1},{"source":61,"target":65},{"source":61,"target":3},{"source":62,"target":4},{"source":62,"target":66},{"source":62,"target":3},{"source":62,"target":67},{"source":66,"target":4},{"source":63,"target":1},{"source":4,"target":0},{"source":4,"target":67},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":67,"target":3},{"source":67,"target":72},{"source":67,"target":4},{"source":67,"target":62},{"source":72,"target":3},{"source":68,"target":73},{"source":68,"target":4},{"source":69,"target":74},{"source":69,"target":4},{"source":70,"target":4},{"source":70,"target":75},{"source":70,"target":4},{"source":70,"target":71},{"source":75,"target":4},{"source":71,"target":4},{"source":71,"target":76},{"source":71,"target":4},{"source":71,"target":70},{"source":76,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":77},{"source":5,"target":78},{"source":77,"target":79},{"source":77,"target":5},{"source":78,"target":4},{"source":6,"target":0},{"source":6,"target":80},{"source":80,"target":8},{"source":80,"target":81},{"source":80,"target":6},{"source":80,"target":82},{"source":81,"target":8},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":6},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":83,"target":10},{"source":83,"target":86},{"source":83,"target":7},{"source":86,"target":10},{"source":84,"target":4},{"source":85,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":82},{"source":8,"target":87},{"source":8,"target":88},{"source":82,"target":6},{"source":82,"target":89},{"source":82,"target":8},{"source":82,"target":80},{"source":89,"target":6},{"source":87,"target":90},{"source":87,"target":8},{"source":88,"target":6},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":91},{"source":60,"target":2},{"source":60,"target":92},{"source":60,"target":9},{"source":60,"target":57},{"source":92,"target":2},{"source":91,"target":93},{"source":91,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":94},{"source":94,"target":95},{"source":94,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":96},{"source":12,"target":97},{"source":96,"target":8},{"source":96,"target":98},{"source":96,"target":12},{"source":98,"target":8},{"source":97,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":99},{"source":13,"target":100},{"source":99,"target":9},{"source":99,"target":101},{"source":99,"target":13},{"source":101,"target":9},{"source":100,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":102},{"source":14,"target":103},{"source":102,"target":52},{"source":102,"target":104},{"source":102,"target":14},{"source":104,"target":52},{"source":103,"target":11},{"source":15,"target":0},{"source":15,"target":105},{"source":15,"target":106},{"source":15,"target":107},{"source":105,"target":53},{"source":105,"target":108},{"source":105,"target":15},{"source":108,"target":53},{"source":106,"target":109},{"source":106,"target":15},{"source":107,"target":110},{"source":107,"target":15},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":111},{"source":16,"target":112},{"source":111,"target":43},{"source":111,"target":113},{"source":111,"target":16},{"source":113,"target":43},{"source":112,"target":15},{"source":17,"target":0},{"source":17,"target":114},{"source":17,"target":115},{"source":114,"target":11},{"source":114,"target":116},{"source":114,"target":17},{"source":116,"target":11},{"source":115,"target":117},{"source":115,"target":17},{"source":18,"target":0},{"source":18,"target":10},{"source":18,"target":118},{"source":118,"target":10},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":8},{"source":19,"target":119},{"source":19,"target":120},{"source":19,"target":121},{"source":19,"target":122},{"source":19,"target":123},{"source":19,"target":124},{"source":19,"target":125},{"source":19,"target":126},{"source":19,"target":127},{"source":119,"target":18},{"source":119,"target":128},{"source":119,"target":19},{"source":128,"target":18},{"source":120,"target":22},{"source":120,"target":129},{"source":120,"target":19},{"source":129,"target":22},{"source":121,"target":27},{"source":121,"target":130},{"source":121,"target":19},{"source":121,"target":131},{"source":130,"target":27},{"source":122,"target":28},{"source":122,"target":132},{"source":122,"target":19},{"source":122,"target":133},{"source":132,"target":28},{"source":123,"target":41},{"source":123,"target":134},{"source":123,"target":19},{"source":123,"target":135},{"source":134,"target":41},{"source":124,"target":37},{"source":124,"target":136},{"source":124,"target":19},{"source":124,"target":137},{"source":136,"target":37},{"source":125,"target":36},{"source":125,"target":138},{"source":125,"target":19},{"source":125,"target":139},{"source":138,"target":36},{"source":126,"target":18},{"source":127,"target":8},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":140},{"source":20,"target":141},{"source":140,"target":34},{"source":140,"target":142},{"source":140,"target":20},{"source":140,"target":143},{"source":142,"target":34},{"source":141,"target":19},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":9},{"source":21,"target":144},{"source":21,"target":145},{"source":144,"target":18},{"source":145,"target":9},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":146},{"source":146,"target":10},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":8},{"source":23,"target":147},{"source":23,"target":148},{"source":23,"target":149},{"source":23,"target":150},{"source":23,"target":151},{"source":147,"target":22},{"source":147,"target":152},{"source":147,"target":23},{"source":152,"target":22},{"source":148,"target":29},{"source":148,"target":153},{"source":148,"target":23},{"source":148,"target":154},{"source":153,"target":29},{"source":149,"target":35},{"source":149,"target":155},{"source":149,"target":23},{"source":149,"target":156},{"source":155,"target":35},{"source":150,"target":22},{"source":151,"target":8},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":9},{"source":24,"target":157},{"source":24,"target":158},{"source":157,"target":22},{"source":158,"target":9},{"source":25,"target":0},{"source":25,"target":17},{"source":25,"target":159},{"source":25,"target":160},{"source":159,"target":49},{"source":159,"target":161},{"source":159,"target":25},{"source":161,"target":49},{"source":160,"target":17},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":162},{"source":26,"target":163},{"source":26,"target":164},{"source":162,"target":53},{"source":162,"target":165},{"source":162,"target":26},{"source":165,"target":53},{"source":163,"target":166},{"source":163,"target":26},{"source":164,"target":25},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":131},{"source":27,"target":167},{"source":131,"target":19},{"source":131,"target":168},{"source":131,"target":27},{"source":131,"target":121},{"source":168,"target":19},{"source":167,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":133},{"source":28,"target":169},{"source":28,"target":170},{"source":133,"target":19},{"source":133,"target":171},{"source":133,"target":28},{"source":133,"target":122},{"source":171,"target":19},{"source":169,"target":172},{"source":169,"target":28},{"source":170,"target":26},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":154},{"source":29,"target":173},{"source":154,"target":23},{"source":154,"target":174},{"source":154,"target":29},{"source":154,"target":148},{"source":174,"target":23},{"source":173,"target":25},{"source":30,"target":0},{"source":30,"target":17},{"source":30,"target":175},{"source":30,"target":176},{"source":175,"target":31},{"source":175,"target":177},{"source":175,"target":30},{"source":175,"target":178},{"source":177,"target":31},{"source":176,"target":17},{"source":31,"target":0},{"source":31,"target":17},{"source":31,"target":178},{"source":31,"target":179},{"source":178,"target":30},{"source":178,"target":180},{"source":178,"target":31},{"source":178,"target":175},{"source":180,"target":30},{"source":179,"target":17},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":181},{"source":32,"target":182},{"source":181,"target":39},{"source":181,"target":183},{"source":181,"target":32},{"source":181,"target":184},{"source":183,"target":39},{"source":182,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":185},{"source":33,"target":186},{"source":185,"target":38},{"source":185,"target":187},{"source":185,"target":33},{"source":185,"target":188},{"source":187,"target":38},{"source":186,"target":30},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":143},{"source":34,"target":189},{"source":34,"target":190},{"source":143,"target":20},{"source":143,"target":191},{"source":143,"target":34},{"source":143,"target":140},{"source":191,"target":20},{"source":189,"target":53},{"source":189,"target":192},{"source":189,"target":34},{"source":192,"target":53},{"source":190,"target":33},{"source":35,"target":0},{"source":35,"target":33},{"source":35,"target":156},{"source":35,"target":193},{"source":156,"target":23},{"source":156,"target":194},{"source":156,"target":35},{"source":156,"target":149},{"source":194,"target":23},{"source":193,"target":33},{"source":36,"target":0},{"source":36,"target":30},{"source":36,"target":139},{"source":36,"target":195},{"source":139,"target":19},{"source":139,"target":196},{"source":139,"target":36},{"source":139,"target":125},{"source":196,"target":19},{"source":195,"target":30},{"source":37,"target":0},{"source":37,"target":16},{"source":37,"target":137},{"source":37,"target":197},{"source":37,"target":198},{"source":137,"target":19},{"source":137,"target":199},{"source":137,"target":37},{"source":137,"target":124},{"source":199,"target":19},{"source":197,"target":40},{"source":197,"target":200},{"source":197,"target":37},{"source":197,"target":201},{"source":200,"target":40},{"source":198,"target":16},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":188},{"source":38,"target":202},{"source":188,"target":33},{"source":188,"target":203},{"source":188,"target":38},{"source":188,"target":185},{"source":203,"target":33},{"source":202,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":184},{"source":39,"target":204},{"source":184,"target":32},{"source":184,"target":205},{"source":184,"target":39},{"source":184,"target":181},{"source":205,"target":32},{"source":204,"target":37},{"source":40,"target":0},{"source":40,"target":201},{"source":40,"target":206},{"source":40,"target":207},{"source":201,"target":37},{"source":201,"target":208},{"source":201,"target":40},{"source":201,"target":197},{"source":208,"target":37},{"source":206,"target":209},{"source":206,"target":40},{"source":207,"target":210},{"source":207,"target":40},{"source":41,"target":0},{"source":41,"target":16},{"source":41,"target":135},{"source":41,"target":211},{"source":41,"target":212},{"source":135,"target":19},{"source":135,"target":213},{"source":135,"target":41},{"source":135,"target":123},{"source":213,"target":19},{"source":211,"target":42},{"source":211,"target":214},{"source":211,"target":41},{"source":211,"target":215},{"source":214,"target":42},{"source":212,"target":16},{"source":42,"target":0},{"source":42,"target":17},{"source":42,"target":215},{"source":42,"target":216},{"source":42,"target":217},{"source":215,"target":41},{"source":215,"target":218},{"source":215,"target":42},{"source":215,"target":211},{"source":218,"target":41},{"source":216,"target":219},{"source":216,"target":42},{"source":217,"target":17},{"source":43,"target":0},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":220},{"source":44,"target":221},{"source":220,"target":43},{"source":220,"target":222},{"source":220,"target":44},{"source":222,"target":43},{"source":221,"target":43},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":17},{"source":45,"target":223},{"source":45,"target":224},{"source":45,"target":225},{"source":45,"target":226},{"source":223,"target":227},{"source":223,"target":45},{"source":224,"target":49},{"source":224,"target":228},{"source":224,"target":45},{"source":228,"target":49},{"source":225,"target":43},{"source":226,"target":17},{"source":46,"target":0},{"source":46,"target":43},{"source":46,"target":229},{"source":46,"target":230},{"source":229,"target":49},{"source":229,"target":231},{"source":229,"target":46},{"source":231,"target":49},{"source":230,"target":43},{"source":47,"target":0},{"source":47,"target":43},{"source":47,"target":232},{"source":47,"target":233},{"source":47,"target":234},{"source":47,"target":235},{"source":232,"target":49},{"source":232,"target":236},{"source":232,"target":47},{"source":236,"target":49},{"source":233,"target":43},{"source":233,"target":237},{"source":233,"target":47},{"source":237,"target":43},{"source":234,"target":43},{"source":234,"target":238},{"source":234,"target":47},{"source":238,"target":43},{"source":235,"target":43},{"source":48,"target":0},{"source":48,"target":43},{"source":48,"target":239},{"source":48,"target":240},{"source":239,"target":241},{"source":239,"target":48},{"source":240,"target":43},{"source":49,"target":0},{"source":50,"target":0},{"source":50,"target":49},{"source":50,"target":242},{"source":50,"target":243},{"source":50,"target":244},{"source":50,"target":245},{"source":242,"target":49},{"source":242,"target":246},{"source":242,"target":50},{"source":246,"target":49},{"source":243,"target":49},{"source":243,"target":247},{"source":243,"target":50},{"source":247,"target":49},{"source":244,"target":49},{"source":244,"target":248},{"source":244,"target":50},{"source":248,"target":49},{"source":245,"target":49},{"source":51,"target":0},{"source":51,"target":49},{"source":51,"target":249},{"source":51,"target":250},{"source":249,"target":251},{"source":249,"target":51},{"source":250,"target":49},{"source":52,"target":0},{"source":52,"target":252},{"source":52,"target":253},{"source":52,"target":254},{"source":52,"target":255},{"source":52,"target":256},{"source":52,"target":257},{"source":52,"target":258},{"source":52,"target":259},{"source":252,"target":52},{"source":253,"target":52},{"source":254,"target":52},{"source":255,"target":52},{"source":256,"target":52},{"source":257,"target":52},{"source":258,"target":52},{"source":259,"target":52},{"source":53,"target":0},{"source":53,"target":260},{"source":53,"target":261},{"source":53,"target":262},{"source":53,"target":263},{"source":260,"target":53},{"source":261,"target":53},{"source":262,"target":53},{"source":263,"target":53}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false" upperBound="-1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false" upperBound="-1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false" upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1" eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false" lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false" lowerBound="1" eType="#/0/Module" eOpposite="#/0/Module/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false" eType="#/0/Query" eOpposite="#/0/Query/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="#/0/Library" eOpposite="#/0/Library/helpers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false" eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false" upperBound="-1" eType="#/1/Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true" eOpposite="#/0/InPatternElement/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dropPattern" ordered="false" eType="#/0/DropPattern" containment="true" eOpposite="#/0/DropPattern/outPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DropPattern" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/dropPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true" eSuperTypes="#/0/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false" lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false" lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false" upperBound="-1" eType="#/1/OclModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rulePotency" ordered="false" unique="false" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/> <eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true" eSuperTypes="#/0/PatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false" lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false" eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="#/1/OclModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#/1/Iterator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false" lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false" lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false" lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1" eType="#/0/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false" lowerBound="1" eType="#/1/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#/0/Statement" containment="true"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl"> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false" eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false" eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false" eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false" eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false" eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable" ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false" eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false" eType="#/1/Operation" eOpposite="#/1/Operation/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false" eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false" eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false" lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/> <eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/Double"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false" unique="false" lowerBound="1" eType="#/2/Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1" eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false" lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false" lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/> <eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false" lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false" lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false" eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false" eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false" upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false" eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" lowerBound="1" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false" eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false" eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false" eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false" eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false" eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false" eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration" ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false" lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType"> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#/2/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false" lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false" upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes" nsPrefix="ptypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Double" instanceClassName="double"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/bestWeight24/20_ATLMLM.ecore
ecore
ATL LocatedElement location commentsBefore commentsAfter Unit libraries name Library helpers Query body helpers Module isRefining inModels outModels elements ModuleElement module Helper query library definition Rule outPattern actionBlock variables name MatchedRule inPattern children superRule isAbstract isRefining isNoDefault LazyMatchedRule isUnique CalledRule parameters isEntrypoint isEndpoint InPattern elements rule filter OutPattern rule dropPattern elements DropPattern outPattern PatternElement InPatternElement mapsTo inPattern models rulePotency SimpleInPatternElement OutPatternElement outPattern sourceElement bindings model SimpleOutPatternElement reverseBindings ForEachOutPatternElement collection iterator Binding value outPatternElement propertyName isAssignment RuleVariableDeclaration rule LibraryRef unit name ActionBlock rule statements Statement ExpressionStat expression BindingStat source propertyName isAssignment value IfStat condition thenStatements elseStatements ForStat iterator collection statements OCL OclExpression type ifExp3 appliedProperty collection letExp loopExp parentOperation initializedVariable ifExp2 owningOperation ifExp1 owningAttribute VariableExp referredVariable SuperExp PrimitiveExp StringExp stringSymbol BooleanExp booleanSymbol NumericExp RealExp realSymbol IntegerExp integerSymbol CollectionExp elements BagExp OrderedSetExp SequenceExp SetExp TupleExp tuplePart TuplePart tuple MapExp elements MapElement map key value EnumLiteralExp name OclUndefinedExp PropertyCallExp source NavigationOrAttributeCallExp name OperationCallExp arguments operationName OperatorCallExp CollectionOperationCallExp LoopExp body iterators IterateExp result IteratorExp name LetExp variable in_ IfExp thenExpression condition elseExpression VariableDeclaration id varName type initExpression letExp baseExp variableExp Iterator loopExpr Parameter operation CollectionType elementType OclType name definitions oclExpression operation mapType2 attribute mapType collectionTypes tupleTypeAttribute variableDeclaration Primitive StringType BooleanType NumericType IntegerType RealType BagType OrderedSetType SequenceType SetType OclAnyType TupleType attributes TupleTypeAttribute type tupleType name OclModelElement model MapType valueType keyType OclFeatureDefinition feature context_ OclContextDefinition definition context_ OclFeature definition Attribute name initExpression type Operation name parameters returnType body OclModel name metamodel elements model PrimitiveTypes Boolean boolean boolean Double double double Integer int int String java.lang.String java.lang.String
null
{"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropPattern","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsBefore","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"commentsAfter","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":33,"serializable":true,"eClass":"EDataType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"libraries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"unit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":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":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outModels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":59,"serializable":true,"eClass":"EDataType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isEndpoint","changeable":true,"lowerBound":1,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dropPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"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":"rulePotency","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"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":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outPatternElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"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":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":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":157,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":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"},{"id":166,"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":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"container":false,"ordered":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":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":180,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":181,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"container":false,"ordered":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":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":202,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appliedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initializedVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifExp1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"oclExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":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":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":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":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stringSymbol","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":305,"serializable":true,"eClass":"EDataType"},{"id":306,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":309,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tuple","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"id":325,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":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":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":"name","changeable":true,"lowerBound":1,"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"},{"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":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operationName","changeable":true,"lowerBound":1,"iD":false,"id":342,"derived":false},{"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loopExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"container":false,"ordered":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":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"letExp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":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":"varName","changeable":true,"lowerBound":1,"iD":false,"id":370,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclaration","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"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"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},{"container":false,"ordered":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":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"collectionTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":391,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleTypeAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":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":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"container":false,"ordered":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":413,"derived":false},{"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"},{"container":false,"ordered":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":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"name","changeable":true,"lowerBound":1,"iD":false,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":442,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context_","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"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":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"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":465,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes","name":"PrimitiveTypes","id":473,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":1,"target":0},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":30,"target":33},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":33},{"source":31,"target":33},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":33},{"source":32,"target":33},{"source":32,"target":36},{"source":32,"target":1},{"source":36,"target":33},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":37,"target":23},{"source":37,"target":40},{"source":37,"target":2},{"source":37,"target":41},{"source":40,"target":23},{"source":38,"target":33},{"source":38,"target":42},{"source":38,"target":2},{"source":42,"target":33},{"source":39,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":43},{"source":3,"target":44},{"source":43,"target":7},{"source":43,"target":45},{"source":43,"target":3},{"source":43,"target":46},{"source":45,"target":7},{"source":44,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":47,"target":50},{"source":47,"target":51},{"source":47,"target":4},{"source":51,"target":50},{"source":48,"target":7},{"source":48,"target":52},{"source":48,"target":4},{"source":48,"target":53},{"source":52,"target":7},{"source":49,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":54,"target":59},{"source":54,"target":60},{"source":54,"target":5},{"source":60,"target":59},{"source":55,"target":61},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":61},{"source":56,"target":61},{"source":56,"target":63},{"source":56,"target":5},{"source":63,"target":61},{"source":57,"target":6},{"source":57,"target":64},{"source":57,"target":5},{"source":57,"target":65},{"source":64,"target":6},{"source":58,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":65},{"source":6,"target":66},{"source":65,"target":5},{"source":65,"target":67},{"source":65,"target":6},{"source":65,"target":57},{"source":67,"target":5},{"source":66,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":53},{"source":7,"target":46},{"source":7,"target":68},{"source":7,"target":69},{"source":53,"target":4},{"source":53,"target":70},{"source":53,"target":7},{"source":53,"target":48},{"source":70,"target":4},{"source":46,"target":3},{"source":46,"target":71},{"source":46,"target":7},{"source":46,"target":43},{"source":71,"target":3},{"source":68,"target":72},{"source":68,"target":73},{"source":68,"target":7},{"source":73,"target":72},{"source":69,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":74,"target":13},{"source":74,"target":79},{"source":74,"target":8},{"source":74,"target":80},{"source":79,"target":13},{"source":75,"target":24},{"source":75,"target":81},{"source":75,"target":8},{"source":75,"target":82},{"source":81,"target":24},{"source":76,"target":22},{"source":76,"target":83},{"source":76,"target":8},{"source":76,"target":84},{"source":83,"target":22},{"source":77,"target":33},{"source":77,"target":85},{"source":77,"target":8},{"source":85,"target":33},{"source":78,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"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":9,"target":92},{"source":86,"target":12},{"source":86,"target":93},{"source":86,"target":9},{"source":86,"target":94},{"source":93,"target":12},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":88},{"source":95,"target":9},{"source":88,"target":9},{"source":88,"target":96},{"source":88,"target":9},{"source":88,"target":87},{"source":96,"target":9},{"source":89,"target":59},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":59},{"source":90,"target":59},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":59},{"source":91,"target":59},{"source":91,"target":99},{"source":91,"target":9},{"source":99,"target":59},{"source":92,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":100},{"source":10,"target":101},{"source":100,"target":59},{"source":100,"target":102},{"source":100,"target":10},{"source":102,"target":59},{"source":101,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":11,"target":106},{"source":103,"target":107},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":107},{"source":104,"target":59},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":59},{"source":105,"target":59},{"source":105,"target":110},{"source":105,"target":11},{"source":110,"target":59},{"source":106,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":111},{"source":12,"target":94},{"source":12,"target":112},{"source":12,"target":113},{"source":111,"target":16},{"source":111,"target":114},{"source":111,"target":12},{"source":111,"target":115},{"source":114,"target":16},{"source":94,"target":9},{"source":94,"target":116},{"source":94,"target":12},{"source":94,"target":86},{"source":116,"target":9},{"source":112,"target":50},{"source":112,"target":117},{"source":112,"target":12},{"source":117,"target":50},{"source":113,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":80},{"source":13,"target":118},{"source":13,"target":119},{"source":13,"target":120},{"source":80,"target":8},{"source":80,"target":121},{"source":80,"target":13},{"source":80,"target":74},{"source":121,"target":8},{"source":118,"target":14},{"source":118,"target":122},{"source":118,"target":13},{"source":118,"target":123},{"source":122,"target":14},{"source":119,"target":18},{"source":119,"target":124},{"source":119,"target":13},{"source":119,"target":125},{"source":124,"target":18},{"source":120,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":123},{"source":14,"target":126},{"source":123,"target":13},{"source":123,"target":127},{"source":123,"target":14},{"source":123,"target":118},{"source":127,"target":13},{"source":126,"target":1},{"source":15,"target":0},{"source":15,"target":128},{"source":15,"target":129},{"source":129,"target":128},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":130},{"source":16,"target":115},{"source":16,"target":131},{"source":16,"target":132},{"source":16,"target":133},{"source":130,"target":18},{"source":130,"target":134},{"source":130,"target":16},{"source":130,"target":135},{"source":134,"target":18},{"source":115,"target":12},{"source":115,"target":136},{"source":115,"target":16},{"source":115,"target":111},{"source":136,"target":12},{"source":131,"target":61},{"source":131,"target":137},{"source":131,"target":16},{"source":137,"target":61},{"source":132,"target":33},{"source":132,"target":138},{"source":132,"target":16},{"source":138,"target":33},{"source":133,"target":15},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":139},{"source":139,"target":16},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":125},{"source":18,"target":135},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":125,"target":13},{"source":125,"target":143},{"source":125,"target":18},{"source":125,"target":119},{"source":143,"target":13},{"source":135,"target":16},{"source":135,"target":144},{"source":135,"target":18},{"source":135,"target":130},{"source":144,"target":16},{"source":140,"target":21},{"source":140,"target":145},{"source":140,"target":18},{"source":140,"target":146},{"source":145,"target":21},{"source":141,"target":61},{"source":141,"target":147},{"source":141,"target":18},{"source":147,"target":61},{"source":142,"target":15},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":148},{"source":19,"target":149},{"source":148,"target":50},{"source":148,"target":150},{"source":148,"target":19},{"source":150,"target":50},{"source":149,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":151,"target":50},{"source":151,"target":154},{"source":151,"target":20},{"source":154,"target":50},{"source":152,"target":155},{"source":152,"target":156},{"source":152,"target":20},{"source":156,"target":155},{"source":153,"target":18},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":157},{"source":21,"target":146},{"source":21,"target":158},{"source":21,"target":159},{"source":21,"target":160},{"source":157,"target":50},{"source":157,"target":161},{"source":157,"target":21},{"source":161,"target":50},{"source":146,"target":18},{"source":146,"target":162},{"source":146,"target":21},{"source":146,"target":140},{"source":162,"target":18},{"source":158,"target":33},{"source":158,"target":163},{"source":158,"target":21},{"source":163,"target":33},{"source":159,"target":59},{"source":159,"target":164},{"source":159,"target":21},{"source":164,"target":59},{"source":160,"target":1},{"source":22,"target":0},{"source":22,"target":128},{"source":22,"target":84},{"source":22,"target":165},{"source":84,"target":8},{"source":84,"target":166},{"source":84,"target":22},{"source":84,"target":76},{"source":166,"target":8},{"source":165,"target":128},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":41},{"source":23,"target":167},{"source":23,"target":168},{"source":41,"target":2},{"source":41,"target":169},{"source":41,"target":23},{"source":41,"target":37},{"source":169,"target":2},{"source":167,"target":33},{"source":167,"target":170},{"source":167,"target":23},{"source":170,"target":33},{"source":168,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":82},{"source":24,"target":171},{"source":24,"target":172},{"source":82,"target":8},{"source":82,"target":173},{"source":82,"target":24},{"source":82,"target":75},{"source":173,"target":8},{"source":171,"target":25},{"source":171,"target":174},{"source":171,"target":24},{"source":174,"target":25},{"source":172,"target":1},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":175},{"source":175,"target":1},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":176},{"source":26,"target":177},{"source":176,"target":50},{"source":176,"target":178},{"source":176,"target":26},{"source":178,"target":50},{"source":177,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":179},{"source":27,"target":180},{"source":27,"target":181},{"source":27,"target":182},{"source":27,"target":183},{"source":179,"target":50},{"source":179,"target":184},{"source":179,"target":27},{"source":184,"target":50},{"source":180,"target":33},{"source":180,"target":185},{"source":180,"target":27},{"source":185,"target":33},{"source":181,"target":59},{"source":181,"target":186},{"source":181,"target":27},{"source":186,"target":59},{"source":182,"target":50},{"source":182,"target":187},{"source":182,"target":27},{"source":187,"target":50},{"source":183,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":188},{"source":28,"target":189},{"source":28,"target":190},{"source":28,"target":191},{"source":188,"target":50},{"source":188,"target":192},{"source":188,"target":28},{"source":192,"target":50},{"source":189,"target":25},{"source":189,"target":193},{"source":189,"target":28},{"source":193,"target":25},{"source":190,"target":25},{"source":190,"target":194},{"source":190,"target":28},{"source":194,"target":25},{"source":191,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":195},{"source":29,"target":196},{"source":29,"target":197},{"source":29,"target":198},{"source":195,"target":155},{"source":195,"target":199},{"source":195,"target":29},{"source":199,"target":155},{"source":196,"target":50},{"source":196,"target":200},{"source":196,"target":29},{"source":200,"target":50},{"source":197,"target":25},{"source":197,"target":201},{"source":197,"target":29},{"source":201,"target":25},{"source":198,"target":25},{"source":202,"target":50},{"source":202,"target":203},{"source":202,"target":204},{"source":202,"target":205},{"source":202,"target":206},{"source":202,"target":207},{"source":202,"target":208},{"source":202,"target":209},{"source":202,"target":210},{"source":202,"target":211},{"source":202,"target":212},{"source":202,"target":213},{"source":202,"target":214},{"source":202,"target":215},{"source":202,"target":216},{"source":202,"target":217},{"source":202,"target":218},{"source":202,"target":219},{"source":202,"target":220},{"source":202,"target":221},{"source":202,"target":222},{"source":202,"target":223},{"source":202,"target":224},{"source":202,"target":225},{"source":202,"target":226},{"source":202,"target":227},{"source":202,"target":228},{"source":202,"target":229},{"source":202,"target":230},{"source":202,"target":231},{"source":202,"target":128},{"source":202,"target":155},{"source":202,"target":107},{"source":202,"target":232},{"source":202,"target":233},{"source":202,"target":234},{"source":202,"target":235},{"source":202,"target":236},{"source":202,"target":237},{"source":202,"target":238},{"source":202,"target":239},{"source":202,"target":240},{"source":202,"target":241},{"source":202,"target":242},{"source":202,"target":243},{"source":202,"target":244},{"source":202,"target":245},{"source":202,"target":246},{"source":202,"target":247},{"source":202,"target":248},{"source":202,"target":72},{"source":202,"target":249},{"source":202,"target":250},{"source":202,"target":251},{"source":202,"target":252},{"source":202,"target":61},{"source":50,"target":202},{"source":50,"target":1},{"source":50,"target":253},{"source":50,"target":254},{"source":50,"target":255},{"source":50,"target":256},{"source":50,"target":257},{"source":50,"target":258},{"source":50,"target":259},{"source":50,"target":260},{"source":50,"target":261},{"source":50,"target":262},{"source":50,"target":263},{"source":50,"target":264},{"source":50,"target":265},{"source":253,"target":233},{"source":253,"target":266},{"source":253,"target":50},{"source":253,"target":267},{"source":266,"target":233},{"source":254,"target":231},{"source":254,"target":268},{"source":254,"target":50},{"source":254,"target":269},{"source":268,"target":231},{"source":255,"target":222},{"source":255,"target":270},{"source":255,"target":50},{"source":255,"target":271},{"source":270,"target":222},{"source":256,"target":211},{"source":256,"target":272},{"source":256,"target":50},{"source":256,"target":273},{"source":272,"target":211},{"source":257,"target":230},{"source":257,"target":274},{"source":257,"target":50},{"source":257,"target":275},{"source":274,"target":230},{"source":258,"target":227},{"source":258,"target":276},{"source":258,"target":50},{"source":258,"target":277},{"source":276,"target":227},{"source":259,"target":224},{"source":259,"target":278},{"source":259,"target":50},{"source":259,"target":279},{"source":278,"target":224},{"source":260,"target":128},{"source":260,"target":280},{"source":260,"target":50},{"source":260,"target":281},{"source":280,"target":128},{"source":261,"target":231},{"source":261,"target":282},{"source":261,"target":50},{"source":261,"target":283},{"source":282,"target":231},{"source":262,"target":252},{"source":262,"target":284},{"source":262,"target":50},{"source":262,"target":285},{"source":284,"target":252},{"source":263,"target":231},{"source":263,"target":286},{"source":263,"target":50},{"source":263,"target":287},{"source":286,"target":231},{"source":264,"target":251},{"source":264,"target":288},{"source":264,"target":50},{"source":264,"target":289},{"source":288,"target":251},{"source":265,"target":1},{"source":203,"target":202},{"source":203,"target":50},{"source":203,"target":290},{"source":203,"target":291},{"source":290,"target":128},{"source":290,"target":292},{"source":290,"target":203},{"source":290,"target":293},{"source":292,"target":128},{"source":291,"target":50},{"source":204,"target":202},{"source":204,"target":50},{"source":204,"target":294},{"source":294,"target":50},{"source":205,"target":202},{"source":205,"target":50},{"source":205,"target":295},{"source":295,"target":50},{"source":206,"target":202},{"source":206,"target":205},{"source":206,"target":296},{"source":206,"target":297},{"source":296,"target":33},{"source":296,"target":298},{"source":296,"target":206},{"source":298,"target":33},{"source":297,"target":205},{"source":207,"target":202},{"source":207,"target":205},{"source":207,"target":299},{"source":207,"target":300},{"source":299,"target":59},{"source":299,"target":301},{"source":299,"target":207},{"source":301,"target":59},{"source":300,"target":205},{"source":208,"target":202},{"source":208,"target":205},{"source":208,"target":302},{"source":302,"target":205},{"source":209,"target":202},{"source":209,"target":208},{"source":209,"target":303},{"source":209,"target":304},{"source":303,"target":305},{"source":303,"target":306},{"source":303,"target":209},{"source":306,"target":305},{"source":304,"target":208},{"source":210,"target":202},{"source":210,"target":208},{"source":210,"target":307},{"source":210,"target":308},{"source":307,"target":309},{"source":307,"target":310},{"source":307,"target":210},{"source":310,"target":309},{"source":308,"target":208},{"source":211,"target":202},{"source":211,"target":50},{"source":211,"target":273},{"source":211,"target":311},{"source":273,"target":50},{"source":273,"target":312},{"source":273,"target":211},{"source":273,"target":256},{"source":312,"target":50},{"source":311,"target":50},{"source":212,"target":202},{"source":212,"target":211},{"source":212,"target":313},{"source":313,"target":211},{"source":213,"target":202},{"source":213,"target":211},{"source":213,"target":314},{"source":314,"target":211},{"source":214,"target":202},{"source":214,"target":211},{"source":214,"target":315},{"source":315,"target":211},{"source":215,"target":202},{"source":215,"target":211},{"source":215,"target":316},{"source":316,"target":211},{"source":216,"target":202},{"source":216,"target":50},{"source":216,"target":317},{"source":216,"target":318},{"source":317,"target":217},{"source":317,"target":319},{"source":317,"target":216},{"source":317,"target":320},{"source":319,"target":217},{"source":318,"target":50},{"source":217,"target":202},{"source":217,"target":128},{"source":217,"target":320},{"source":217,"target":321},{"source":320,"target":216},{"source":320,"target":322},{"source":320,"target":217},{"source":320,"target":317},{"source":322,"target":216},{"source":321,"target":128},{"source":218,"target":202},{"source":218,"target":50},{"source":218,"target":323},{"source":218,"target":324},{"source":323,"target":219},{"source":323,"target":325},{"source":323,"target":218},{"source":323,"target":326},{"source":325,"target":219},{"source":324,"target":50},{"source":219,"target":202},{"source":219,"target":1},{"source":219,"target":326},{"source":219,"target":327},{"source":219,"target":328},{"source":219,"target":329},{"source":326,"target":218},{"source":326,"target":330},{"source":326,"target":219},{"source":326,"target":323},{"source":330,"target":218},{"source":327,"target":50},{"source":327,"target":331},{"source":327,"target":219},{"source":331,"target":50},{"source":328,"target":50},{"source":328,"target":332},{"source":328,"target":219},{"source":332,"target":50},{"source":329,"target":1},{"source":220,"target":202},{"source":220,"target":50},{"source":220,"target":333},{"source":220,"target":334},{"source":333,"target":33},{"source":333,"target":335},{"source":333,"target":220},{"source":335,"target":33},{"source":334,"target":50},{"source":221,"target":202},{"source":221,"target":50},{"source":221,"target":336},{"source":336,"target":50},{"source":222,"target":202},{"source":222,"target":50},{"source":222,"target":271},{"source":222,"target":337},{"source":271,"target":50},{"source":271,"target":338},{"source":271,"target":222},{"source":271,"target":255},{"source":338,"target":50},{"source":337,"target":50},{"source":223,"target":202},{"source":223,"target":222},{"source":223,"target":339},{"source":223,"target":340},{"source":339,"target":33},{"source":339,"target":341},{"source":339,"target":223},{"source":341,"target":33},{"source":340,"target":222},{"source":224,"target":202},{"source":224,"target":222},{"source":224,"target":279},{"source":224,"target":342},{"source":224,"target":343},{"source":279,"target":50},{"source":279,"target":344},{"source":279,"target":224},{"source":279,"target":259},{"source":344,"target":50},{"source":342,"target":33},{"source":342,"target":345},{"source":342,"target":224},{"source":345,"target":33},{"source":343,"target":222},{"source":225,"target":202},{"source":225,"target":224},{"source":225,"target":346},{"source":346,"target":224},{"source":226,"target":202},{"source":226,"target":224},{"source":226,"target":347},{"source":347,"target":224},{"source":227,"target":202},{"source":227,"target":222},{"source":227,"target":277},{"source":227,"target":348},{"source":227,"target":349},{"source":277,"target":50},{"source":277,"target":350},{"source":277,"target":227},{"source":277,"target":258},{"source":350,"target":50},{"source":348,"target":155},{"source":348,"target":351},{"source":348,"target":227},{"source":348,"target":352},{"source":351,"target":155},{"source":349,"target":222},{"source":228,"target":202},{"source":228,"target":227},{"source":228,"target":353},{"source":228,"target":354},{"source":353,"target":128},{"source":353,"target":355},{"source":353,"target":228},{"source":353,"target":356},{"source":355,"target":128},{"source":354,"target":227},{"source":229,"target":202},{"source":229,"target":227},{"source":229,"target":357},{"source":229,"target":358},{"source":357,"target":33},{"source":357,"target":359},{"source":357,"target":229},{"source":359,"target":33},{"source":358,"target":227},{"source":230,"target":202},{"source":230,"target":50},{"source":230,"target":360},{"source":230,"target":275},{"source":230,"target":361},{"source":360,"target":128},{"source":360,"target":362},{"source":360,"target":230},{"source":360,"target":363},{"source":362,"target":128},{"source":275,"target":50},{"source":275,"target":364},{"source":275,"target":230},{"source":275,"target":257},{"source":364,"target":50},{"source":361,"target":50},{"source":231,"target":202},{"source":231,"target":50},{"source":231,"target":283},{"source":231,"target":287},{"source":231,"target":269},{"source":231,"target":365},{"source":283,"target":50},{"source":283,"target":366},{"source":283,"target":231},{"source":283,"target":261},{"source":366,"target":50},{"source":287,"target":50},{"source":287,"target":367},{"source":287,"target":231},{"source":287,"target":263},{"source":367,"target":50},{"source":269,"target":50},{"source":269,"target":368},{"source":269,"target":231},{"source":269,"target":254},{"source":368,"target":50},{"source":365,"target":50},{"source":128,"target":202},{"source":128,"target":1},{"source":128,"target":369},{"source":128,"target":370},{"source":128,"target":371},{"source":128,"target":281},{"source":128,"target":363},{"source":128,"target":356},{"source":128,"target":293},{"source":128,"target":372},{"source":369,"target":33},{"source":369,"target":373},{"source":369,"target":128},{"source":373,"target":33},{"source":370,"target":33},{"source":370,"target":374},{"source":370,"target":128},{"source":374,"target":33},{"source":371,"target":233},{"source":371,"target":375},{"source":371,"target":128},{"source":371,"target":376},{"source":375,"target":233},{"source":281,"target":50},{"source":281,"target":377},{"source":281,"target":128},{"source":281,"target":260},{"source":377,"target":50},{"source":363,"target":230},{"source":363,"target":378},{"source":363,"target":128},{"source":363,"target":360},{"source":378,"target":230},{"source":356,"target":228},{"source":356,"target":379},{"source":356,"target":128},{"source":356,"target":353},{"source":379,"target":228},{"source":293,"target":203},{"source":293,"target":380},{"source":293,"target":128},{"source":293,"target":290},{"source":380,"target":203},{"source":372,"target":1},{"source":155,"target":202},{"source":155,"target":128},{"source":155,"target":352},{"source":155,"target":381},{"source":352,"target":227},{"source":352,"target":382},{"source":352,"target":155},{"source":352,"target":348},{"source":382,"target":227},{"source":381,"target":128},{"source":107,"target":202},{"source":107,"target":128},{"source":107,"target":383},{"source":107,"target":384},{"source":383,"target":252},{"source":383,"target":385},{"source":383,"target":107},{"source":383,"target":386},{"source":385,"target":252},{"source":384,"target":128},{"source":232,"target":202},{"source":232,"target":233},{"source":232,"target":387},{"source":232,"target":388},{"source":387,"target":233},{"source":387,"target":389},{"source":387,"target":232},{"source":387,"target":390},{"source":389,"target":233},{"source":388,"target":233},{"source":233,"target":202},{"source":233,"target":50},{"source":233,"target":391},{"source":233,"target":392},{"source":233,"target":267},{"source":233,"target":393},{"source":233,"target":394},{"source":233,"target":395},{"source":233,"target":396},{"source":233,"target":390},{"source":233,"target":397},{"source":233,"target":376},{"source":233,"target":398},{"source":391,"target":33},{"source":391,"target":399},{"source":391,"target":233},{"source":399,"target":33},{"source":392,"target":249},{"source":392,"target":400},{"source":392,"target":233},{"source":392,"target":401},{"source":400,"target":249},{"source":267,"target":50},{"source":267,"target":402},{"source":267,"target":233},{"source":267,"target":253},{"source":402,"target":50},{"source":393,"target":252},{"source":393,"target":403},{"source":393,"target":233},{"source":393,"target":404},{"source":403,"target":252},{"source":394,"target":248},{"source":394,"target":405},{"source":394,"target":233},{"source":394,"target":406},{"source":405,"target":248},{"source":395,"target":251},{"source":395,"target":407},{"source":395,"target":233},{"source":395,"target":408},{"source":407,"target":251},{"source":396,"target":248},{"source":396,"target":409},{"source":396,"target":233},{"source":396,"target":410},{"source":409,"target":248},{"source":390,"target":232},{"source":390,"target":411},{"source":390,"target":233},{"source":390,"target":387},{"source":411,"target":232},{"source":397,"target":246},{"source":397,"target":412},{"source":397,"target":233},{"source":397,"target":413},{"source":412,"target":246},{"source":376,"target":128},{"source":376,"target":414},{"source":376,"target":233},{"source":376,"target":371},{"source":414,"target":128},{"source":398,"target":50},{"source":234,"target":202},{"source":234,"target":233},{"source":234,"target":415},{"source":415,"target":233},{"source":235,"target":202},{"source":235,"target":234},{"source":235,"target":416},{"source":416,"target":234},{"source":236,"target":202},{"source":236,"target":234},{"source":236,"target":417},{"source":417,"target":234},{"source":237,"target":202},{"source":237,"target":234},{"source":237,"target":418},{"source":418,"target":234},{"source":238,"target":202},{"source":238,"target":237},{"source":238,"target":419},{"source":419,"target":237},{"source":239,"target":202},{"source":239,"target":237},{"source":239,"target":420},{"source":420,"target":237},{"source":240,"target":202},{"source":240,"target":232},{"source":240,"target":421},{"source":421,"target":232},{"source":241,"target":202},{"source":241,"target":232},{"source":241,"target":422},{"source":422,"target":232},{"source":242,"target":202},{"source":242,"target":232},{"source":242,"target":423},{"source":423,"target":232},{"source":243,"target":202},{"source":243,"target":232},{"source":243,"target":424},{"source":424,"target":232},{"source":244,"target":202},{"source":244,"target":233},{"source":244,"target":425},{"source":425,"target":233},{"source":245,"target":202},{"source":245,"target":233},{"source":245,"target":426},{"source":245,"target":427},{"source":426,"target":246},{"source":426,"target":428},{"source":426,"target":245},{"source":426,"target":429},{"source":428,"target":246},{"source":427,"target":233},{"source":246,"target":202},{"source":246,"target":1},{"source":246,"target":413},{"source":246,"target":429},{"source":246,"target":430},{"source":246,"target":431},{"source":413,"target":233},{"source":413,"target":432},{"source":413,"target":246},{"source":413,"target":397},{"source":432,"target":233},{"source":429,"target":245},{"source":429,"target":433},{"source":429,"target":246},{"source":429,"target":426},{"source":433,"target":245},{"source":430,"target":33},{"source":430,"target":434},{"source":430,"target":246},{"source":434,"target":33},{"source":431,"target":1},{"source":247,"target":202},{"source":247,"target":233},{"source":247,"target":435},{"source":247,"target":436},{"source":435,"target":61},{"source":435,"target":437},{"source":435,"target":247},{"source":435,"target":438},{"source":437,"target":61},{"source":436,"target":233},{"source":248,"target":202},{"source":248,"target":233},{"source":248,"target":406},{"source":248,"target":410},{"source":248,"target":439},{"source":406,"target":233},{"source":406,"target":440},{"source":406,"target":248},{"source":406,"target":394},{"source":440,"target":233},{"source":410,"target":233},{"source":410,"target":441},{"source":410,"target":248},{"source":410,"target":396},{"source":441,"target":233},{"source":439,"target":233},{"source":72,"target":202},{"source":72,"target":1},{"source":72,"target":442},{"source":72,"target":443},{"source":72,"target":444},{"source":442,"target":250},{"source":442,"target":445},{"source":442,"target":72},{"source":442,"target":446},{"source":445,"target":250},{"source":443,"target":249},{"source":443,"target":447},{"source":443,"target":72},{"source":443,"target":448},{"source":447,"target":249},{"source":444,"target":1},{"source":249,"target":202},{"source":249,"target":1},{"source":249,"target":448},{"source":249,"target":401},{"source":249,"target":449},{"source":448,"target":72},{"source":448,"target":450},{"source":448,"target":249},{"source":448,"target":443},{"source":450,"target":72},{"source":401,"target":233},{"source":401,"target":451},{"source":401,"target":249},{"source":401,"target":392},{"source":451,"target":233},{"source":449,"target":1},{"source":250,"target":202},{"source":250,"target":1},{"source":250,"target":446},{"source":250,"target":452},{"source":446,"target":72},{"source":446,"target":453},{"source":446,"target":250},{"source":446,"target":442},{"source":453,"target":72},{"source":452,"target":1},{"source":251,"target":202},{"source":251,"target":250},{"source":251,"target":454},{"source":251,"target":289},{"source":251,"target":408},{"source":251,"target":455},{"source":454,"target":33},{"source":454,"target":456},{"source":454,"target":251},{"source":456,"target":33},{"source":289,"target":50},{"source":289,"target":457},{"source":289,"target":251},{"source":289,"target":264},{"source":457,"target":50},{"source":408,"target":233},{"source":408,"target":458},{"source":408,"target":251},{"source":408,"target":395},{"source":458,"target":233},{"source":455,"target":250},{"source":252,"target":202},{"source":252,"target":250},{"source":252,"target":459},{"source":252,"target":386},{"source":252,"target":404},{"source":252,"target":285},{"source":252,"target":460},{"source":459,"target":33},{"source":459,"target":461},{"source":459,"target":252},{"source":461,"target":33},{"source":386,"target":107},{"source":386,"target":462},{"source":386,"target":252},{"source":386,"target":383},{"source":462,"target":107},{"source":404,"target":233},{"source":404,"target":463},{"source":404,"target":252},{"source":404,"target":393},{"source":463,"target":233},{"source":285,"target":50},{"source":285,"target":464},{"source":285,"target":252},{"source":285,"target":262},{"source":464,"target":50},{"source":460,"target":250},{"source":61,"target":202},{"source":61,"target":1},{"source":61,"target":465},{"source":61,"target":466},{"source":61,"target":438},{"source":61,"target":467},{"source":61,"target":468},{"source":465,"target":33},{"source":465,"target":469},{"source":465,"target":61},{"source":469,"target":33},{"source":466,"target":61},{"source":466,"target":470},{"source":466,"target":61},{"source":466,"target":467},{"source":470,"target":61},{"source":438,"target":247},{"source":438,"target":471},{"source":438,"target":61},{"source":438,"target":435},{"source":471,"target":247},{"source":467,"target":61},{"source":467,"target":472},{"source":467,"target":61},{"source":467,"target":466},{"source":472,"target":61},{"source":468,"target":1},{"source":473,"target":59},{"source":473,"target":305},{"source":473,"target":309},{"source":473,"target":33},{"source":59,"target":473},{"source":305,"target":473},{"source":309,"target":473},{"source":33,"target":473}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Synthesis" nsURI="http://Synthesis.ecore" nsPrefix="syn"> <eClassifiers xsi:type="ecore:EClass" name="SchemaDef" eSuperTypes="#//ModuleDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//ModuleDef" eOpposite="#//ModuleDef/schema"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleDef" eSuperTypes="#//FrameDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moduleLayer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedClasses" upperBound="-1" eType="#//ClassDef" containment="true" eOpposite="#//ClassDef/classInModule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedFunctions" upperBound="-1" eType="#//FunctionDef" eOpposite="#//FunctionDef/functionInModule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedTypes" upperBound="-1" eType="#//TypeDef" containment="true" eOpposite="#//TypeDef/typeInModule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//FrameDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1" eType="#//SchemaDef" eOpposite="#//SchemaDef/modules"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementDef" eSuperTypes="#//ValueDef"> <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="FrameDef" eSuperTypes="#//ElementDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" lowerBound="1" upperBound="-1" eType="#//ClassDef" eOpposite="#//ClassDef/instances"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ParameterDef" eOpposite="#//ParameterDef/parameterOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slots" upperBound="-1" eType="#//SlotDef" eOpposite="#//SlotDef/slotOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metavalueOf" eType="#//ValueDef" eOpposite="#//ValueDef/metavalue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaslotOf" eType="#//SlotDef" eOpposite="#//SlotDef/metaslot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaframe" eType="#//FrameDef" eOpposite="#//FrameDef/metaframeOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaframeOf" lowerBound="1" eType="#//FrameDef" eOpposite="#//FrameDef/metaframe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDef" eSuperTypes="#//FrameDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonobject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeInModule" lowerBound="1" eType="#//ModuleDef" eOpposite="#//ModuleDef/containedTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//ValueDef" eOpposite="#//ValueDef/typeOfValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ADTDef" eSuperTypes="#//TypeDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeDef" eOpposite="#//AttributeDef/attributeOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invariants" upperBound="-1" eType="#//InvariantDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypes" lowerBound="1" upperBound="-1" eType="#//ADTDef" eOpposite="#//ADTDef/supertypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supertypes" upperBound="-1" eType="#//ADTDef" eOpposite="#//ADTDef/subtypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterDef" eSuperTypes="#//ElementDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterOf" lowerBound="1" eType="#//FrameDef" eOpposite="#//FrameDef/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeDef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlotDef" eSuperTypes="#//ElementDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//ValueDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slotOf" lowerBound="1" eType="#//FrameDef" eOpposite="#//FrameDef/slots"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaslot" lowerBound="1" eType="#//FrameDef" eOpposite="#//FrameDef/metaslotOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeDef" eSuperTypes="#//SlotDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//ValueDef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inverseAttribute" eType="#//AttributeDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//ClassDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeOf" lowerBound="1" eType="#//ADTDef" eOpposite="#//ADTDef/attributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassDef" eSuperTypes="#//FrameDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceType" eType="#//TypeDef" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//FrameDef" eOpposite="#//FrameDef/classes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classInModule" lowerBound="1" eType="#//ModuleDef" eOpposite="#//ModuleDef/containedClasses"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" upperBound="-1" eType="#//AttributeDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subclasses" lowerBound="1" upperBound="-1" eType="#//ClassDef" eOpposite="#//ClassDef/superclasses"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superclasses" upperBound="-1" eType="#//ClassDef" eOpposite="#//ClassDef/subclasses"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetaclassDef" eSuperTypes="#//ClassDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="instInstType" eType="#//ADTDef" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalarDef" eSuperTypes="#//TypeDef"/> <eClassifiers xsi:type="ecore:EClass" name="StringDef" eSuperTypes="#//ScalarDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerDef" eSuperTypes="#//ScalarDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="base" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumDef" eSuperTypes="#//ScalarDef"/> <eClassifiers xsi:type="ecore:EClass" name="RealDef" eSuperTypes="#//ScalarDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionDef" eSuperTypes="#//TypeDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="ofType" lowerBound="1" eType="#//TypeDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetDef" eSuperTypes="#//CollectionDef"/> <eClassifiers xsi:type="ecore:EClass" name="InvariantDef" eSuperTypes="#//TypeDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicativeSpec" eType="#//Formulae/Formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDef" eSuperTypes="#//TypeDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionInModule" lowerBound="1" eType="#//ModuleDef" eOpposite="#//ModuleDef/containedFunctions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#//TypeDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selector" eType="#//SelectorDef" eOpposite="#//SelectorDef/selectorOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicativeSpec" eType="#//Formulae/Formula"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//Programs/Program"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectorDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" 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="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectorOf" lowerBound="1" eType="#//FunctionDef" eOpposite="#//FunctionDef/selector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationDef" eSuperTypes="#//ElementDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" upperBound="-1" eType="#//ClassDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="range" upperBound="-1" eType="#//ClassDef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxInverseCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minInverseCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse" eType="#//AssociationDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationMetaclassDef" eSuperTypes="#//MetaclassDef #//AssociationDef"/> <eClassifiers xsi:type="ecore:EClass" name="MetatypeDef" eSuperTypes="#//MetaclassDef"/> <eClassifiers xsi:type="ecore:EClass" name="ValueDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeOfValue" lowerBound="1" eType="#//TypeDef" eOpposite="#//TypeDef/values"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metavalue" lowerBound="1" eType="#//FrameDef" eOpposite="#//FrameDef/metavalueOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValueDef" eSuperTypes="#//ValueDef"> <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="RealValueDef" eSuperTypes="#//ValueDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValueDef" eSuperTypes="#//ValueDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValueDef" eSuperTypes="#//ValueDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetValueDef" eSuperTypes="#//ValueDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//ValueDef"/> </eClassifiers> <eSubpackages name="Programs" nsURI="http://Synthesis.ecore/Programs" nsPrefix="syn-prog"> <eClassifiers xsi:type="ecore:EClass" name="Program"/> <eClassifiers xsi:type="ecore:EClass" name="RuleList" eSuperTypes="#//Programs/Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" lowerBound="1" upperBound="-1" eType="#//Programs/Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Programs/Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="program" lowerBound="1" eType="#//Programs/Program" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgramSequence" eSuperTypes="#//Programs/Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="programs" upperBound="-1" eType="#//Programs/Program" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="head" lowerBound="1" eType="#//Formulae/Atom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Formulae/Formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Formulae/Formula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//Programs/Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterativeRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Formulae/Formula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//Programs/Block" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="Formulae" nsURI="http://Synthesis.ecore/Formulae" nsPrefix="syn-form"> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedFormula" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="1" eType="#//Formulae/Formula"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1" upperBound="-1" eType="#//Formulae/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conjunction" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="2" upperBound="-1" eType="#//Formulae/Formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Negation" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="1" eType="#//Formulae/Formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implication" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="consequent" lowerBound="1" eType="#//Formulae/Formula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="antecedent" lowerBound="1" eType="#//Formulae/Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Disjunction" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="2" upperBound="-1" eType="#//Formulae/Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExsistentiallyQuantifiedFormula" eSuperTypes="#//Formulae/QuantifiedFormula"/> <eClassifiers xsi:type="ecore:EClass" name="UniversallyQuantifiedFormula" eSuperTypes="#//Formulae/QuantifiedFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Formula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringRepr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ElementDef"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionComprehension" eSuperTypes="#//ValueDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" lowerBound="1" upperBound="-1" eType="#//Formulae/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="1" eType="#//Formulae/Formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atom" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1" eType="#//ValueDef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInPredicate" eSuperTypes="#//Formulae/Atom"/> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticPredicate" eSuperTypes="#//Formulae/Atom"/> <eClassifiers xsi:type="ecore:EClass" name="SetPredicate" eSuperTypes="#//Formulae/Atom"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//ElementDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1" eType="#//ValueDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInFunction" eSuperTypes="#//Formulae/FunctionCall"/> <eClassifiers xsi:type="ecore:EClass" name="AccessFunction" eSuperTypes="#//Formulae/FunctionCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//AttributeDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetFunction" eSuperTypes="#//Formulae/AccessFunction"/> <eClassifiers xsi:type="ecore:EClass" name="GetFunction" eSuperTypes="#//Formulae/AccessFunction"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/ACMR/closestDistance/75_Synthesis.ecore
ecore
Synthesis SchemaDef modules ModuleDef moduleLayer containedClasses containedFunctions containedTypes imports schema ElementDef name FrameDef classes parameters slots metavalueOf metaslotOf metaframe metaframeOf TypeDef nonobject typeInModule values ADTDef attributes invariants subtypes supertypes ParameterDef parameterKind parameterOf type position SlotDef values slotOf metaslot AttributeDef cardinality initialValue attributeKind inverseAttribute classes attributeOf type ClassDef instanceType instances classInModule primaryKey subclasses superclasses MetaclassDef instInstType ScalarDef StringDef length IntegerDef base precision scale unsigned EnumDef RealDef precision CollectionDef ofType SetDef InvariantDef specification predicativeSpec FunctionDef specification functionInModule exceptions selector predicativeSpec implementation SelectorDef kind name priority selectorOf AssociationDef domain range maxCard maxInverseCard minCard minInverseCard inverse AssociationMetaclassDef MetatypeDef ValueDef typeOfValue metavalue StringValueDef value RealValueDef value IntegerValueDef value BooleanValueDef value SetValueDef values Programs Program RuleList rules Block program ProgramSequence programs Rule head body ConditionalRule condition block IterativeRule condition block Formulae QuantifiedFormula formula variables Conjunction formula Negation formula Implication consequent antecedent Disjunction formula ExsistentiallyQuantifiedFormula UniversallyQuantifiedFormula Formula stringRepr Variable CollectionComprehension vars formula Atom terms symbol BuiltInPredicate ArithmeticPredicate SetPredicate FunctionCall terms BuiltInFunction AccessFunction attribute SetFunction GetFunction
null
{"directed":true,"nodes":[{"nsPrefix":"syn","nsURI":"http://Synthesis.ecore","name":"Synthesis","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchemaDef","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleDef","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementDef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FrameDef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ADTDef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterDef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotDef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDef","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaclassDef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarDef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringDef","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerDef","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealDef","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionDef","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetDef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvariantDef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectorDef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationDef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationMetaclassDef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetatypeDef","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueDef","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValueDef","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealValueDef","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueDef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValueDef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetValueDef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"nsPrefix":"syn-prog","nsURI":"http://Synthesis.ecore/Programs","name":"Programs","id":31,"eClass":"EPackage"},{"nsPrefix":"syn-form","nsURI":"http://Synthesis.ecore/Formulae","name":"Formulae","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":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","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":"moduleLayer","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":"containedClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedFunctions","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":"containedTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classInModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionInModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"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":"typeInModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"slots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metavalueOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaslotOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaframe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaframeOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"slotOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metavalue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaslot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonobject","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeOfValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"invariants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"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":"subtypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertypes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"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":"parameterKind","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":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":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"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":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeKind","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverseAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":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":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instanceType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"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":"subclasses","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superclasses","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"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instInstType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","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":"scale","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":"unsigned","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"ofType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"predicativeSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"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":"specification","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","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":"selector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicativeSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectorOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"priority","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxCard","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":"maxInverseCard","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":"minCard","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minInverseCard","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"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":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"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":204,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleList","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramSequence","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalRule","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterativeRule","instanceClass":null,"abstract":false,"id":221,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"programs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":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":236,"derived":false},{"container":false,"ordered":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":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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"container":false,"ordered":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":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedFormula","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conjunction","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negation","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implication","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjunction","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExsistentiallyQuantifiedFormula","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniversallyQuantifiedFormula","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionComprehension","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInPredicate","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticPredicate","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetPredicate","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInFunction","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessFunction","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetFunction","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetFunction","instanceClass":null,"abstract":false,"id":260,"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":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":2,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consequent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"antecedent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":2,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringRepr","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"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":"vars","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":1,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"terms","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":2},{"source":1,"target":33},{"source":1,"target":34},{"source":33,"target":2},{"source":33,"target":35},{"source":33,"target":1},{"source":33,"target":36},{"source":35,"target":2},{"source":34,"target":2},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":36},{"source":2,"target":42},{"source":37,"target":43},{"source":37,"target":2},{"source":38,"target":10},{"source":38,"target":44},{"source":38,"target":2},{"source":38,"target":45},{"source":44,"target":10},{"source":39,"target":20},{"source":39,"target":46},{"source":39,"target":2},{"source":39,"target":47},{"source":46,"target":20},{"source":40,"target":5},{"source":40,"target":48},{"source":40,"target":2},{"source":40,"target":49},{"source":48,"target":5},{"source":41,"target":4},{"source":41,"target":50},{"source":41,"target":2},{"source":50,"target":4},{"source":36,"target":1},{"source":36,"target":51},{"source":36,"target":2},{"source":36,"target":33},{"source":51,"target":1},{"source":42,"target":4},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":52},{"source":3,"target":53},{"source":52,"target":54},{"source":52,"target":3},{"source":53,"target":25},{"source":4,"target":0},{"source":4,"target":3},{"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":4,"target":61},{"source":4,"target":62},{"source":55,"target":10},{"source":55,"target":63},{"source":55,"target":4},{"source":55,"target":64},{"source":63,"target":10},{"source":56,"target":7},{"source":56,"target":65},{"source":56,"target":4},{"source":56,"target":66},{"source":65,"target":7},{"source":57,"target":8},{"source":57,"target":67},{"source":57,"target":4},{"source":57,"target":68},{"source":67,"target":8},{"source":58,"target":25},{"source":58,"target":69},{"source":58,"target":4},{"source":58,"target":70},{"source":69,"target":25},{"source":59,"target":8},{"source":59,"target":71},{"source":59,"target":4},{"source":59,"target":72},{"source":71,"target":8},{"source":60,"target":4},{"source":60,"target":73},{"source":60,"target":4},{"source":60,"target":61},{"source":73,"target":4},{"source":61,"target":4},{"source":61,"target":74},{"source":61,"target":4},{"source":61,"target":60},{"source":74,"target":4},{"source":62,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":75},{"source":5,"target":49},{"source":5,"target":76},{"source":5,"target":77},{"source":75,"target":78},{"source":75,"target":5},{"source":49,"target":2},{"source":49,"target":79},{"source":49,"target":5},{"source":49,"target":40},{"source":79,"target":2},{"source":76,"target":25},{"source":76,"target":80},{"source":76,"target":5},{"source":76,"target":81},{"source":80,"target":25},{"source":77,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":82,"target":9},{"source":82,"target":87},{"source":82,"target":6},{"source":82,"target":88},{"source":87,"target":9},{"source":83,"target":19},{"source":83,"target":89},{"source":83,"target":6},{"source":89,"target":19},{"source":84,"target":6},{"source":84,"target":90},{"source":84,"target":6},{"source":84,"target":85},{"source":90,"target":6},{"source":85,"target":6},{"source":85,"target":91},{"source":85,"target":6},{"source":85,"target":84},{"source":91,"target":6},{"source":86,"target":5},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":92},{"source":7,"target":66},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":92,"target":96},{"source":92,"target":7},{"source":66,"target":4},{"source":66,"target":97},{"source":66,"target":7},{"source":66,"target":56},{"source":97,"target":4},{"source":93,"target":5},{"source":93,"target":98},{"source":93,"target":7},{"source":98,"target":5},{"source":94,"target":99},{"source":94,"target":7},{"source":95,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":100},{"source":8,"target":68},{"source":8,"target":72},{"source":8,"target":101},{"source":100,"target":25},{"source":100,"target":102},{"source":100,"target":8},{"source":102,"target":25},{"source":68,"target":4},{"source":68,"target":103},{"source":68,"target":8},{"source":68,"target":57},{"source":103,"target":4},{"source":72,"target":4},{"source":72,"target":104},{"source":72,"target":8},{"source":72,"target":59},{"source":104,"target":4},{"source":101,"target":3},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":88},{"source":9,"target":110},{"source":9,"target":111},{"source":105,"target":112},{"source":105,"target":9},{"source":106,"target":25},{"source":106,"target":113},{"source":106,"target":9},{"source":113,"target":25},{"source":107,"target":114},{"source":107,"target":9},{"source":108,"target":9},{"source":108,"target":115},{"source":108,"target":9},{"source":115,"target":9},{"source":109,"target":10},{"source":109,"target":116},{"source":109,"target":9},{"source":116,"target":10},{"source":88,"target":6},{"source":88,"target":117},{"source":88,"target":9},{"source":88,"target":82},{"source":117,"target":6},{"source":110,"target":5},{"source":110,"target":118},{"source":110,"target":9},{"source":118,"target":5},{"source":111,"target":8},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":119},{"source":10,"target":64},{"source":10,"target":45},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":119,"target":5},{"source":119,"target":124},{"source":119,"target":10},{"source":124,"target":5},{"source":64,"target":4},{"source":64,"target":125},{"source":64,"target":10},{"source":64,"target":55},{"source":125,"target":4},{"source":45,"target":2},{"source":45,"target":126},{"source":45,"target":10},{"source":45,"target":38},{"source":126,"target":2},{"source":120,"target":9},{"source":120,"target":127},{"source":120,"target":10},{"source":127,"target":9},{"source":121,"target":10},{"source":121,"target":128},{"source":121,"target":10},{"source":121,"target":122},{"source":128,"target":10},{"source":122,"target":10},{"source":122,"target":129},{"source":122,"target":10},{"source":122,"target":121},{"source":129,"target":10},{"source":123,"target":4},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":130},{"source":11,"target":131},{"source":130,"target":6},{"source":130,"target":132},{"source":130,"target":11},{"source":132,"target":6},{"source":131,"target":10},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":133},{"source":133,"target":5},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":134},{"source":13,"target":135},{"source":134,"target":136},{"source":134,"target":13},{"source":135,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":14,"target":140},{"source":14,"target":141},{"source":137,"target":142},{"source":137,"target":14},{"source":138,"target":143},{"source":138,"target":14},{"source":139,"target":144},{"source":139,"target":14},{"source":140,"target":145},{"source":140,"target":14},{"source":141,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":146},{"source":146,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":147},{"source":16,"target":148},{"source":147,"target":149},{"source":147,"target":16},{"source":148,"target":12},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":150},{"source":17,"target":151},{"source":150,"target":5},{"source":150,"target":152},{"source":150,"target":17},{"source":152,"target":5},{"source":151,"target":5},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":153},{"source":153,"target":17},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":154},{"source":19,"target":155},{"source":19,"target":156},{"source":154,"target":157},{"source":154,"target":19},{"source":155,"target":158},{"source":155,"target":159},{"source":155,"target":19},{"source":159,"target":158},{"source":156,"target":5},{"source":20,"target":0},{"source":20,"target":5},{"source":20,"target":160},{"source":20,"target":47},{"source":20,"target":161},{"source":20,"target":162},{"source":20,"target":163},{"source":20,"target":164},{"source":20,"target":165},{"source":160,"target":166},{"source":160,"target":20},{"source":47,"target":2},{"source":47,"target":167},{"source":47,"target":20},{"source":47,"target":39},{"source":167,"target":2},{"source":161,"target":5},{"source":161,"target":168},{"source":161,"target":20},{"source":168,"target":5},{"source":162,"target":21},{"source":162,"target":169},{"source":162,"target":20},{"source":162,"target":170},{"source":169,"target":21},{"source":163,"target":158},{"source":163,"target":171},{"source":163,"target":20},{"source":171,"target":158},{"source":164,"target":172},{"source":164,"target":173},{"source":164,"target":20},{"source":173,"target":172},{"source":165,"target":5},{"source":21,"target":0},{"source":21,"target":174},{"source":21,"target":175},{"source":21,"target":176},{"source":21,"target":170},{"source":174,"target":177},{"source":174,"target":21},{"source":175,"target":178},{"source":175,"target":21},{"source":176,"target":179},{"source":176,"target":21},{"source":170,"target":20},{"source":170,"target":180},{"source":170,"target":21},{"source":170,"target":162},{"source":180,"target":20},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":181},{"source":22,"target":182},{"source":22,"target":183},{"source":22,"target":184},{"source":22,"target":185},{"source":22,"target":186},{"source":22,"target":187},{"source":22,"target":188},{"source":181,"target":10},{"source":181,"target":189},{"source":181,"target":22},{"source":189,"target":10},{"source":182,"target":10},{"source":182,"target":190},{"source":182,"target":22},{"source":190,"target":10},{"source":183,"target":191},{"source":183,"target":22},{"source":184,"target":192},{"source":184,"target":22},{"source":185,"target":193},{"source":185,"target":22},{"source":186,"target":194},{"source":186,"target":22},{"source":187,"target":22},{"source":187,"target":195},{"source":187,"target":22},{"source":195,"target":22},{"source":188,"target":3},{"source":23,"target":0},{"source":23,"target":11},{"source":23,"target":22},{"source":23,"target":196},{"source":23,"target":197},{"source":196,"target":11},{"source":197,"target":22},{"source":24,"target":0},{"source":24,"target":11},{"source":24,"target":198},{"source":198,"target":11},{"source":25,"target":0},{"source":25,"target":81},{"source":25,"target":70},{"source":81,"target":5},{"source":81,"target":199},{"source":81,"target":25},{"source":81,"target":76},{"source":199,"target":5},{"source":70,"target":4},{"source":70,"target":200},{"source":70,"target":25},{"source":70,"target":58},{"source":200,"target":4},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":201},{"source":26,"target":202},{"source":201,"target":203},{"source":201,"target":26},{"source":202,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":204},{"source":27,"target":205},{"source":204,"target":206},{"source":204,"target":27},{"source":205,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":207},{"source":28,"target":208},{"source":207,"target":209},{"source":207,"target":28},{"source":208,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":210},{"source":29,"target":211},{"source":210,"target":212},{"source":210,"target":29},{"source":211,"target":25},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":213},{"source":30,"target":214},{"source":213,"target":25},{"source":213,"target":215},{"source":213,"target":30},{"source":215,"target":25},{"source":214,"target":25},{"source":31,"target":172},{"source":31,"target":216},{"source":31,"target":217},{"source":31,"target":218},{"source":31,"target":219},{"source":31,"target":220},{"source":31,"target":221},{"source":31,"target":0},{"source":172,"target":31},{"source":216,"target":31},{"source":216,"target":172},{"source":216,"target":222},{"source":216,"target":223},{"source":222,"target":219},{"source":222,"target":224},{"source":222,"target":216},{"source":224,"target":219},{"source":223,"target":172},{"source":217,"target":31},{"source":217,"target":172},{"source":217,"target":225},{"source":217,"target":226},{"source":225,"target":172},{"source":225,"target":227},{"source":225,"target":217},{"source":227,"target":172},{"source":226,"target":172},{"source":218,"target":31},{"source":218,"target":172},{"source":218,"target":228},{"source":218,"target":229},{"source":228,"target":172},{"source":228,"target":230},{"source":228,"target":218},{"source":230,"target":172},{"source":229,"target":172},{"source":219,"target":31},{"source":219,"target":231},{"source":219,"target":232},{"source":231,"target":233},{"source":231,"target":234},{"source":231,"target":219},{"source":234,"target":233},{"source":232,"target":158},{"source":232,"target":235},{"source":232,"target":219},{"source":235,"target":158},{"source":220,"target":31},{"source":220,"target":236},{"source":220,"target":237},{"source":236,"target":158},{"source":236,"target":238},{"source":236,"target":220},{"source":238,"target":158},{"source":237,"target":217},{"source":237,"target":239},{"source":237,"target":220},{"source":239,"target":217},{"source":221,"target":31},{"source":221,"target":240},{"source":221,"target":241},{"source":240,"target":158},{"source":240,"target":242},{"source":240,"target":221},{"source":242,"target":158},{"source":241,"target":217},{"source":241,"target":243},{"source":241,"target":221},{"source":243,"target":217},{"source":32,"target":244},{"source":32,"target":245},{"source":32,"target":246},{"source":32,"target":247},{"source":32,"target":248},{"source":32,"target":249},{"source":32,"target":250},{"source":32,"target":158},{"source":32,"target":251},{"source":32,"target":252},{"source":32,"target":233},{"source":32,"target":253},{"source":32,"target":254},{"source":32,"target":255},{"source":32,"target":256},{"source":32,"target":257},{"source":32,"target":258},{"source":32,"target":259},{"source":32,"target":260},{"source":32,"target":0},{"source":244,"target":32},{"source":244,"target":158},{"source":244,"target":261},{"source":244,"target":262},{"source":244,"target":263},{"source":261,"target":158},{"source":261,"target":264},{"source":261,"target":244},{"source":264,"target":158},{"source":262,"target":251},{"source":262,"target":265},{"source":262,"target":244},{"source":265,"target":251},{"source":263,"target":158},{"source":245,"target":32},{"source":245,"target":158},{"source":245,"target":266},{"source":245,"target":267},{"source":266,"target":158},{"source":266,"target":268},{"source":266,"target":245},{"source":268,"target":158},{"source":267,"target":158},{"source":246,"target":32},{"source":246,"target":158},{"source":246,"target":269},{"source":246,"target":270},{"source":269,"target":158},{"source":269,"target":271},{"source":269,"target":246},{"source":271,"target":158},{"source":270,"target":158},{"source":247,"target":32},{"source":247,"target":158},{"source":247,"target":272},{"source":247,"target":273},{"source":247,"target":274},{"source":272,"target":158},{"source":272,"target":275},{"source":272,"target":247},{"source":275,"target":158},{"source":273,"target":158},{"source":273,"target":276},{"source":273,"target":247},{"source":276,"target":158},{"source":274,"target":158},{"source":248,"target":32},{"source":248,"target":158},{"source":248,"target":277},{"source":248,"target":278},{"source":277,"target":158},{"source":277,"target":279},{"source":277,"target":248},{"source":279,"target":158},{"source":278,"target":158},{"source":249,"target":32},{"source":249,"target":244},{"source":249,"target":280},{"source":280,"target":244},{"source":250,"target":32},{"source":250,"target":244},{"source":250,"target":281},{"source":281,"target":244},{"source":158,"target":32},{"source":158,"target":282},{"source":282,"target":283},{"source":282,"target":158},{"source":251,"target":32},{"source":251,"target":3},{"source":251,"target":284},{"source":284,"target":3},{"source":252,"target":32},{"source":252,"target":25},{"source":252,"target":285},{"source":252,"target":286},{"source":252,"target":287},{"source":285,"target":251},{"source":285,"target":288},{"source":285,"target":252},{"source":288,"target":251},{"source":286,"target":158},{"source":286,"target":289},{"source":286,"target":252},{"source":289,"target":158},{"source":287,"target":25},{"source":233,"target":32},{"source":233,"target":158},{"source":233,"target":290},{"source":233,"target":291},{"source":233,"target":292},{"source":290,"target":25},{"source":290,"target":293},{"source":290,"target":233},{"source":293,"target":25},{"source":291,"target":294},{"source":291,"target":233},{"source":292,"target":158},{"source":253,"target":32},{"source":253,"target":233},{"source":253,"target":295},{"source":295,"target":233},{"source":254,"target":32},{"source":254,"target":233},{"source":254,"target":296},{"source":296,"target":233},{"source":255,"target":32},{"source":255,"target":233},{"source":255,"target":297},{"source":297,"target":233},{"source":256,"target":32},{"source":256,"target":3},{"source":256,"target":298},{"source":256,"target":299},{"source":298,"target":25},{"source":298,"target":300},{"source":298,"target":256},{"source":300,"target":25},{"source":299,"target":3},{"source":257,"target":32},{"source":257,"target":256},{"source":257,"target":301},{"source":301,"target":256},{"source":258,"target":32},{"source":258,"target":256},{"source":258,"target":302},{"source":258,"target":303},{"source":302,"target":9},{"source":302,"target":304},{"source":302,"target":258},{"source":304,"target":9},{"source":303,"target":256},{"source":259,"target":32},{"source":259,"target":258},{"source":259,"target":305},{"source":305,"target":258},{"source":260,"target":32},{"source":260,"target":258},{"source":260,"target":306},{"source":306,"target":258}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cssDsl" nsURI="http://www.bestsolution.at/efxclipse/tooling/css/CssDsl" nsPrefix="cssDsl"> <eClassifiers xsi:type="ecore:EClass" name="stylesheet"> <eStructuralFeatures xsi:type="ecore:EReference" name="charset" eType="#//charset" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//importExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ruleset" upperBound="-1" eType="#//ruleset" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="media" upperBound="-1" eType="#//media" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="page" upperBound="-1" eType="#//page" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="charset"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="importExpression"> <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="page"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pseudoPage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//css_declaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="media"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="medialist" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rulesets" upperBound="-1" eType="#//ruleset" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ruleset"> <eStructuralFeatures xsi:type="ecore:EReference" name="selectors" upperBound="-1" eType="#//selector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//css_declaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="selector"> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleselectors" upperBound="-1" eType="#//simple_selector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="combinator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selector" eType="#//selector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleSelectorForNegation"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//ElementSelector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="universal" eType="#//UniversalSelector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subSelectors" upperBound="-1" eType="#//CssSelector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CssSelector"/> <eClassifiers xsi:type="ecore:EClass" name="simple_selector"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//ElementSelector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="universal" eType="#//UniversalSelector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subSelectors" upperBound="-1" eType="#//CssSelector" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassSelector" eSuperTypes="#//CssSelector"> <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="ElementSelector"> <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="UniversalSelector"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdSelector" eSuperTypes="#//CssSelector"> <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="css_declaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//css_property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueTokens" upperBound="-1" eType="#//CssTok" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="important" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="css_property"> <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="PseudoClassOrFunc" eSuperTypes="#//CssSelector"/> <eClassifiers xsi:type="ecore:EClass" name="PseudoClass" eSuperTypes="#//CssSelector #//PseudoClassOrFunc"/> <eClassifiers xsi:type="ecore:EClass" name="PseudoClassName" eSuperTypes="#//PseudoClass"> <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="PseudoClassFunction" eSuperTypes="#//PseudoClassOrFunc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paramSelector" eType="#//SimpleSelectorForNegation" 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="params" upperBound="-1" eType="#//CssTok" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CssTok"/> <eClassifiers xsi:type="ecore:EClass" name="URLType" eSuperTypes="#//importExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mediaList" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeSelector" eSuperTypes="#//CssSelector"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolTok" eSuperTypes="#//CssTok"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WSTok" eSuperTypes="#//CssTok"/> <eClassifiers xsi:type="ecore:EClass" name="StringTok" eSuperTypes="#//CssTok"> <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="NumberTok" eSuperTypes="#//CssTok"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UrlTok" eSuperTypes="#//CssTok"> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//URLType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColorTok" eSuperTypes="#//CssTok"> <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="IdentifierTok" eSuperTypes="#//CssTok"> <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="FuncTok" eSuperTypes="#//CssTok"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//IdentifierTok" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//CssTok" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/CssDsl.ecore
ecore
cssDsl stylesheet charset imports ruleset media page charset charset importExpression value page pseudoPage declarations media medialist rulesets ruleset selectors declarations selector simpleselectors combinator selector SimpleSelectorForNegation element universal subSelectors CssSelector simple_selector element universal subSelectors ClassSelector name ElementSelector name UniversalSelector namespace IdSelector name css_declaration property valueTokens important css_property name PseudoClassOrFunc PseudoClass PseudoClassName name PseudoClassFunction not paramSelector name params CssTok URLType mediaList url AttributeSelector name op value SymbolTok symbol WSTok StringTok value NumberTok val UrlTok url ColorTok value IdentifierTok name FuncTok name params
null
{"directed":true,"nodes":[{"nsPrefix":"cssDsl","nsURI":"http://www.bestsolution.at/efxclipse/tooling/css/CssDsl","name":"cssDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"stylesheet","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"charset","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"importExpression","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"page","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"media","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ruleset","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"selector","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSelectorForNegation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CssSelector","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"simple_selector","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassSelector","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementSelector","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniversalSelector","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdSelector","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"css_declaration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"css_property","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PseudoClassOrFunc","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PseudoClass","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PseudoClassName","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PseudoClassFunction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CssTok","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URLType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeSelector","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolTok","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WSTok","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringTok","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberTok","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UrlTok","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorTok","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierTok","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncTok","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":"charset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ruleset","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":"media","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":"page","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charset","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pseudoPage","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":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"medialist","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rulesets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simpleselectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"combinator","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"universal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSelectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"universal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSelectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespace","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"important","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"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},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"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":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":"paramSelector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mediaList","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"url","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":"val","changeable":true,"lowerBound":0,"iD":false,"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":"url","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"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":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":32,"target":2},{"source":32,"target":37},{"source":32,"target":1},{"source":37,"target":2},{"source":33,"target":3},{"source":33,"target":38},{"source":33,"target":1},{"source":38,"target":3},{"source":34,"target":6},{"source":34,"target":39},{"source":34,"target":1},{"source":39,"target":6},{"source":35,"target":5},{"source":35,"target":40},{"source":35,"target":1},{"source":40,"target":5},{"source":36,"target":4},{"source":36,"target":41},{"source":36,"target":1},{"source":41,"target":4},{"source":2,"target":0},{"source":2,"target":42},{"source":42,"target":43},{"source":42,"target":2},{"source":3,"target":0},{"source":3,"target":44},{"source":44,"target":45},{"source":44,"target":3},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":47},{"source":46,"target":48},{"source":46,"target":4},{"source":47,"target":15},{"source":47,"target":49},{"source":47,"target":4},{"source":49,"target":15},{"source":5,"target":0},{"source":5,"target":50},{"source":5,"target":51},{"source":50,"target":52},{"source":50,"target":5},{"source":51,"target":6},{"source":51,"target":53},{"source":51,"target":5},{"source":53,"target":6},{"source":6,"target":0},{"source":6,"target":54},{"source":6,"target":55},{"source":54,"target":7},{"source":54,"target":56},{"source":54,"target":6},{"source":56,"target":7},{"source":55,"target":15},{"source":55,"target":57},{"source":55,"target":6},{"source":57,"target":15},{"source":7,"target":0},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":58,"target":10},{"source":58,"target":61},{"source":58,"target":7},{"source":61,"target":10},{"source":59,"target":62},{"source":59,"target":7},{"source":60,"target":7},{"source":60,"target":63},{"source":60,"target":7},{"source":63,"target":7},{"source":8,"target":0},{"source":8,"target":64},{"source":8,"target":65},{"source":8,"target":66},{"source":64,"target":12},{"source":64,"target":67},{"source":64,"target":8},{"source":67,"target":12},{"source":65,"target":13},{"source":65,"target":68},{"source":65,"target":8},{"source":68,"target":13},{"source":66,"target":9},{"source":66,"target":69},{"source":66,"target":8},{"source":69,"target":9},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":70,"target":12},{"source":70,"target":73},{"source":70,"target":10},{"source":73,"target":12},{"source":71,"target":13},{"source":71,"target":74},{"source":71,"target":10},{"source":74,"target":13},{"source":72,"target":9},{"source":72,"target":75},{"source":72,"target":10},{"source":75,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":76},{"source":11,"target":77},{"source":76,"target":78},{"source":76,"target":11},{"source":77,"target":9},{"source":12,"target":0},{"source":12,"target":79},{"source":79,"target":80},{"source":79,"target":12},{"source":13,"target":0},{"source":13,"target":81},{"source":81,"target":82},{"source":81,"target":13},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":83},{"source":14,"target":84},{"source":83,"target":85},{"source":83,"target":14},{"source":84,"target":9},{"source":15,"target":0},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":86,"target":16},{"source":86,"target":89},{"source":86,"target":15},{"source":89,"target":16},{"source":87,"target":21},{"source":87,"target":90},{"source":87,"target":15},{"source":90,"target":21},{"source":88,"target":91},{"source":88,"target":15},{"source":16,"target":0},{"source":16,"target":92},{"source":92,"target":93},{"source":92,"target":16},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":94},{"source":94,"target":9},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":17},{"source":18,"target":95},{"source":18,"target":96},{"source":95,"target":9},{"source":96,"target":17},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":97},{"source":19,"target":98},{"source":97,"target":99},{"source":97,"target":19},{"source":98,"target":18},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":100},{"source":20,"target":101},{"source":20,"target":102},{"source":20,"target":103},{"source":20,"target":104},{"source":100,"target":105},{"source":100,"target":20},{"source":101,"target":8},{"source":101,"target":106},{"source":101,"target":20},{"source":106,"target":8},{"source":102,"target":107},{"source":102,"target":20},{"source":103,"target":21},{"source":103,"target":108},{"source":103,"target":20},{"source":108,"target":21},{"source":104,"target":17},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":109},{"source":22,"target":110},{"source":22,"target":111},{"source":109,"target":112},{"source":109,"target":22},{"source":110,"target":113},{"source":110,"target":22},{"source":111,"target":3},{"source":23,"target":0},{"source":23,"target":9},{"source":23,"target":114},{"source":23,"target":115},{"source":23,"target":116},{"source":23,"target":117},{"source":114,"target":118},{"source":114,"target":23},{"source":115,"target":119},{"source":115,"target":23},{"source":116,"target":120},{"source":116,"target":23},{"source":117,"target":9},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":121},{"source":24,"target":122},{"source":121,"target":123},{"source":121,"target":24},{"source":122,"target":21},{"source":25,"target":0},{"source":25,"target":21},{"source":25,"target":124},{"source":124,"target":21},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":125},{"source":26,"target":126},{"source":125,"target":127},{"source":125,"target":26},{"source":126,"target":21},{"source":27,"target":0},{"source":27,"target":21},{"source":27,"target":128},{"source":27,"target":129},{"source":128,"target":130},{"source":128,"target":27},{"source":129,"target":21},{"source":28,"target":0},{"source":28,"target":21},{"source":28,"target":131},{"source":28,"target":132},{"source":131,"target":22},{"source":131,"target":133},{"source":131,"target":28},{"source":133,"target":22},{"source":132,"target":21},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":134},{"source":29,"target":135},{"source":134,"target":136},{"source":134,"target":29},{"source":135,"target":21},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":137},{"source":30,"target":138},{"source":137,"target":139},{"source":137,"target":30},{"source":138,"target":21},{"source":31,"target":0},{"source":31,"target":21},{"source":31,"target":140},{"source":31,"target":141},{"source":31,"target":142},{"source":140,"target":30},{"source":140,"target":143},{"source":140,"target":31},{"source":143,"target":30},{"source":141,"target":21},{"source":141,"target":144},{"source":141,"target":31},{"source":144,"target":21},{"source":142,"target":21}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="constraints" nsURI="http://www.eclipse.org/papyrus/constraints/0.9" nsPrefix="constraints"> <eClassifiers xsi:type="ecore:EClass" name="DisplayUnit" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//ConstraintDescriptor" containment="true" eOpposite="#//ConstraintDescriptor/display"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementMultiplicity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintDescriptor" 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="display" eType="#//DisplayUnit" eOpposite="#//DisplayUnit/constraints"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="overrideable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="overriddenConstraints" upperBound="-1" eType="#//SimpleConstraint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleConstraint" eSuperTypes="#//ConstraintDescriptor"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraintType" lowerBound="1" eType="#//environment/ConstraintType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//ConfigProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeConstraint" eSuperTypes="#//ConstraintDescriptor"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//SimpleConstraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigProperty" 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="ValueProperty" eSuperTypes="#//ConfigProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceProperty" eSuperTypes="#//ConfigProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eSubpackages name="environment" nsURI="http://www.eclipse.org/papyrus/constraints/environment/0.9" nsPrefix="environment"> <eClassifiers xsi:type="ecore:EClass" name="ConstraintEnvironment"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraintTypes" upperBound="-1" eType="#//environment/ConstraintType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraintClass" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/go2zo/flaming-bear/org.eclipse.papyrus.infra.constraints/Model/Constraints.ecore
ecore
constraints DisplayUnit constraints elementMultiplicity 1 ConstraintDescriptor name display overrideable true overriddenConstraints SimpleConstraint constraintType properties CompositeConstraint constraints ConfigProperty name ValueProperty value ReferenceProperty value environment ConstraintEnvironment constraintTypes ConstraintType label constraintClass
null
{"directed":true,"nodes":[{"nsPrefix":"constraints","nsURI":"http://www.eclipse.org/papyrus/constraints/0.9","name":"constraints","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DisplayUnit","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintDescriptor","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleConstraint","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeConstraint","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigProperty","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueProperty","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceProperty","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"nsPrefix":"environment","nsURI":"http://www.eclipse.org/papyrus/constraints/environment/0.9","name":"environment","id":8,"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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"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":"elementMultiplicity","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"display","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"overrideable","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overriddenConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constraintType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"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":"constraints","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"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":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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintEnvironment","instanceClass":null,"abstract":false,"id":38,"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":"constraintTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"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":"label","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraintClass","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"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":9},{"source":1,"target":10},{"source":9,"target":2},{"source":9,"target":11},{"source":9,"target":1},{"source":9,"target":12},{"source":11,"target":2},{"source":10,"target":13},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":12},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":17},{"source":14,"target":2},{"source":12,"target":1},{"source":12,"target":18},{"source":12,"target":2},{"source":12,"target":9},{"source":18,"target":1},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":21,"target":24},{"source":21,"target":25},{"source":21,"target":3},{"source":25,"target":24},{"source":22,"target":5},{"source":22,"target":26},{"source":22,"target":3},{"source":26,"target":5},{"source":23,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":27},{"source":4,"target":28},{"source":27,"target":3},{"source":27,"target":29},{"source":27,"target":4},{"source":29,"target":3},{"source":28,"target":2},{"source":5,"target":0},{"source":5,"target":30},{"source":30,"target":31},{"source":30,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":32},{"source":6,"target":33},{"source":32,"target":34},{"source":32,"target":6},{"source":33,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":35},{"source":7,"target":36},{"source":35,"target":37},{"source":35,"target":7},{"source":36,"target":5},{"source":8,"target":38},{"source":8,"target":24},{"source":8,"target":0},{"source":38,"target":8},{"source":38,"target":39},{"source":39,"target":24},{"source":39,"target":40},{"source":39,"target":38},{"source":40,"target":24},{"source":24,"target":8},{"source":24,"target":41},{"source":24,"target":42},{"source":41,"target":43},{"source":41,"target":24},{"source":42,"target":44},{"source":42,"target":24}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmlns: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:version="2.0" name="mappingmodel" nsURI="http://www.tu-dresden.de/ocl20/pivot/2009/mappingmodel" nsPrefix="mapping"> <eClassifiers xsi:type="ecore:EClass" name="IMappedModel" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="IMappedClass" interface="true"> <eOperations name="isAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="attrName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="isAssociationEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="assEndName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getClassGuide" eType="#//Guide"/> <eOperations name="getAssociationEndGuide" eType="#//Guide"> <eParameters name="assEndName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getAttributeGuide" eType="#//Guide"> <eParameters name="attrName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Steps"/> <eClassifiers xsi:type="ecore:EClass" name="Guide"> <eOperations name="add"> <eParameters name="select" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="where" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="Guide"> <eParameters name="navigation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="Guide"> <eParameters name="navigation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eParameters name="contextAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getFrom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getWhere" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getSelect" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="next"/> <eOperations name="numberOfStrings" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="reset"/> <eOperations name="hasNext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contextAlias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" ordered="false" eType="#//Steps"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pointer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eSubpackages name="impl" nsURI="http://www.tu-dresden.de/ocl20/pivot/2009/mappingmodel/impl" nsPrefix="impl"> <eClassifiers xsi:type="ecore:EClass" name="MappedClassImpl" eSuperTypes="#//IMappedClass"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/dresden-ocl/dresdenocl/plugins/org.dresdenocl.tools.codegen.declarativ/resources/model/MappingModel.ecore
ecore
mappingmodel IMappedModel IMappedClass isAttribute attrName isAssociationEnd assEndName getClassGuide getAssociationEndGuide assEndName getAttributeGuide attrName getName Steps Guide add select from where Guide navigation Guide navigation contextAlias getFrom getWhere getSelect next numberOfStrings reset hasNext contextAlias steps pointer isNavigation impl MappedClassImpl
null
{"directed":true,"nodes":[{"nsPrefix":"mapping","nsURI":"http://www.tu-dresden.de/ocl20/pivot/2009/mappingmodel","name":"mappingmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMappedModel","instanceClass":null,"abstract":false,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMappedClass","instanceClass":null,"abstract":false,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Steps","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guide","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"nsPrefix":"impl","nsURI":"http://www.tu-dresden.de/ocl20/pivot/2009/mappingmodel/impl","name":"impl","id":5,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAttribute","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAssociationEnd","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassGuide","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAssociationEndGuide","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttributeGuide","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":11,"many":false,"required":false,"eClass":"EOperation"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"attrName","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"assEndName","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EParameter"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"assEndName","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EParameter"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"attrName","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EParameter"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Guide","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Guide","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFrom","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getWhere","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSelect","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"next","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"numberOfStrings","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reset","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasNext","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextAlias","changeable":true,"lowerBound":0,"iD":false,"id":36,"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":"steps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"lowerBound":0,"iD":false,"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":"isNavigation","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"select","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"from","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"where","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"navigation","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EParameter"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"navigation","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextAlias","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappedClassImpl","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":6,"target":12},{"source":6,"target":2},{"source":6,"target":13},{"source":13,"target":14},{"source":13,"target":6},{"source":7,"target":15},{"source":7,"target":2},{"source":7,"target":16},{"source":16,"target":17},{"source":16,"target":7},{"source":8,"target":4},{"source":8,"target":18},{"source":8,"target":2},{"source":18,"target":4},{"source":9,"target":4},{"source":9,"target":19},{"source":9,"target":2},{"source":9,"target":20},{"source":19,"target":4},{"source":20,"target":21},{"source":20,"target":9},{"source":10,"target":4},{"source":10,"target":22},{"source":10,"target":2},{"source":10,"target":23},{"source":22,"target":4},{"source":23,"target":24},{"source":23,"target":10},{"source":11,"target":25},{"source":11,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":26,"target":4},{"source":26,"target":40},{"source":26,"target":41},{"source":26,"target":42},{"source":40,"target":43},{"source":40,"target":26},{"source":41,"target":44},{"source":41,"target":26},{"source":42,"target":45},{"source":42,"target":26},{"source":27,"target":4},{"source":27,"target":46},{"source":46,"target":47},{"source":46,"target":27},{"source":28,"target":4},{"source":28,"target":48},{"source":28,"target":49},{"source":48,"target":50},{"source":48,"target":28},{"source":49,"target":51},{"source":49,"target":28},{"source":29,"target":52},{"source":29,"target":4},{"source":30,"target":53},{"source":30,"target":4},{"source":31,"target":54},{"source":31,"target":4},{"source":32,"target":4},{"source":33,"target":55},{"source":33,"target":4},{"source":34,"target":4},{"source":35,"target":56},{"source":35,"target":4},{"source":36,"target":57},{"source":36,"target":4},{"source":37,"target":3},{"source":37,"target":58},{"source":37,"target":4},{"source":58,"target":3},{"source":38,"target":59},{"source":38,"target":4},{"source":39,"target":60},{"source":39,"target":4},{"source":5,"target":61},{"source":5,"target":0},{"source":61,"target":5},{"source":61,"target":2},{"source":61,"target":62},{"source":62,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="standard" nsURI="http://www.eclipse.org/uml2/schemas/Standard/1" nsPrefix="Standard"> <eClassifiers xsi:type="ecore:EClass" name="Auxiliary"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuildComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Create"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_BehavioralFeature" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//BehavioralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Derive"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Abstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Destroy"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_BehavioralFeature" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//BehavioralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Focus"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Framework"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implement"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplementationClass"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instantiate"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metaclass"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelLibrary"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Package" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Refine"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Abstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Responsibility"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Script"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Send"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Usage" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Usage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trace"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Abstraction" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Abstraction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Utility"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Document"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Executable"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="File"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Process"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Realization"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Artifact" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Artifact"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Specification"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Classifier" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subsystem"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Component" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metamodel"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Model" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="base_Model" ordered="false" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Model"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/go2zo/nuclear-bomb/org.eclipse.papyrus.uml.standard/model/Standard.ecore
ecore
standard Auxiliary base_Class BuildComponent base_Component Create base_BehavioralFeature base_Usage Call base_Usage Derive base_Abstraction Destroy base_BehavioralFeature Focus base_Class Framework base_Package Implement base_Component ImplementationClass base_Class Instantiate base_Usage Metaclass base_Class ModelLibrary base_Package Refine base_Abstraction Responsibility base_Usage Script base_Artifact Send base_Usage Trace base_Abstraction Type base_Class Utility base_Class Document base_Artifact Entity base_Component Executable base_Artifact File base_Artifact Library base_Artifact Process base_Component Realization base_Classifier Service base_Component Source base_Artifact Specification base_Classifier Subsystem base_Component Metamodel base_Model SystemModel base_Model
null
{"directed":true,"nodes":[{"nsPrefix":"Standard","nsURI":"http://www.eclipse.org/uml2/schemas/Standard/1","name":"standard","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Auxiliary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuildComponent","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Derive","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Destroy","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Focus","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Framework","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationClass","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiate","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLibrary","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refine","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Responsibility","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Send","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","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,"defaultValue":null,"instanceClassName":null,"name":"Utility","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsystem","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemModel","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_BehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"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":"base_Usage","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":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_BehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Usage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Abstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Class","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Artifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Classifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base_Model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":34,"target":35},{"source":34,"target":1},{"source":2,"target":0},{"source":2,"target":36},{"source":36,"target":37},{"source":36,"target":2},{"source":3,"target":0},{"source":3,"target":38},{"source":3,"target":39},{"source":38,"target":40},{"source":38,"target":3},{"source":39,"target":41},{"source":39,"target":3},{"source":4,"target":0},{"source":4,"target":42},{"source":42,"target":43},{"source":42,"target":4},{"source":5,"target":0},{"source":5,"target":44},{"source":44,"target":45},{"source":44,"target":5},{"source":6,"target":0},{"source":6,"target":46},{"source":46,"target":47},{"source":46,"target":6},{"source":7,"target":0},{"source":7,"target":48},{"source":48,"target":49},{"source":48,"target":7},{"source":8,"target":0},{"source":8,"target":50},{"source":50,"target":51},{"source":50,"target":8},{"source":9,"target":0},{"source":9,"target":52},{"source":52,"target":53},{"source":52,"target":9},{"source":10,"target":0},{"source":10,"target":54},{"source":54,"target":55},{"source":54,"target":10},{"source":11,"target":0},{"source":11,"target":56},{"source":56,"target":57},{"source":56,"target":11},{"source":12,"target":0},{"source":12,"target":58},{"source":58,"target":59},{"source":58,"target":12},{"source":13,"target":0},{"source":13,"target":60},{"source":60,"target":61},{"source":60,"target":13},{"source":14,"target":0},{"source":14,"target":62},{"source":62,"target":63},{"source":62,"target":14},{"source":15,"target":0},{"source":15,"target":64},{"source":64,"target":65},{"source":64,"target":15},{"source":16,"target":0},{"source":16,"target":66},{"source":66,"target":67},{"source":66,"target":16},{"source":17,"target":0},{"source":17,"target":68},{"source":68,"target":69},{"source":68,"target":17},{"source":18,"target":0},{"source":18,"target":70},{"source":70,"target":71},{"source":70,"target":18},{"source":19,"target":0},{"source":19,"target":72},{"source":72,"target":73},{"source":72,"target":19},{"source":20,"target":0},{"source":20,"target":74},{"source":74,"target":75},{"source":74,"target":20},{"source":21,"target":0},{"source":21,"target":76},{"source":76,"target":77},{"source":76,"target":21},{"source":22,"target":0},{"source":22,"target":78},{"source":78,"target":79},{"source":78,"target":22},{"source":23,"target":0},{"source":23,"target":80},{"source":80,"target":81},{"source":80,"target":23},{"source":24,"target":0},{"source":24,"target":82},{"source":82,"target":83},{"source":82,"target":24},{"source":25,"target":0},{"source":25,"target":84},{"source":84,"target":85},{"source":84,"target":25},{"source":26,"target":0},{"source":26,"target":86},{"source":86,"target":87},{"source":86,"target":26},{"source":27,"target":0},{"source":27,"target":88},{"source":88,"target":89},{"source":88,"target":27},{"source":28,"target":0},{"source":28,"target":90},{"source":90,"target":91},{"source":90,"target":28},{"source":29,"target":0},{"source":29,"target":92},{"source":92,"target":93},{"source":92,"target":29},{"source":30,"target":0},{"source":30,"target":94},{"source":94,"target":95},{"source":94,"target":30},{"source":31,"target":0},{"source":31,"target":96},{"source":96,"target":97},{"source":96,"target":31},{"source":32,"target":0},{"source":32,"target":98},{"source":98,"target":99},{"source":98,"target":32},{"source":33,"target":0},{"source":33,"target":100},{"source":100,"target":101},{"source":100,"target":33}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="stl" nsURI="http://www.example.org/stl" nsPrefix="stl"> <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="ProductionLine"> <eStructuralFeatures xsi:type="ecore:EReference" name="areas" upperBound="-1" eType="#//Area" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemtype" upperBound="-1" eType="#//ItemType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemType" eSuperTypes="#//NamedElement"> <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="Area" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connector" upperBound="-1" eType="#//Connector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" upperBound="-1" eType="#//Service" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namedparameter" upperBound="-1" eType="#//NamedParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" upperBound="-1" eType="#//Slot" 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="Component" abstract="true" eSuperTypes="#//NamedElement #//Costs"> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//Service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" lowerBound="1" upperBound="-1" eType="#//Slot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connector"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SameItemTypesConnectedSlots SameAreaConnector"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="SameItemTypesConnectedSlots" value="self.sourceComponent.itemtype = self.targetComponent.itemtype"/> <details key="SameAreaConnector" value="self.Area = self.sourceComponent.Area"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="targetComponent" lowerBound="1" eType="#//Slot" eOpposite="#//Slot/incomingConnetor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceComponent" lowerBound="1" eType="#//Slot" eOpposite="#//Slot/outgoingConnector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//NamedElement #//Costs"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reliability" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processingTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namedparameter" eType="#//NamedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conveyor" eSuperTypes="#//Component"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OneInputSlotConveyor OneOutputSlotConveyor"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="OneInputSlotConveyor" value="self.slot ->selectByType(InputSlot)-> size() = 1"/> <details key="OneOutputSlotConveyor" value="self.slot ->selectByType(OutputSlot)-> size() = 1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TurnTable" eSuperTypes="#//Component"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AtLeastOneInputSlotTurnTable AtLeastOneOutputSlotTurnTable"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="AtLeastOneInputSlotTurnTable" value="self.slot ->selectByType(InputSlot)-> size() >= 1"/> <details key="AtLeastOneOutputSlotTurnTable" value="self.slot ->selectByType(OutputSlot)-> size() >= 1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Machine" eSuperTypes="#//Component"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AtLeastOneInputSlotMachine AtLeastOneOutputSlotMachine"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="AtLeastOneInputSlotMachine" value="self.slot ->selectByType(InputSlot)-> size() >= 1"/> <details key="AtLeastOneOutputSlotMachine" value="self.slot ->selectByType(OutputSlot)-> size() >= 1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Buffer" eSuperTypes="#//Component"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OneInputSlotBuffer OneOutputSlotBuffer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="OneInputSlotBuffer" value="self.slot ->selectByType(InputSlot)-> size() = 1"/> <details key="OneOutputSlotBuffer" value="self.slot ->selectByType(OutputSlot)-> size() = 1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemGenerator" eSuperTypes="#//Component"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoInputSlotItemGenerator OneOutputSlotItemGenerator"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="NoInputSlotItemGenerator" value="self.slot ->selectByType(InputSlot)-> size() = 0"/> <details key="OneOutputSlotItemGenerator" value="self.slot ->selectByType(OutputSlot)-> size() = 1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="itemtypes" lowerBound="1" eType="#//ItemType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WasteStore" eSuperTypes="#//Store"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OneInputSlotWasteStore NoOutputSlotWasteStore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="OneInputSlotWasteStore" value="self.slot ->selectByType(InputSlot)-> size() = 1"/> <details key="NoOutputSlotWasteStore" value="self.slot ->selectByType(OutputSlot)-> size() = 0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductStore" eSuperTypes="#//Store"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OneInputSlotProductStore NoOutputSlotProductStore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="OneInputSlotProductStore" value="self.slot ->selectByType(InputSlot)-> size() = 1"/> <details key="NoOutputSlotProductStore" value="self.slot ->selectByType(OutputSlot)-> size() = 0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Store" abstract="true" eSuperTypes="#//Component"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capacity" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Costs" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedParameter" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Slot" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="itemtype" lowerBound="1" eType="#//ItemType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingConnetor" upperBound="-1" eType="#//Connector" eOpposite="#//Connector/targetComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingConnector" upperBound="-1" eType="#//Connector" eOpposite="#//Connector/sourceComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputSlot" eSuperTypes="#//Slot"/> <eClassifiers xsi:type="ecore:EClass" name="OutputSlot" eSuperTypes="#//Slot"/> </ecore:EPackage>
github:ecore:/data/edonjakupi/ME_WS17-18/Lab_1/stl/model/stl.ecore
ecore
stl ProductionLine areas itemtype ItemType description Area components connector service namedparameter slot NamedElement name Component services slot Connector targetComponent sourceComponent Service reliability processingTime namedparameter Conveyor TurnTable Machine Buffer ItemGenerator itemtypes WasteStore ProductStore Store capacity Costs cost NamedParameter Slot itemtype incomingConnetor outgoingConnector InputSlot OutputSlot
null
{"directed":true,"nodes":[{"nsPrefix":"stl","nsURI":"http://www.example.org/stl","name":"stl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductionLine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Area","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":"Component","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conveyor","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TurnTable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Machine","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Buffer","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemGenerator","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WasteStore","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductStore","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Store","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Costs","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputSlot","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputSlot","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"areas","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":"itemtype","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connector","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":"service","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":"namedparameter","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":"slot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"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":"slot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceComponent","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingConnetor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"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":"reliability","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"processingTime","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"namedparameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"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":"itemtypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"capacity","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"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":"cost","changeable":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"itemtype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":21,"target":3},{"source":21,"target":23},{"source":21,"target":1},{"source":23,"target":3},{"source":22,"target":2},{"source":22,"target":24},{"source":22,"target":1},{"source":24,"target":2},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":27},{"source":25,"target":2},{"source":26,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"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":28,"target":5},{"source":28,"target":34},{"source":28,"target":3},{"source":34,"target":5},{"source":29,"target":6},{"source":29,"target":35},{"source":29,"target":3},{"source":35,"target":6},{"source":30,"target":7},{"source":30,"target":36},{"source":30,"target":3},{"source":36,"target":7},{"source":31,"target":17},{"source":31,"target":37},{"source":31,"target":3},{"source":37,"target":17},{"source":32,"target":18},{"source":32,"target":38},{"source":32,"target":3},{"source":38,"target":18},{"source":33,"target":4},{"source":4,"target":0},{"source":4,"target":39},{"source":39,"target":40},{"source":39,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":16},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":41,"target":7},{"source":41,"target":45},{"source":41,"target":5},{"source":45,"target":7},{"source":42,"target":18},{"source":42,"target":46},{"source":42,"target":5},{"source":46,"target":18},{"source":43,"target":4},{"source":44,"target":16},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":47,"target":18},{"source":47,"target":49},{"source":47,"target":6},{"source":47,"target":50},{"source":49,"target":18},{"source":48,"target":18},{"source":48,"target":51},{"source":48,"target":6},{"source":48,"target":52},{"source":51,"target":18},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":16},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":53,"target":58},{"source":53,"target":7},{"source":54,"target":59},{"source":54,"target":7},{"source":55,"target":17},{"source":55,"target":60},{"source":55,"target":7},{"source":60,"target":17},{"source":56,"target":4},{"source":57,"target":16},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":61},{"source":61,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":62},{"source":62,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":63},{"source":63,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":64},{"source":64,"target":5},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":65},{"source":12,"target":66},{"source":65,"target":2},{"source":65,"target":67},{"source":65,"target":12},{"source":67,"target":2},{"source":66,"target":5},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":68},{"source":68,"target":15},{"source":14,"target":0},{"source":14,"target":15},{"source":14,"target":69},{"source":69,"target":15},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":70},{"source":15,"target":71},{"source":70,"target":72},{"source":70,"target":15},{"source":71,"target":5},{"source":16,"target":0},{"source":16,"target":73},{"source":73,"target":74},{"source":73,"target":16},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":75},{"source":75,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":76},{"source":18,"target":50},{"source":18,"target":52},{"source":18,"target":77},{"source":76,"target":2},{"source":76,"target":78},{"source":76,"target":18},{"source":78,"target":2},{"source":50,"target":6},{"source":50,"target":79},{"source":50,"target":18},{"source":50,"target":47},{"source":79,"target":6},{"source":52,"target":6},{"source":52,"target":80},{"source":52,"target":18},{"source":52,"target":48},{"source":80,"target":6},{"source":77,"target":4},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":81},{"source":81,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":82},{"source":82,"target":18}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="fleet" nsURI="http:///fleet.ecore" nsPrefix="fleet"> <eClassifiers xsi:type="ecore:EClass" name="Vehicle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="brand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="model" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="make" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="plate" 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="year" 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#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="availableColors" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Person" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manufacturedAt" upperBound="-1" eType="#//ManufacturingPlant"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tireSpec" eType="#//Tire"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="../../org.eclipse.emf.temporality/model/temporal.ecore#//Temporal"> <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="employed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="addresses" unique="false" upperBound="-1" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedVehicles" upperBound="-1" eType="#//VehicleInfo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="birthAddress" eType="#//Address" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address" eSuperTypes="../../org.eclipse.emf.temporality/model/temporal.ecore#//Temporal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="streetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="streetNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//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="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VehicleInfo"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acquisitionDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vehicle" lowerBound="1" eType="#//Vehicle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManufacturingPlant"> <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:EReference" name="address" eType="#//Address"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transportFleet" eType="#//Fleet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Fleet" eSuperTypes="../../org.eclipse.emf.temporality/model/temporal.ecore#//Temporal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vehicles" upperBound="-1" eType="#//Vehicle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vehicleInformation" upperBound="-1" eType="#//VehicleInfo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceGarage" eType="#//Garage" eOpposite="#//Garage/fleetsUsingGarage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Garage" eSuperTypes="../../org.eclipse.emf.temporality/model/temporal.ecore#//Temporal"> <eStructuralFeatures xsi:type="ecore:EReference" name="vehicles" upperBound="-1" eType="#//Vehicle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customerShuttles" eType="#//Fleet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fleetsUsingGarage" upperBound="-1" eType="#//Fleet" eOpposite="#//Fleet/serviceGarage"/> <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="Tire"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="profile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="make" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="model" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Hybrid" eSuperTypes="#//Car #//PassengerVehicle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasRechargePlug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="batteryLife" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Car" eSuperTypes="#//PassengerVehicle #//Vehicle ../../org.eclipse.emf.temporality/model/temporal.ecore#//Temporal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numPassengers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numTires" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tires" upperBound="-1" eType="#//Tire" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PassengerVehicle" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="passengerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EngineFactory" eSuperTypes="#//ManufacturingPlant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="makesDieselEngines" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="brands" lowerBound="1" upperBound="-1" 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="zipCode" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Vin"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vehicle" lowerBound="1" eType="#//Vehicle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransportationDevice"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="manufacturedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kchobantonov/org.eclipse.emf.teneo/tests/org.eclipse.emf.teneo.samples/src/fleet/model/fleet.ecore
ecore
fleet Vehicle brand model make color plate id year length availableColors owner manufacturedAt tireSpec Person id name employed addresses ownedVehicles birthAddress Address streetName streetNumber city country VehicleInfo acquisitionDate vehicle ManufacturingPlant id name address transportFleet Fleet id vehicles vehicleInformation serviceGarage Garage vehicles customerShuttles address fleetsUsingGarage name Tire radius width profile make model Hybrid hasRechargePlug batteryLife Car numPassengers numTires tires PassengerVehicle passengerName EngineFactory makesDieselEngines brands USAddress zipCode state Vin id installationDate vehicle TransportationDevice manufacturedBy year
null
{"directed":true,"nodes":[{"nsPrefix":"fleet","nsURI":"http:///fleet.ecore","name":"fleet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vehicle","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":"Address","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VehicleInfo","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManufacturingPlant","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fleet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Garage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tire","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hybrid","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Car","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PassengerVehicle","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EngineFactory","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"USAddress","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vin","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransportationDevice","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"brand","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":"model","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":"make","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":"color","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"plate","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"year","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":23,"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":"availableColors","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"owner","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":"manufacturedAt","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":"tireSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"employed","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":false,"name":"addresses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedVehicles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"birthAddress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"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":"streetName","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":"streetNumber","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"city","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"acquisitionDate","changeable":true,"lowerBound":1,"iD":false,"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":"vehicle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transportFleet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"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":74,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vehicles","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":"vehicleInformation","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":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceGarage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fleetsUsingGarage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vehicles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customerShuttles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","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"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"radius","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"profile","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":"make","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":"model","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasRechargePlug","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"batteryLife","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numPassengers","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numTires","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tires","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passengerName","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"id":120,"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":"makesDieselEngines","changeable":true,"lowerBound":0,"iD":false,"id":121,"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":"brands","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zipCode","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"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":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"installationDate","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vehicle","changeable":true,"resolveProxies":true,"lowerBound":1,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"manufacturedBy","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"year","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"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":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":16,"target":28},{"source":16,"target":1},{"source":17,"target":29},{"source":17,"target":1},{"source":18,"target":30},{"source":18,"target":1},{"source":19,"target":31},{"source":19,"target":1},{"source":20,"target":32},{"source":20,"target":1},{"source":21,"target":33},{"source":21,"target":1},{"source":22,"target":34},{"source":22,"target":1},{"source":23,"target":35},{"source":23,"target":1},{"source":24,"target":36},{"source":24,"target":1},{"source":25,"target":2},{"source":25,"target":37},{"source":25,"target":1},{"source":37,"target":2},{"source":26,"target":5},{"source":26,"target":38},{"source":26,"target":1},{"source":38,"target":5},{"source":27,"target":8},{"source":27,"target":39},{"source":27,"target":1},{"source":39,"target":8},{"source":2,"target":0},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":40,"target":47},{"source":40,"target":2},{"source":41,"target":48},{"source":41,"target":2},{"source":42,"target":49},{"source":42,"target":2},{"source":43,"target":3},{"source":43,"target":50},{"source":43,"target":2},{"source":50,"target":3},{"source":44,"target":4},{"source":44,"target":51},{"source":44,"target":2},{"source":51,"target":4},{"source":45,"target":3},{"source":45,"target":52},{"source":45,"target":2},{"source":52,"target":3},{"source":3,"target":0},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":53,"target":58},{"source":53,"target":3},{"source":54,"target":59},{"source":54,"target":3},{"source":55,"target":60},{"source":55,"target":3},{"source":56,"target":61},{"source":56,"target":3},{"source":4,"target":0},{"source":4,"target":62},{"source":4,"target":63},{"source":62,"target":64},{"source":62,"target":4},{"source":63,"target":1},{"source":63,"target":65},{"source":63,"target":4},{"source":65,"target":1},{"source":5,"target":0},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":66,"target":70},{"source":66,"target":5},{"source":67,"target":71},{"source":67,"target":5},{"source":68,"target":3},{"source":68,"target":72},{"source":68,"target":5},{"source":72,"target":3},{"source":69,"target":6},{"source":69,"target":73},{"source":69,"target":5},{"source":73,"target":6},{"source":6,"target":0},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":6,"target":78},{"source":74,"target":79},{"source":74,"target":6},{"source":75,"target":1},{"source":75,"target":80},{"source":75,"target":6},{"source":80,"target":1},{"source":76,"target":4},{"source":76,"target":81},{"source":76,"target":6},{"source":81,"target":4},{"source":77,"target":7},{"source":77,"target":82},{"source":77,"target":6},{"source":77,"target":83},{"source":82,"target":7},{"source":7,"target":0},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":83},{"source":7,"target":87},{"source":7,"target":88},{"source":84,"target":1},{"source":84,"target":89},{"source":84,"target":7},{"source":89,"target":1},{"source":85,"target":6},{"source":85,"target":90},{"source":85,"target":7},{"source":90,"target":6},{"source":86,"target":3},{"source":86,"target":91},{"source":86,"target":7},{"source":91,"target":3},{"source":83,"target":6},{"source":83,"target":92},{"source":83,"target":7},{"source":83,"target":77},{"source":92,"target":6},{"source":87,"target":93},{"source":87,"target":7},{"source":8,"target":0},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":97},{"source":8,"target":98},{"source":94,"target":99},{"source":94,"target":8},{"source":95,"target":100},{"source":95,"target":8},{"source":96,"target":101},{"source":96,"target":8},{"source":97,"target":102},{"source":97,"target":8},{"source":98,"target":103},{"source":98,"target":8},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":11},{"source":9,"target":104},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":104,"target":108},{"source":104,"target":9},{"source":105,"target":109},{"source":105,"target":9},{"source":106,"target":10},{"source":107,"target":11},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":1},{"source":10,"target":110},{"source":10,"target":111},{"source":10,"target":112},{"source":10,"target":113},{"source":10,"target":114},{"source":10,"target":115},{"source":110,"target":116},{"source":110,"target":10},{"source":111,"target":117},{"source":111,"target":10},{"source":112,"target":8},{"source":112,"target":118},{"source":112,"target":10},{"source":118,"target":8},{"source":113,"target":11},{"source":114,"target":1},{"source":11,"target":0},{"source":11,"target":119},{"source":119,"target":120},{"source":119,"target":11},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":121},{"source":12,"target":122},{"source":12,"target":123},{"source":121,"target":124},{"source":121,"target":12},{"source":122,"target":125},{"source":122,"target":12},{"source":123,"target":5},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":126,"target":129},{"source":126,"target":13},{"source":127,"target":130},{"source":127,"target":13},{"source":128,"target":3},{"source":14,"target":0},{"source":14,"target":131},{"source":14,"target":132},{"source":14,"target":133},{"source":131,"target":134},{"source":131,"target":14},{"source":132,"target":135},{"source":132,"target":14},{"source":133,"target":1},{"source":133,"target":136},{"source":133,"target":14},{"source":136,"target":1},{"source":15,"target":0},{"source":15,"target":137},{"source":15,"target":138},{"source":137,"target":139},{"source":137,"target":15},{"source":138,"target":140},{"source":138,"target":15}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="stLanguage" nsURI="http://www.bachmann.at/plc/st/STLanguage" nsPrefix="stLanguage"> <eClassifiers xsi:type="ecore:EClass" name="ST"/> <eClassifiers xsi:type="ecore:EClass" name="POU_Decl" eSuperTypes="#//ST"> <eStructuralFeatures xsi:type="ecore:EReference" name="usings" upperBound="-1" eType="#//Using_Directive" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pous" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" 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="Numeric_Literal" eSuperTypes="#//Constant"/> <eClassifiers xsi:type="ecore:EClass" name="Int_Literal" eSuperTypes="#//Numeric_Literal"/> <eClassifiers xsi:type="ecore:EClass" name="Unsigned_Int" eSuperTypes="#//Int_Literal"/> <eClassifiers xsi:type="ecore:EClass" name="Signed_Int" eSuperTypes="#//Int_Literal"/> <eClassifiers xsi:type="ecore:EClass" name="Real_Literal" eSuperTypes="#//Numeric_Literal"/> <eClassifiers xsi:type="ecore:EClass" name="Bit_Str_Literal" eSuperTypes="#//Constant"/> <eClassifiers xsi:type="ecore:EClass" name="Bool_Literal" eSuperTypes="#//Constant"/> <eClassifiers xsi:type="ecore:EClass" name="Char_Literal" eSuperTypes="#//Constant"/> <eClassifiers xsi:type="ecore:EClass" name="Time_Literal" eSuperTypes="#//Constant"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//Time_Literal"/> <eClassifiers xsi:type="ecore:EClass" name="Time_Of_Day" eSuperTypes="#//Time_Literal"/> <eClassifiers xsi:type="ecore:EClass" name="Daytime"> <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="Date" eSuperTypes="#//Time_Literal"/> <eClassifiers xsi:type="ecore:EClass" name="Date_And_Time" eSuperTypes="#//Time_Literal"/> <eClassifiers xsi:type="ecore:EClass" name="Data_Type_Decl" eSuperTypes="#//Namespace_Elements"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type_Decl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Struct_Decl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="overlap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Type_Decl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type_Decl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Located_At" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="access" eType="#//Multibit_Part_Access" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Str_Type_Decl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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:EAttribute" name="initialValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Spec_Init" eSuperTypes="#//Loc_Var_Spec_Init"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="range" eType="#//Subrange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Ref_Spec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subrange" eSuperTypes="#//Case_List_Elem"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowBound" eType="#//Constant_Expr"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upBound" eType="#//Constant_Expr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enum_Spec_Init"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Enum_Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enum_Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> </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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable_Address"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bitIndexes" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bitIndex" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ref_Spec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refTos" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ref_Value"/> <eClassifiers xsi:type="ecore:EClass" name="Null_Ref" eSuperTypes="#//Ref_Value"/> <eClassifiers xsi:type="ecore:EClass" name="Ref_Addr" eSuperTypes="#//Ref_Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ref_Assign"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ref_Deref" eSuperTypes="#//Var_Access"/> <eClassifiers xsi:type="ecore:EClass" name="Inline_Variable"/> <eClassifiers xsi:type="ecore:EClass" name="Symbolic_Variable" eSuperTypes="#//Inline_Variable"/> <eClassifiers xsi:type="ecore:EClass" name="Var_Access" eSuperTypes="#//Symbolic_Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named_Variable" eSuperTypes="#//Var_Access"/> <eClassifiers xsi:type="ecore:EClass" name="Direct_Variable" eSuperTypes="#//Inline_Variable #//Located_At"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable_Address"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Input_Decls" eSuperTypes="#//IO_Var_Decls"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonRetain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//Input_Decl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Input_Decl"/> <eClassifiers xsi:type="ecore:EClass" name="Var_Decl_Init" eSuperTypes="#//Input_Decl #//Output_Decl #//FB_Input_Decl #//FB_Output_Decl"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" eType="#//Variable_List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//Spec_Init" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface_Var_Decl"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" eType="#//Variable_List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable_List"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Output_Decls" eSuperTypes="#//IO_Var_Decls"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonRetain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//Output_Decl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Output_Decl"/> <eClassifiers xsi:type="ecore:EClass" name="In_Out_Decls" eSuperTypes="#//IO_Var_Decls #//FB_IO_Var_Decls"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//In_Out_Var_Decl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="In_Out_Var_Decl"/> <eClassifiers xsi:type="ecore:EClass" name="Var_Decl" eSuperTypes="#//In_Out_Var_Decl"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" eType="#//Variable_List" containment="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="Var_Decls" eSuperTypes="#//Func_Var_Decls"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonRetain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loc_Var_Decl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Located_At" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//Loc_Var_Spec_Init" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Temp_Var_Decls"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="External_Var_Decls" eSuperTypes="#//Func_Var_Decls"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//External_Decl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="External_Decl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Global_Var_Decls"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//Global_Var_Decl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Global_Var_Decl"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Global_Var_Spec" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//Loc_Var_Spec_Init" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Global_Var_Spec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="names" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Located_At" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loc_Var_Spec_Init"/> <eClassifiers xsi:type="ecore:EClass" name="Located_At"/> <eClassifiers xsi:type="ecore:EClass" name="Str_Var_Decl"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" eType="#//Variable_List" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="S_Byte_Str_Var_Decl" eSuperTypes="#//Str_Var_Decl"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//S_Byte_Str_Spec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="S_Byte_Str_Spec"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" eType="#//Unsigned_Int" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="D_Byte_Str_Var_Decl" eSuperTypes="#//Str_Var_Decl"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//D_Byte_Str_Spec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="D_Byte_Str_Spec"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" eType="#//Unsigned_Int" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Func_Decl" eSuperTypes="#//Namespace_Elements"> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usings" upperBound="-1" eType="#//Using_Directive" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ios" upperBound="-1" eType="#//IO_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Func_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="temps" upperBound="-1" eType="#//Temp_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Func_Body" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Function"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IO_Var_Decls"/> <eClassifiers xsi:type="ecore:EClass" name="Func_Var_Decls"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Func_Body"/> <eClassifiers xsi:type="ecore:EClass" name="FB_Decl" eSuperTypes="#//Namespace_Elements"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionblock" eType="#//FunctionBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usings" upperBound="-1" eType="#//Using_Directive" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//FunctionBlock"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" eType="#//Interface_Name_List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ios" upperBound="-1" eType="#//FB_IO_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Func_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="temps" upperBound="-1" eType="#//Temp_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method_Decl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//FB_Body" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionBlock"> <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="FB_IO_Var_Decls"/> <eClassifiers xsi:type="ecore:EClass" name="FB_Input_Decls" eSuperTypes="#//FB_IO_Var_Decls"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonRetain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//FB_Input_Decl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FB_Input_Decl"/> <eClassifiers xsi:type="ecore:EClass" name="FB_Output_Decls" eSuperTypes="#//FB_IO_Var_Decls"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonRetain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//FB_Output_Decl" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FB_Output_Decl"/> <eClassifiers xsi:type="ecore:EClass" name="FB_Body"/> <eClassifiers xsi:type="ecore:EClass" name="Method_Decl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" 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="override" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Method" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ios" upperBound="-1" eType="#//IO_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Func_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="temps" upperBound="-1" eType="#//Temp_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Func_Body" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class_Decl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usings" upperBound="-1" eType="#//Using_Directive" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" eType="#//Interface_Name_List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Func_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method_Decl" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface_Decl"> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//Interface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usings" upperBound="-1" eType="#//Using_Directive" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//Interface_Name_List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method_Prototype" containment="true"/> </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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method_Prototype"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//Method" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ios" upperBound="-1" eType="#//IO_Var_Decls" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface_Name_List"> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" unique="false" upperBound="-1" eType="#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Prog_Decl" eSuperTypes="#//ST"> <eStructuralFeatures xsi:type="ecore:EReference" name="program" eType="#//Program" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ios" upperBound="-1" eType="#//IO_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Func_Var_Decls" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//FB_Body" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace_Decl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="internal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="#//Namespace" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usings" upperBound="-1" eType="#//Using_Directive" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Namespace_Elements" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace_Elements"/> <eClassifiers xsi:type="ecore:EClass" name="Using_Directive"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Constant_Expr"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant_Expr" eSuperTypes="#//Case_List_Elem"/> <eClassifiers xsi:type="ecore:EClass" name="Variable_Access" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="access" eType="#//Multibit_Part_Access" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Multibit_Part_Access"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bitIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Callable"> <eStructuralFeatures xsi:type="ecore:EReference" name="callable" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Param_Assign" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stmt_List" eSuperTypes="#//Func_Body #//FB_Body"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Stmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stmt" eSuperTypes="#//Callable"> <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="Assign_Stmt" eSuperTypes="#//Stmt"/> <eClassifiers xsi:type="ecore:EClass" name="Variable_Assign_Stmt" eSuperTypes="#//Assign_Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment_Attempt"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Param_Assign"/> <eClassifiers xsi:type="ecore:EClass" name="Named_Value" eSuperTypes="#//Param_Assign"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Linked_Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="negated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InRef_Assign"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selection_Stmt" eSuperTypes="#//Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IF_Stmt" eSuperTypes="#//Selection_Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//Stmt_List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseifs" upperBound="-1" eType="#//ELSEIF_Stmt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//ELSE_Stmt" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELSEIF_Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//Stmt_List" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELSE_Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//Stmt_List" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Case_Stmt" eSuperTypes="#//Selection_Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//Case_Selection" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultStatements" eType="#//Stmt_List" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Case_Selection"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Case_List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//Stmt_List" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Case_List"> <eStructuralFeatures xsi:type="ecore:EReference" name="caseValues" upperBound="-1" eType="#//Case_List_Elem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Case_List_Elem"/> <eClassifiers xsi:type="ecore:EClass" name="Iteration_Stmt" eSuperTypes="#//Stmt"/> <eClassifiers xsi:type="ecore:EClass" name="Exit_Stmt" eSuperTypes="#//Iteration_Stmt"/> <eClassifiers xsi:type="ecore:EClass" name="Continue_Stmt" eSuperTypes="#//Iteration_Stmt"/> <eClassifiers xsi:type="ecore:EClass" name="For_Stmt" eSuperTypes="#//Iteration_Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" eType="#//For_List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//Stmt_List" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="For_List"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowBound" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upBound" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="step" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While_Stmt" eSuperTypes="#//Iteration_Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//Stmt_List" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repeat_Stmt" eSuperTypes="#//Iteration_Stmt"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" eType="#//Stmt_List" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Xor_Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="And_Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Compare_Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Equ_Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Add_Expr" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Term" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Power_Expr" eSuperTypes="#//Expression"/> </ecore:EPackage>
github:ecore:/data/drnappalm/st/at.bachmann.plc.st/model/generated/STLanguage.ecore
ecore
stLanguage ST POU_Decl usings pous Constant value Numeric_Literal Int_Literal Unsigned_Int Signed_Int Real_Literal Bit_Str_Literal Bool_Literal Char_Literal Time_Literal Duration Time_Of_Day Daytime value Date Date_And_Time Data_Type_Decl types Struct_Decl overlap elements Type_Decl name initialization location access Str_Type_Decl type initialization initialValue Spec_Init type initialValue range variable Subrange lowBound upBound Enum_Spec_Init type value Enum_Value variable Variable name Variable_Address type size bitIndexes bitIndex Ref_Spec refTos reference Ref_Value Null_Ref Ref_Addr variable Ref_Assign variable value Ref_Deref Inline_Variable Symbolic_Variable Var_Access variable Named_Variable Direct_Variable variable Input_Decls retain nonRetain declarations Input_Decl Var_Decl_Init variables initialization Interface_Var_Decl variables initialization Variable_List variables Output_Decls retain nonRetain declarations Output_Decl In_Out_Decls declarations In_Out_Var_Decl Var_Decl variables initialization Var_Decls retain nonRetain access declarations Loc_Var_Decl variable location initialization Temp_Var_Decls declarations External_Var_Decls declarations External_Decl type initialization Global_Var_Decls constant retain declarations Global_Var_Decl type initialization Global_Var_Spec names location Loc_Var_Spec_Init Located_At Str_Var_Decl variables S_Byte_Str_Var_Decl initialization S_Byte_Str_Spec bound initialValue D_Byte_Str_Var_Decl initialization D_Byte_Str_Spec bound initialValue Func_Decl function returnType usings ios variables temps body Function name IO_Var_Decls Func_Var_Decls constant Func_Body FB_Decl modifier functionblock usings extends implements ios variables temps methods body FunctionBlock name FB_IO_Var_Decls FB_Input_Decls retain nonRetain variables FB_Input_Decl FB_Output_Decls retain nonRetain variables FB_Output_Decl FB_Body Method_Decl access type override name returnType ios variables temps body Class_Decl modifier class usings extends implements variables methods Class name Interface_Decl interface usings extends methods Interface name Method_Prototype method returnType ios Method name Interface_Name_List interfaces Prog_Decl program ios variables body Program name Namespace_Decl internal namespace usings elements Namespace name Namespace_Elements Using_Directive importURI Expression left operator right expression Constant_Expr Variable_Access variable access Multibit_Part_Access bitIndex size Callable callable parameters Stmt_List statements Stmt type Assign_Stmt Variable_Assign_Stmt variable value Assignment_Attempt variable value Param_Assign Named_Value variable value Linked_Value negated value variable InRef_Assign variable value Selection_Stmt condition IF_Stmt statements elseifs else ELSEIF_Stmt condition statements ELSE_Stmt statements Case_Stmt cases defaultStatements Case_Selection values statements Case_List caseValues Case_List_Elem Iteration_Stmt Exit_Stmt Continue_Stmt For_Stmt variable bounds statements For_List lowBound upBound step While_Stmt condition statements Repeat_Stmt statements condition Xor_Expr And_Expr Compare_Expr Equ_Expr Add_Expr Term Power_Expr
null
{"directed":true,"nodes":[{"nsPrefix":"stLanguage","nsURI":"http://www.bachmann.at/plc/st/STLanguage","name":"stLanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ST","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POU_Decl","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Numeric_Literal","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int_Literal","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unsigned_Int","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signed_Int","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real_Literal","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bit_Str_Literal","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bool_Literal","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Char_Literal","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Time_Literal","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Time_Of_Day","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Daytime","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Date","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Date_And_Time","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Data_Type_Decl","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Struct_Decl","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type_Decl","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Str_Type_Decl","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spec_Init","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subrange","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum_Spec_Init","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum_Value","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable_Address","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ref_Spec","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ref_Value","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null_Ref","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ref_Addr","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ref_Assign","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ref_Deref","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inline_Variable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbolic_Variable","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var_Access","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named_Variable","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Direct_Variable","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input_Decls","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input_Decl","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var_Decl_Init","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface_Var_Decl","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable_List","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output_Decls","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Output_Decl","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"In_Out_Decls","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"In_Out_Var_Decl","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var_Decl","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var_Decls","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loc_Var_Decl","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Temp_Var_Decls","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External_Var_Decls","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External_Decl","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Global_Var_Decls","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Global_Var_Decl","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Global_Var_Spec","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loc_Var_Spec_Init","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Located_At","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Str_Var_Decl","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"S_Byte_Str_Var_Decl","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"S_Byte_Str_Spec","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D_Byte_Str_Var_Decl","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D_Byte_Str_Spec","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Func_Decl","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IO_Var_Decls","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Func_Var_Decls","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Func_Body","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FB_Decl","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionBlock","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FB_IO_Var_Decls","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FB_Input_Decls","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FB_Input_Decl","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FB_Output_Decls","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FB_Output_Decl","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FB_Body","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method_Decl","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class_Decl","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface_Decl","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method_Prototype","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface_Name_List","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prog_Decl","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace_Decl","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":"Namespace_Elements","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Using_Directive","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant_Expr","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable_Access","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multibit_Part_Access","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Callable","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stmt_List","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stmt","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign_Stmt","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable_Assign_Stmt","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment_Attempt","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Param_Assign","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named_Value","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Linked_Value","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InRef_Assign","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection_Stmt","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IF_Stmt","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELSEIF_Stmt","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELSE_Stmt","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case_Stmt","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case_Selection","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case_List","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case_List_Elem","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration_Stmt","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exit_Stmt","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continue_Stmt","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"For_Stmt","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"For_List","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While_Stmt","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat_Stmt","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xor_Expr","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And_Expr","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compare_Expr","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equ_Expr","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add_Expr","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Power_Expr","instanceClass":null,"abstract":false,"id":126,"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":"usings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pous","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"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":"overlap","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":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":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"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":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lowBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"upBound","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,"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":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"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":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":194,"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":"bitIndexes","changeable":true,"lowerBound":0,"iD":false,"id":195,"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":"bitIndex","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"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":"refTos","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":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":209,"derived":false},{"container":false,"ordered":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":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":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":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retain","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonRetain","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"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":"retain","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonRetain","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retain","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonRetain","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","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":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"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":"constant","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retain","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"names","changeable":true,"lowerBound":0,"iD":false,"id":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":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","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":"usings","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":"ios","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":"variables","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":"temps","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"id":330,"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":"constant","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"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":"functionblock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retain","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonRetain","changeable":true,"lowerBound":0,"iD":false,"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":"variables","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"retain","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonRetain","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"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":370,"derived":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":371,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"override","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"lowerBound":0,"iD":false,"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":"ios","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"temps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ios","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"interfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"program","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ios","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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"},{"id":432,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"id":434,"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":"internal","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":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"container":false,"ordered":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":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"id":444,"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":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","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":"right","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"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":"variable","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":"access","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"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":"bitIndex","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":"size","changeable":true,"lowerBound":0,"iD":false,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"container":false,"ordered":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":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"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":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"container":false,"ordered":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":488,"derived":false},{"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":"negated","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":493,"derived":false},{"container":false,"ordered":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":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"container":false,"ordered":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":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseifs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":532,"derived":false},{"container":false,"ordered":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":true,"lowerBound":0,"id":533,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"step","changeable":true,"resolveProxies":true,"lowerBound":0,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"container":false,"ordered":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":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":127},{"source":2,"target":128},{"source":2,"target":129},{"source":127,"target":90},{"source":127,"target":130},{"source":127,"target":2},{"source":130,"target":90},{"source":128,"target":131},{"source":128,"target":2},{"source":129,"target":1},{"source":3,"target":0},{"source":3,"target":91},{"source":3,"target":132},{"source":3,"target":133},{"source":132,"target":134},{"source":132,"target":3},{"source":133,"target":91},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":135},{"source":135,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":136},{"source":136,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":137},{"source":137,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":138},{"source":138,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":139},{"source":139,"target":4},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":140},{"source":140,"target":3},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":141},{"source":141,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":142},{"source":142,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":143},{"source":143,"target":3},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":144},{"source":144,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":145},{"source":145,"target":12},{"source":15,"target":0},{"source":15,"target":146},{"source":146,"target":147},{"source":146,"target":15},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":148},{"source":148,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":149},{"source":149,"target":12},{"source":18,"target":0},{"source":18,"target":89},{"source":18,"target":150},{"source":18,"target":151},{"source":150,"target":20},{"source":150,"target":152},{"source":150,"target":18},{"source":152,"target":20},{"source":151,"target":89},{"source":19,"target":0},{"source":19,"target":153},{"source":19,"target":154},{"source":153,"target":155},{"source":153,"target":19},{"source":154,"target":20},{"source":154,"target":156},{"source":154,"target":19},{"source":156,"target":20},{"source":20,"target":0},{"source":20,"target":157},{"source":20,"target":158},{"source":20,"target":159},{"source":20,"target":160},{"source":157,"target":161},{"source":157,"target":20},{"source":158,"target":162},{"source":158,"target":20},{"source":159,"target":58},{"source":159,"target":163},{"source":159,"target":20},{"source":163,"target":58},{"source":160,"target":94},{"source":160,"target":164},{"source":160,"target":20},{"source":164,"target":94},{"source":21,"target":0},{"source":21,"target":165},{"source":21,"target":166},{"source":21,"target":167},{"source":165,"target":168},{"source":165,"target":21},{"source":166,"target":169},{"source":166,"target":21},{"source":167,"target":170},{"source":167,"target":21},{"source":22,"target":0},{"source":22,"target":57},{"source":22,"target":171},{"source":22,"target":172},{"source":22,"target":173},{"source":22,"target":174},{"source":22,"target":175},{"source":171,"target":176},{"source":171,"target":22},{"source":172,"target":177},{"source":172,"target":22},{"source":173,"target":23},{"source":173,"target":178},{"source":173,"target":22},{"source":178,"target":23},{"source":174,"target":28},{"source":174,"target":179},{"source":174,"target":22},{"source":179,"target":28},{"source":175,"target":57},{"source":23,"target":0},{"source":23,"target":112},{"source":23,"target":180},{"source":23,"target":181},{"source":23,"target":182},{"source":180,"target":92},{"source":180,"target":183},{"source":180,"target":23},{"source":183,"target":92},{"source":181,"target":92},{"source":181,"target":184},{"source":181,"target":23},{"source":184,"target":92},{"source":182,"target":112},{"source":24,"target":0},{"source":24,"target":185},{"source":24,"target":186},{"source":185,"target":187},{"source":185,"target":24},{"source":186,"target":25},{"source":186,"target":188},{"source":186,"target":24},{"source":188,"target":25},{"source":25,"target":0},{"source":25,"target":189},{"source":189,"target":26},{"source":189,"target":190},{"source":189,"target":25},{"source":190,"target":26},{"source":26,"target":0},{"source":26,"target":191},{"source":191,"target":192},{"source":191,"target":26},{"source":27,"target":0},{"source":27,"target":193},{"source":27,"target":194},{"source":27,"target":195},{"source":27,"target":196},{"source":193,"target":197},{"source":193,"target":27},{"source":194,"target":198},{"source":194,"target":27},{"source":195,"target":199},{"source":195,"target":27},{"source":196,"target":200},{"source":196,"target":27},{"source":28,"target":0},{"source":28,"target":201},{"source":28,"target":202},{"source":201,"target":203},{"source":201,"target":28},{"source":202,"target":204},{"source":202,"target":28},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":205},{"source":205,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":206},{"source":31,"target":207},{"source":206,"target":26},{"source":206,"target":208},{"source":206,"target":31},{"source":208,"target":26},{"source":207,"target":29},{"source":32,"target":0},{"source":32,"target":209},{"source":32,"target":210},{"source":209,"target":26},{"source":209,"target":211},{"source":209,"target":32},{"source":211,"target":26},{"source":210,"target":26},{"source":210,"target":212},{"source":210,"target":32},{"source":212,"target":26},{"source":33,"target":0},{"source":33,"target":36},{"source":33,"target":213},{"source":213,"target":36},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":214},{"source":214,"target":34},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":215},{"source":36,"target":216},{"source":215,"target":26},{"source":215,"target":217},{"source":215,"target":36},{"source":217,"target":26},{"source":216,"target":35},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":218},{"source":218,"target":36},{"source":38,"target":0},{"source":38,"target":34},{"source":38,"target":58},{"source":38,"target":219},{"source":38,"target":220},{"source":38,"target":221},{"source":219,"target":27},{"source":219,"target":222},{"source":219,"target":38},{"source":222,"target":27},{"source":220,"target":34},{"source":221,"target":58},{"source":39,"target":0},{"source":39,"target":66},{"source":39,"target":223},{"source":39,"target":224},{"source":39,"target":225},{"source":39,"target":226},{"source":223,"target":227},{"source":223,"target":39},{"source":224,"target":228},{"source":224,"target":39},{"source":225,"target":40},{"source":225,"target":229},{"source":225,"target":39},{"source":229,"target":40},{"source":226,"target":66},{"source":40,"target":0},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":45},{"source":41,"target":73},{"source":41,"target":75},{"source":41,"target":230},{"source":41,"target":231},{"source":41,"target":232},{"source":41,"target":233},{"source":41,"target":234},{"source":41,"target":235},{"source":230,"target":43},{"source":230,"target":236},{"source":230,"target":41},{"source":236,"target":43},{"source":231,"target":22},{"source":231,"target":237},{"source":231,"target":41},{"source":237,"target":22},{"source":232,"target":40},{"source":233,"target":45},{"source":234,"target":73},{"source":235,"target":75},{"source":42,"target":0},{"source":42,"target":238},{"source":42,"target":239},{"source":238,"target":43},{"source":238,"target":240},{"source":238,"target":42},{"source":240,"target":43},{"source":239,"target":81},{"source":239,"target":241},{"source":239,"target":42},{"source":241,"target":81},{"source":43,"target":0},{"source":43,"target":242},{"source":242,"target":26},{"source":242,"target":243},{"source":242,"target":43},{"source":243,"target":26},{"source":44,"target":0},{"source":44,"target":66},{"source":44,"target":244},{"source":44,"target":245},{"source":44,"target":246},{"source":44,"target":247},{"source":244,"target":248},{"source":244,"target":44},{"source":245,"target":249},{"source":245,"target":44},{"source":246,"target":45},{"source":246,"target":250},{"source":246,"target":44},{"source":250,"target":45},{"source":247,"target":66},{"source":45,"target":0},{"source":46,"target":0},{"source":46,"target":66},{"source":46,"target":71},{"source":46,"target":251},{"source":46,"target":252},{"source":46,"target":253},{"source":251,"target":47},{"source":251,"target":254},{"source":251,"target":46},{"source":254,"target":47},{"source":252,"target":66},{"source":253,"target":71},{"source":47,"target":0},{"source":48,"target":0},{"source":48,"target":47},{"source":48,"target":255},{"source":48,"target":256},{"source":48,"target":257},{"source":255,"target":43},{"source":255,"target":258},{"source":255,"target":48},{"source":258,"target":43},{"source":256,"target":259},{"source":256,"target":48},{"source":257,"target":47},{"source":49,"target":0},{"source":49,"target":67},{"source":49,"target":260},{"source":49,"target":261},{"source":49,"target":262},{"source":49,"target":263},{"source":49,"target":264},{"source":260,"target":265},{"source":260,"target":49},{"source":261,"target":266},{"source":261,"target":49},{"source":262,"target":267},{"source":262,"target":49},{"source":263,"target":268},{"source":263,"target":49},{"source":264,"target":67},{"source":50,"target":0},{"source":50,"target":269},{"source":50,"target":270},{"source":50,"target":271},{"source":269,"target":272},{"source":269,"target":50},{"source":270,"target":58},{"source":270,"target":273},{"source":270,"target":50},{"source":273,"target":58},{"source":271,"target":57},{"source":271,"target":274},{"source":271,"target":50},{"source":274,"target":57},{"source":51,"target":0},{"source":51,"target":275},{"source":275,"target":276},{"source":275,"target":51},{"source":52,"target":0},{"source":52,"target":67},{"source":52,"target":277},{"source":52,"target":278},{"source":277,"target":53},{"source":277,"target":279},{"source":277,"target":52},{"source":279,"target":53},{"source":278,"target":67},{"source":53,"target":0},{"source":53,"target":280},{"source":53,"target":281},{"source":280,"target":282},{"source":280,"target":53},{"source":281,"target":283},{"source":281,"target":53},{"source":54,"target":0},{"source":54,"target":284},{"source":54,"target":285},{"source":54,"target":286},{"source":284,"target":287},{"source":284,"target":54},{"source":285,"target":288},{"source":285,"target":54},{"source":286,"target":55},{"source":286,"target":289},{"source":286,"target":54},{"source":289,"target":55},{"source":55,"target":0},{"source":55,"target":290},{"source":55,"target":291},{"source":290,"target":56},{"source":290,"target":292},{"source":290,"target":55},{"source":292,"target":56},{"source":291,"target":57},{"source":291,"target":293},{"source":291,"target":55},{"source":293,"target":57},{"source":56,"target":0},{"source":56,"target":294},{"source":56,"target":295},{"source":294,"target":296},{"source":294,"target":56},{"source":295,"target":58},{"source":295,"target":297},{"source":295,"target":56},{"source":297,"target":58},{"source":57,"target":0},{"source":58,"target":0},{"source":59,"target":0},{"source":59,"target":298},{"source":298,"target":43},{"source":298,"target":299},{"source":298,"target":59},{"source":299,"target":43},{"source":60,"target":0},{"source":60,"target":59},{"source":60,"target":300},{"source":60,"target":301},{"source":300,"target":61},{"source":300,"target":302},{"source":300,"target":60},{"source":302,"target":61},{"source":301,"target":59},{"source":61,"target":0},{"source":61,"target":303},{"source":61,"target":304},{"source":303,"target":6},{"source":303,"target":305},{"source":303,"target":61},{"source":305,"target":6},{"source":304,"target":306},{"source":304,"target":61},{"source":62,"target":0},{"source":62,"target":59},{"source":62,"target":307},{"source":62,"target":308},{"source":307,"target":63},{"source":307,"target":309},{"source":307,"target":62},{"source":309,"target":63},{"source":308,"target":59},{"source":63,"target":0},{"source":63,"target":310},{"source":63,"target":311},{"source":310,"target":6},{"source":310,"target":312},{"source":310,"target":63},{"source":312,"target":6},{"source":311,"target":313},{"source":311,"target":63},{"source":64,"target":0},{"source":64,"target":89},{"source":64,"target":314},{"source":64,"target":315},{"source":64,"target":316},{"source":64,"target":317},{"source":64,"target":318},{"source":64,"target":319},{"source":64,"target":320},{"source":64,"target":321},{"source":314,"target":65},{"source":314,"target":322},{"source":314,"target":64},{"source":322,"target":65},{"source":315,"target":323},{"source":315,"target":64},{"source":316,"target":90},{"source":316,"target":324},{"source":316,"target":64},{"source":324,"target":90},{"source":317,"target":66},{"source":317,"target":325},{"source":317,"target":64},{"source":325,"target":66},{"source":318,"target":67},{"source":318,"target":326},{"source":318,"target":64},{"source":326,"target":67},{"source":319,"target":51},{"source":319,"target":327},{"source":319,"target":64},{"source":327,"target":51},{"source":320,"target":68},{"source":320,"target":328},{"source":320,"target":64},{"source":328,"target":68},{"source":321,"target":89},{"source":65,"target":0},{"source":65,"target":329},{"source":329,"target":330},{"source":329,"target":65},{"source":66,"target":0},{"source":67,"target":0},{"source":67,"target":331},{"source":331,"target":332},{"source":331,"target":67},{"source":68,"target":0},{"source":69,"target":0},{"source":69,"target":89},{"source":69,"target":333},{"source":69,"target":334},{"source":69,"target":335},{"source":69,"target":336},{"source":69,"target":337},{"source":69,"target":338},{"source":69,"target":339},{"source":69,"target":340},{"source":69,"target":341},{"source":69,"target":342},{"source":69,"target":343},{"source":333,"target":344},{"source":333,"target":69},{"source":334,"target":70},{"source":334,"target":345},{"source":334,"target":69},{"source":345,"target":70},{"source":335,"target":90},{"source":335,"target":346},{"source":335,"target":69},{"source":346,"target":90},{"source":336,"target":70},{"source":336,"target":347},{"source":336,"target":69},{"source":347,"target":70},{"source":337,"target":84},{"source":337,"target":348},{"source":337,"target":69},{"source":348,"target":84},{"source":338,"target":71},{"source":338,"target":349},{"source":338,"target":69},{"source":349,"target":71},{"source":339,"target":67},{"source":339,"target":350},{"source":339,"target":69},{"source":350,"target":67},{"source":340,"target":51},{"source":340,"target":351},{"source":340,"target":69},{"source":351,"target":51},{"source":341,"target":77},{"source":341,"target":352},{"source":341,"target":69},{"source":352,"target":77},{"source":342,"target":76},{"source":342,"target":353},{"source":342,"target":69},{"source":353,"target":76},{"source":343,"target":89},{"source":70,"target":0},{"source":70,"target":354},{"source":354,"target":355},{"source":354,"target":70},{"source":71,"target":0},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":356},{"source":72,"target":357},{"source":72,"target":358},{"source":72,"target":359},{"source":356,"target":360},{"source":356,"target":72},{"source":357,"target":361},{"source":357,"target":72},{"source":358,"target":73},{"source":358,"target":362},{"source":358,"target":72},{"source":362,"target":73},{"source":359,"target":71},{"source":73,"target":0},{"source":74,"target":0},{"source":74,"target":71},{"source":74,"target":363},{"source":74,"target":364},{"source":74,"target":365},{"source":74,"target":366},{"source":363,"target":367},{"source":363,"target":74},{"source":364,"target":368},{"source":364,"target":74},{"source":365,"target":75},{"source":365,"target":369},{"source":365,"target":74},{"source":369,"target":75},{"source":366,"target":71},{"source":75,"target":0},{"source":76,"target":0},{"source":77,"target":0},{"source":77,"target":370},{"source":77,"target":371},{"source":77,"target":372},{"source":77,"target":373},{"source":77,"target":374},{"source":77,"target":375},{"source":77,"target":376},{"source":77,"target":377},{"source":77,"target":378},{"source":370,"target":379},{"source":370,"target":77},{"source":371,"target":380},{"source":371,"target":77},{"source":372,"target":381},{"source":372,"target":77},{"source":373,"target":83},{"source":373,"target":382},{"source":373,"target":77},{"source":382,"target":83},{"source":374,"target":383},{"source":374,"target":77},{"source":375,"target":66},{"source":375,"target":384},{"source":375,"target":77},{"source":384,"target":66},{"source":376,"target":67},{"source":376,"target":385},{"source":376,"target":77},{"source":385,"target":67},{"source":377,"target":51},{"source":377,"target":386},{"source":377,"target":77},{"source":386,"target":51},{"source":378,"target":68},{"source":378,"target":387},{"source":378,"target":77},{"source":387,"target":68},{"source":78,"target":0},{"source":78,"target":388},{"source":78,"target":389},{"source":78,"target":390},{"source":78,"target":391},{"source":78,"target":392},{"source":78,"target":393},{"source":78,"target":394},{"source":388,"target":395},{"source":388,"target":78},{"source":389,"target":79},{"source":389,"target":396},{"source":389,"target":78},{"source":396,"target":79},{"source":390,"target":90},{"source":390,"target":397},{"source":390,"target":78},{"source":397,"target":90},{"source":391,"target":79},{"source":391,"target":398},{"source":391,"target":78},{"source":398,"target":79},{"source":392,"target":84},{"source":392,"target":399},{"source":392,"target":78},{"source":399,"target":84},{"source":393,"target":67},{"source":393,"target":400},{"source":393,"target":78},{"source":400,"target":67},{"source":394,"target":77},{"source":394,"target":401},{"source":394,"target":78},{"source":401,"target":77},{"source":79,"target":0},{"source":79,"target":402},{"source":402,"target":403},{"source":402,"target":79},{"source":80,"target":0},{"source":80,"target":404},{"source":80,"target":405},{"source":80,"target":406},{"source":80,"target":407},{"source":404,"target":81},{"source":404,"target":408},{"source":404,"target":80},{"source":408,"target":81},{"source":405,"target":90},{"source":405,"target":409},{"source":405,"target":80},{"source":409,"target":90},{"source":406,"target":84},{"source":406,"target":410},{"source":406,"target":80},{"source":410,"target":84},{"source":407,"target":82},{"source":407,"target":411},{"source":407,"target":80},{"source":411,"target":82},{"source":81,"target":0},{"source":81,"target":412},{"source":412,"target":413},{"source":412,"target":81},{"source":82,"target":0},{"source":82,"target":414},{"source":82,"target":415},{"source":82,"target":416},{"source":414,"target":83},{"source":414,"target":417},{"source":414,"target":82},{"source":417,"target":83},{"source":415,"target":418},{"source":415,"target":82},{"source":416,"target":66},{"source":416,"target":419},{"source":416,"target":82},{"source":419,"target":66},{"source":83,"target":0},{"source":83,"target":420},{"source":420,"target":421},{"source":420,"target":83},{"source":84,"target":0},{"source":84,"target":422},{"source":422,"target":81},{"source":422,"target":423},{"source":422,"target":84},{"source":423,"target":81},{"source":85,"target":0},{"source":85,"target":1},{"source":85,"target":424},{"source":85,"target":425},{"source":85,"target":426},{"source":85,"target":427},{"source":85,"target":428},{"source":424,"target":86},{"source":424,"target":429},{"source":424,"target":85},{"source":429,"target":86},{"source":425,"target":66},{"source":425,"target":430},{"source":425,"target":85},{"source":430,"target":66},{"source":426,"target":67},{"source":426,"target":431},{"source":426,"target":85},{"source":431,"target":67},{"source":427,"target":76},{"source":427,"target":432},{"source":427,"target":85},{"source":432,"target":76},{"source":428,"target":1},{"source":86,"target":0},{"source":86,"target":433},{"source":433,"target":434},{"source":433,"target":86},{"source":87,"target":0},{"source":87,"target":435},{"source":87,"target":436},{"source":87,"target":437},{"source":87,"target":438},{"source":435,"target":439},{"source":435,"target":87},{"source":436,"target":88},{"source":436,"target":440},{"source":436,"target":87},{"source":440,"target":88},{"source":437,"target":90},{"source":437,"target":441},{"source":437,"target":87},{"source":441,"target":90},{"source":438,"target":89},{"source":438,"target":442},{"source":438,"target":87},{"source":442,"target":89},{"source":88,"target":0},{"source":88,"target":443},{"source":443,"target":444},{"source":443,"target":88},{"source":89,"target":0},{"source":90,"target":0},{"source":90,"target":445},{"source":445,"target":446},{"source":445,"target":90},{"source":91,"target":0},{"source":91,"target":92},{"source":91,"target":447},{"source":91,"target":448},{"source":91,"target":449},{"source":91,"target":450},{"source":91,"target":451},{"source":447,"target":91},{"source":447,"target":452},{"source":447,"target":91},{"source":452,"target":91},{"source":448,"target":453},{"source":448,"target":91},{"source":449,"target":91},{"source":449,"target":454},{"source":449,"target":91},{"source":454,"target":91},{"source":450,"target":91},{"source":450,"target":455},{"source":450,"target":91},{"source":455,"target":91},{"source":451,"target":92},{"source":92,"target":0},{"source":92,"target":112},{"source":92,"target":456},{"source":456,"target":112},{"source":93,"target":0},{"source":93,"target":91},{"source":93,"target":457},{"source":93,"target":458},{"source":93,"target":459},{"source":457,"target":26},{"source":457,"target":460},{"source":457,"target":93},{"source":460,"target":26},{"source":458,"target":94},{"source":458,"target":461},{"source":458,"target":93},{"source":461,"target":94},{"source":459,"target":91},{"source":94,"target":0},{"source":94,"target":462},{"source":94,"target":463},{"source":462,"target":464},{"source":462,"target":94},{"source":463,"target":465},{"source":463,"target":94},{"source":95,"target":0},{"source":95,"target":466},{"source":95,"target":467},{"source":466,"target":65},{"source":466,"target":468},{"source":466,"target":95},{"source":468,"target":65},{"source":467,"target":101},{"source":467,"target":469},{"source":467,"target":95},{"source":469,"target":101},{"source":96,"target":0},{"source":96,"target":68},{"source":96,"target":76},{"source":96,"target":470},{"source":96,"target":471},{"source":96,"target":472},{"source":470,"target":97},{"source":470,"target":473},{"source":470,"target":96},{"source":473,"target":97},{"source":471,"target":68},{"source":472,"target":76},{"source":97,"target":0},{"source":97,"target":95},{"source":97,"target":474},{"source":97,"target":475},{"source":474,"target":476},{"source":474,"target":97},{"source":475,"target":95},{"source":98,"target":0},{"source":98,"target":97},{"source":98,"target":477},{"source":477,"target":97},{"source":99,"target":0},{"source":99,"target":98},{"source":99,"target":478},{"source":99,"target":479},{"source":99,"target":480},{"source":478,"target":26},{"source":478,"target":481},{"source":478,"target":99},{"source":481,"target":26},{"source":479,"target":91},{"source":479,"target":482},{"source":479,"target":99},{"source":482,"target":91},{"source":480,"target":98},{"source":100,"target":0},{"source":100,"target":483},{"source":100,"target":484},{"source":483,"target":26},{"source":483,"target":485},{"source":483,"target":100},{"source":485,"target":26},{"source":484,"target":26},{"source":484,"target":486},{"source":484,"target":100},{"source":486,"target":26},{"source":101,"target":0},{"source":102,"target":0},{"source":102,"target":101},{"source":102,"target":487},{"source":102,"target":488},{"source":102,"target":489},{"source":487,"target":26},{"source":487,"target":490},{"source":487,"target":102},{"source":490,"target":26},{"source":488,"target":91},{"source":488,"target":491},{"source":488,"target":102},{"source":491,"target":91},{"source":489,"target":101},{"source":103,"target":0},{"source":103,"target":492},{"source":103,"target":493},{"source":103,"target":494},{"source":492,"target":495},{"source":492,"target":103},{"source":493,"target":26},{"source":493,"target":496},{"source":493,"target":103},{"source":496,"target":26},{"source":494,"target":26},{"source":494,"target":497},{"source":494,"target":103},{"source":497,"target":26},{"source":104,"target":0},{"source":104,"target":498},{"source":104,"target":499},{"source":498,"target":26},{"source":498,"target":500},{"source":498,"target":104},{"source":500,"target":26},{"source":499,"target":26},{"source":499,"target":501},{"source":499,"target":104},{"source":501,"target":26},{"source":105,"target":0},{"source":105,"target":97},{"source":105,"target":502},{"source":105,"target":503},{"source":502,"target":91},{"source":502,"target":504},{"source":502,"target":105},{"source":504,"target":91},{"source":503,"target":97},{"source":106,"target":0},{"source":106,"target":105},{"source":106,"target":505},{"source":106,"target":506},{"source":106,"target":507},{"source":106,"target":508},{"source":505,"target":96},{"source":505,"target":509},{"source":505,"target":106},{"source":509,"target":96},{"source":506,"target":107},{"source":506,"target":510},{"source":506,"target":106},{"source":510,"target":107},{"source":507,"target":108},{"source":507,"target":511},{"source":507,"target":106},{"source":511,"target":108},{"source":508,"target":105},{"source":107,"target":0},{"source":107,"target":512},{"source":107,"target":513},{"source":512,"target":91},{"source":512,"target":514},{"source":512,"target":107},{"source":514,"target":91},{"source":513,"target":96},{"source":513,"target":515},{"source":513,"target":107},{"source":515,"target":96},{"source":108,"target":0},{"source":108,"target":516},{"source":516,"target":96},{"source":516,"target":517},{"source":516,"target":108},{"source":517,"target":96},{"source":109,"target":0},{"source":109,"target":105},{"source":109,"target":518},{"source":109,"target":519},{"source":109,"target":520},{"source":518,"target":110},{"source":518,"target":521},{"source":518,"target":109},{"source":521,"target":110},{"source":519,"target":96},{"source":519,"target":522},{"source":519,"target":109},{"source":522,"target":96},{"source":520,"target":105},{"source":110,"target":0},{"source":110,"target":523},{"source":110,"target":524},{"source":523,"target":111},{"source":523,"target":525},{"source":523,"target":110},{"source":525,"target":111},{"source":524,"target":96},{"source":524,"target":526},{"source":524,"target":110},{"source":526,"target":96},{"source":111,"target":0},{"source":111,"target":527},{"source":527,"target":112},{"source":527,"target":528},{"source":527,"target":111},{"source":528,"target":112},{"source":112,"target":0},{"source":113,"target":0},{"source":113,"target":97},{"source":113,"target":529},{"source":529,"target":97},{"source":114,"target":0},{"source":114,"target":113},{"source":114,"target":530},{"source":530,"target":113},{"source":115,"target":0},{"source":115,"target":113},{"source":115,"target":531},{"source":531,"target":113},{"source":116,"target":0},{"source":116,"target":113},{"source":116,"target":532},{"source":116,"target":533},{"source":116,"target":534},{"source":116,"target":535},{"source":532,"target":26},{"source":532,"target":536},{"source":532,"target":116},{"source":536,"target":26},{"source":533,"target":117},{"source":533,"target":537},{"source":533,"target":116},{"source":537,"target":117},{"source":534,"target":96},{"source":534,"target":538},{"source":534,"target":116},{"source":538,"target":96},{"source":535,"target":113},{"source":117,"target":0},{"source":117,"target":539},{"source":117,"target":540},{"source":117,"target":541},{"source":539,"target":91},{"source":539,"target":542},{"source":539,"target":117},{"source":542,"target":91},{"source":540,"target":91},{"source":540,"target":543},{"source":540,"target":117},{"source":543,"target":91},{"source":541,"target":91},{"source":541,"target":544},{"source":541,"target":117},{"source":544,"target":91},{"source":118,"target":0},{"source":118,"target":113},{"source":118,"target":545},{"source":118,"target":546},{"source":118,"target":547},{"source":545,"target":91},{"source":545,"target":548},{"source":545,"target":118},{"source":548,"target":91},{"source":546,"target":96},{"source":546,"target":549},{"source":546,"target":118},{"source":549,"target":96},{"source":547,"target":113},{"source":119,"target":0},{"source":119,"target":113},{"source":119,"target":550},{"source":119,"target":551},{"source":119,"target":552},{"source":550,"target":96},{"source":550,"target":553},{"source":550,"target":119},{"source":553,"target":96},{"source":551,"target":91},{"source":551,"target":554},{"source":551,"target":119},{"source":554,"target":91},{"source":552,"target":113},{"source":120,"target":0},{"source":120,"target":91},{"source":120,"target":555},{"source":555,"target":91},{"source":121,"target":0},{"source":121,"target":91},{"source":121,"target":556},{"source":556,"target":91},{"source":122,"target":0},{"source":122,"target":91},{"source":122,"target":557},{"source":557,"target":91},{"source":123,"target":0},{"source":123,"target":91},{"source":123,"target":558},{"source":558,"target":91},{"source":124,"target":0},{"source":124,"target":91},{"source":124,"target":559},{"source":559,"target":91},{"source":125,"target":0},{"source":125,"target":91},{"source":125,"target":560},{"source":560,"target":91},{"source":126,"target":0},{"source":126,"target":91},{"source":126,"target":561},{"source":561,"target":91}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="courseScheduling" nsURI="courseScheduling" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Timetable" eSuperTypes="#//TimedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="timetables" upperBound="-1" eType="#//SubTimetable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubTimetable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="weekday" lowerBound="1" upperBound="7" eType="#//Day_column" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Day_column"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//day"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" lowerBound="1" upperBound="-1" eType="#//Course" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="day"> <eLiterals name="Monday" value="1"/> <eLiterals name="Tuesday" value="2"/> <eLiterals name="Wednesday" value="3"/> <eLiterals name="Thursday" value="4"/> <eLiterals name="Friday" value="5"/> <eLiterals name="Saturday" value="6"/> <eLiterals name="Sunday" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Course" eSuperTypes="#//TimedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classLimit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instructors" lowerBound="1" upperBound="-1" eType="#//Instructor" eOpposite="#//Instructor/courses"/> <eStructuralFeatures xsi:type="ecore:EReference" name="room" lowerBound="1" eType="#//Room"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstructorList"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructors" upperBound="-1" eType="#//Instructor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instructor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" lowerBound="1" upperBound="-1" eType="#//Course" eOpposite="#//Course/instructors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoomList"> <eStructuralFeatures xsi:type="ecore:EReference" name="rooms" upperBound="-1" eType="#//Room" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Room"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capacity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/pen-zhang/schooltimetable/3.epsilon program/timetableM2T/courseScheduling.ecore
ecore
courseScheduling Timetable timetables SubTimetable classNumber weekday TimedElement startTime endTime Day_column name courses day Monday Monday Tuesday Tuesday Wednesday Wednesday Thursday Thursday Friday Friday Saturday Saturday Sunday Sunday Course name duration classLimit instructors room InstructorList instructors Instructor name courses RoomList rooms Room name capacity
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"courseScheduling","name":"courseScheduling","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Timetable","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubTimetable","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimedElement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Day_column","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"day","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Course","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstructorList","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instructor","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoomList","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Room","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timetables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"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":"classNumber","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":7,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"weekday","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"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":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endTime","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"courses","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"name":"Monday","id":26,"value":1,"literal":"Monday","eClass":"EEnumLiteral"},{"name":"Tuesday","id":27,"value":2,"literal":"Tuesday","eClass":"EEnumLiteral"},{"name":"Wednesday","id":28,"value":3,"literal":"Wednesday","eClass":"EEnumLiteral"},{"name":"Thursday","id":29,"value":4,"literal":"Thursday","eClass":"EEnumLiteral"},{"name":"Friday","id":30,"value":5,"literal":"Friday","eClass":"EEnumLiteral"},{"name":"Saturday","id":31,"value":6,"literal":"Saturday","eClass":"EEnumLiteral"},{"name":"Sunday","id":32,"value":7,"literal":"Sunday","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":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classLimit","changeable":true,"lowerBound":0,"iD":false,"id":35,"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":"instructors","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"room","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"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":"courses","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"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":"rooms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"capacity","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":11},{"source":1,"target":12},{"source":11,"target":2},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":2},{"source":12,"target":3},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":16},{"source":14,"target":2},{"source":15,"target":4},{"source":15,"target":17},{"source":15,"target":2},{"source":17,"target":4},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":18,"target":20},{"source":18,"target":3},{"source":19,"target":21},{"source":19,"target":3},{"source":4,"target":0},{"source":4,"target":22},{"source":4,"target":23},{"source":22,"target":5},{"source":22,"target":24},{"source":22,"target":4},{"source":24,"target":5},{"source":23,"target":6},{"source":23,"target":25},{"source":23,"target":4},{"source":25,"target":6},{"source":5,"target":0},{"source":5,"target":26},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":26,"target":5},{"source":27,"target":5},{"source":28,"target":5},{"source":29,"target":5},{"source":30,"target":5},{"source":31,"target":5},{"source":32,"target":5},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":33},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":33,"target":39},{"source":33,"target":6},{"source":34,"target":40},{"source":34,"target":6},{"source":35,"target":41},{"source":35,"target":6},{"source":36,"target":8},{"source":36,"target":42},{"source":36,"target":6},{"source":36,"target":43},{"source":42,"target":8},{"source":37,"target":10},{"source":37,"target":44},{"source":37,"target":6},{"source":44,"target":10},{"source":38,"target":3},{"source":7,"target":0},{"source":7,"target":45},{"source":45,"target":8},{"source":45,"target":46},{"source":45,"target":7},{"source":46,"target":8},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":43},{"source":47,"target":48},{"source":47,"target":8},{"source":43,"target":6},{"source":43,"target":49},{"source":43,"target":8},{"source":43,"target":36},{"source":49,"target":6},{"source":9,"target":0},{"source":9,"target":50},{"source":50,"target":10},{"source":50,"target":51},{"source":50,"target":9},{"source":51,"target":10},{"source":10,"target":0},{"source":10,"target":52},{"source":10,"target":53},{"source":52,"target":54},{"source":52,"target":10},{"source":53,"target":55},{"source":53,"target":10}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="Synthesis" nsURI="http://Synthesis.ecore" nsPrefix="syn"> <eClassifiers xsi:type="ecore:EClass" name="SchemaDef" eSuperTypes="#//ModuleDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//ModuleDef" eOpposite="#//ModuleDef/schema"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleDef" eSuperTypes="#//FrameDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moduleLayer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedClasses" upperBound="-1" eType="#//ClassDef" containment="true" eOpposite="#//ClassDef/classInModule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedFunctions" upperBound="-1" eType="#//FunctionDef" eOpposite="#//FunctionDef/functionInModule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedTypes" upperBound="-1" eType="#//TypeDef" containment="true" eOpposite="#//TypeDef/typeInModule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//FrameDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" lowerBound="1" eType="#//SchemaDef" eOpposite="#//SchemaDef/modules"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementDef" eSuperTypes="#//ValueDef"> <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="FrameDef" eSuperTypes="#//ElementDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" lowerBound="1" upperBound="-1" eType="#//ClassDef" eOpposite="#//ClassDef/instances"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ParameterDef" eOpposite="#//ParameterDef/parameterOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slots" upperBound="-1" eType="#//SlotDef" eOpposite="#//SlotDef/slotOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metavalueOf" eType="#//ValueDef" eOpposite="#//ValueDef/metavalue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaslotOf" eType="#//SlotDef" eOpposite="#//SlotDef/metaslot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaframe" eType="#//FrameDef" eOpposite="#//FrameDef/metaframeOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaframeOf" lowerBound="1" eType="#//FrameDef" eOpposite="#//FrameDef/metaframe"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDef" eSuperTypes="#//FrameDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nonobject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeInModule" lowerBound="1" eType="#//ModuleDef" eOpposite="#//ModuleDef/containedTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//ValueDef" eOpposite="#//ValueDef/typeOfValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ADTDef" eSuperTypes="#//TypeDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeDef" eOpposite="#//AttributeDef/attributeOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invariants" upperBound="-1" eType="#//InvariantDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subtypes" lowerBound="1" upperBound="-1" eType="#//ADTDef" eOpposite="#//ADTDef/supertypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supertypes" upperBound="-1" eType="#//ADTDef" eOpposite="#//ADTDef/subtypes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterDef" eSuperTypes="#//ElementDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterOf" lowerBound="1" eType="#//FrameDef" eOpposite="#//FrameDef/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeDef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlotDef" eSuperTypes="#//ElementDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//ValueDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slotOf" lowerBound="1" eType="#//FrameDef" eOpposite="#//FrameDef/slots"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaslot" lowerBound="1" eType="#//FrameDef" eOpposite="#//FrameDef/metaslotOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeDef" eSuperTypes="#//SlotDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//ValueDef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inverseAttribute" eType="#//AttributeDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//ClassDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeOf" lowerBound="1" eType="#//ADTDef" eOpposite="#//ADTDef/attributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassDef" eSuperTypes="#//FrameDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceType" eType="#//TypeDef" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//FrameDef" eOpposite="#//FrameDef/classes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classInModule" lowerBound="1" eType="#//ModuleDef" eOpposite="#//ModuleDef/containedClasses"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" upperBound="-1" eType="#//AttributeDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subclasses" lowerBound="1" upperBound="-1" eType="#//ClassDef" eOpposite="#//ClassDef/superclasses"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superclasses" upperBound="-1" eType="#//ClassDef" eOpposite="#//ClassDef/subclasses"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetaclassDef" eSuperTypes="#//ClassDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="instInstType" eType="#//ADTDef" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalarDef" eSuperTypes="#//TypeDef"/> <eClassifiers xsi:type="ecore:EClass" name="StringDef" eSuperTypes="#//ScalarDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerDef" eSuperTypes="#//ScalarDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="base" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumDef" eSuperTypes="#//ScalarDef"/> <eClassifiers xsi:type="ecore:EClass" name="RealDef" eSuperTypes="#//ScalarDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="precision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionDef" eSuperTypes="#//TypeDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="ofType" lowerBound="1" eType="#//TypeDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetDef" eSuperTypes="#//CollectionDef"/> <eClassifiers xsi:type="ecore:EClass" name="InvariantDef" eSuperTypes="#//TypeDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicativeSpec" eType="#//Formulae/Formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDef" eSuperTypes="#//TypeDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionInModule" lowerBound="1" eType="#//ModuleDef" eOpposite="#//ModuleDef/containedFunctions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#//TypeDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selector" eType="#//SelectorDef" eOpposite="#//SelectorDef/selectorOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicativeSpec" eType="#//Formulae/Formula"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementation" eType="#//Programs/Program"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectorDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" 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="priority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectorOf" lowerBound="1" eType="#//FunctionDef" eOpposite="#//FunctionDef/selector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationDef" eSuperTypes="#//ElementDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" upperBound="-1" eType="#//ClassDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="range" upperBound="-1" eType="#//ClassDef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxInverseCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minInverseCard" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse" eType="#//AssociationDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssociationMetaclassDef" eSuperTypes="#//MetaclassDef #//AssociationDef"/> <eClassifiers xsi:type="ecore:EClass" name="MetatypeDef" eSuperTypes="#//MetaclassDef"/> <eClassifiers xsi:type="ecore:EClass" name="ValueDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeOfValue" lowerBound="1" eType="#//TypeDef" eOpposite="#//TypeDef/values"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metavalue" lowerBound="1" eType="#//FrameDef" eOpposite="#//FrameDef/metavalueOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValueDef" eSuperTypes="#//ValueDef"> <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="RealValueDef" eSuperTypes="#//ValueDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValueDef" eSuperTypes="#//ValueDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValueDef" eSuperTypes="#//ValueDef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetValueDef" eSuperTypes="#//ValueDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//ValueDef"/> </eClassifiers> <eSubpackages name="Programs" nsURI="http://Synthesis.ecore/Programs" nsPrefix="syn-prog"> <eClassifiers xsi:type="ecore:EClass" name="Program"/> <eClassifiers xsi:type="ecore:EClass" name="RuleList" eSuperTypes="#//Programs/Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" lowerBound="1" upperBound="-1" eType="#//Programs/Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Programs/Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="program" lowerBound="1" eType="#//Programs/Program" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgramSequence" eSuperTypes="#//Programs/Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="programs" upperBound="-1" eType="#//Programs/Program" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="head" lowerBound="1" eType="#//Formulae/Atom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Formulae/Formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Formulae/Formula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//Programs/Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterativeRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Formulae/Formula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//Programs/Block" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="Formulae" nsURI="http://Synthesis.ecore/Formulae" nsPrefix="syn-form"> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedFormula" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="1" eType="#//Formulae/Formula"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1" upperBound="-1" eType="#//Formulae/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conjunction" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="2" upperBound="-1" eType="#//Formulae/Formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Negation" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="1" eType="#//Formulae/Formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implication" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="consequent" lowerBound="1" eType="#//Formulae/Formula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="antecedent" lowerBound="1" eType="#//Formulae/Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Disjunction" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="2" upperBound="-1" eType="#//Formulae/Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExsistentiallyQuantifiedFormula" eSuperTypes="#//Formulae/QuantifiedFormula"/> <eClassifiers xsi:type="ecore:EClass" name="UniversallyQuantifiedFormula" eSuperTypes="#//Formulae/QuantifiedFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Formula"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stringRepr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ElementDef"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionComprehension" eSuperTypes="#//ValueDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" lowerBound="1" upperBound="-1" eType="#//Formulae/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" lowerBound="1" eType="#//Formulae/Formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atom" eSuperTypes="#//Formulae/Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1" eType="#//ValueDef"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInPredicate" eSuperTypes="#//Formulae/Atom"/> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticPredicate" eSuperTypes="#//Formulae/Atom"/> <eClassifiers xsi:type="ecore:EClass" name="SetPredicate" eSuperTypes="#//Formulae/Atom"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//ElementDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1" eType="#//ValueDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltInFunction" eSuperTypes="#//Formulae/FunctionCall"/> <eClassifiers xsi:type="ecore:EClass" name="AccessFunction" eSuperTypes="#//Formulae/FunctionCall"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//AttributeDef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetFunction" eSuperTypes="#//Formulae/AccessFunction"/> <eClassifiers xsi:type="ecore:EClass" name="GetFunction" eSuperTypes="#//Formulae/AccessFunction"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelRunnable/broken models/Synthesis.ecore
ecore
Synthesis SchemaDef modules ModuleDef moduleLayer containedClasses containedFunctions containedTypes imports schema ElementDef name FrameDef classes parameters slots metavalueOf metaslotOf metaframe metaframeOf TypeDef nonobject typeInModule values ADTDef attributes invariants subtypes supertypes ParameterDef parameterKind parameterOf type position SlotDef values slotOf metaslot AttributeDef cardinality initialValue attributeKind inverseAttribute classes attributeOf type ClassDef instanceType instances classInModule primaryKey subclasses superclasses MetaclassDef instInstType ScalarDef StringDef length IntegerDef base precision scale unsigned EnumDef RealDef precision CollectionDef ofType SetDef InvariantDef specification predicativeSpec FunctionDef specification functionInModule exceptions selector predicativeSpec implementation SelectorDef kind name priority selectorOf AssociationDef domain range maxCard maxInverseCard minCard minInverseCard inverse AssociationMetaclassDef MetatypeDef ValueDef typeOfValue metavalue StringValueDef value RealValueDef value IntegerValueDef value BooleanValueDef value SetValueDef values Programs Program RuleList rules Block program ProgramSequence programs Rule head body ConditionalRule condition block IterativeRule condition block Formulae QuantifiedFormula formula variables Conjunction formula Negation formula Implication consequent antecedent Disjunction formula ExsistentiallyQuantifiedFormula UniversallyQuantifiedFormula Formula stringRepr Variable CollectionComprehension vars formula Atom terms symbol BuiltInPredicate ArithmeticPredicate SetPredicate FunctionCall terms BuiltInFunction AccessFunction attribute SetFunction GetFunction
null
{"directed":true,"nodes":[{"nsPrefix":"syn","nsURI":"http://Synthesis.ecore","name":"Synthesis","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchemaDef","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleDef","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementDef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FrameDef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ADTDef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterDef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotDef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDef","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaclassDef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarDef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringDef","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerDef","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealDef","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionDef","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetDef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvariantDef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectorDef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationDef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationMetaclassDef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetatypeDef","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueDef","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValueDef","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealValueDef","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValueDef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValueDef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetValueDef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"nsPrefix":"syn-prog","nsURI":"http://Synthesis.ecore/Programs","name":"Programs","id":31,"eClass":"EPackage"},{"nsPrefix":"syn-form","nsURI":"http://Synthesis.ecore/Formulae","name":"Formulae","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":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"schema","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":"moduleLayer","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":"containedClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedFunctions","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":"containedTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classInModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionInModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"id":48,"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":"typeInModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"slots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metavalueOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaslotOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaframe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaframeOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameterOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"slotOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metavalue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metaslot","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nonobject","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeOfValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"invariants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"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":"subtypes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertypes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"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":"parameterKind","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":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":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"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":105,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeKind","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverseAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":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":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instanceType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"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":"subclasses","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superclasses","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"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instInstType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","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":"scale","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":"unsigned","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"precision","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"ofType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":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":"predicativeSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"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":"specification","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","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":"selector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicativeSpec","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"selectorOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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":"priority","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"range","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxCard","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":"maxInverseCard","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":"minCard","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minInverseCard","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"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":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"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":204,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleList","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramSequence","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalRule","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterativeRule","instanceClass":null,"abstract":false,"id":221,"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":"rules","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"programs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":232,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":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":236,"derived":false},{"container":false,"ordered":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":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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"container":false,"ordered":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":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedFormula","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conjunction","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negation","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implication","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjunction","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExsistentiallyQuantifiedFormula","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniversallyQuantifiedFormula","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionComprehension","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInPredicate","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticPredicate","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetPredicate","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltInFunction","instanceClass":null,"abstract":false,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessFunction","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetFunction","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetFunction","instanceClass":null,"abstract":false,"id":260,"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":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":2,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consequent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"antecedent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":2,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringRepr","changeable":true,"lowerBound":0,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"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":"vars","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":1,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"terms","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":2},{"source":1,"target":33},{"source":1,"target":34},{"source":33,"target":2},{"source":33,"target":35},{"source":33,"target":1},{"source":33,"target":36},{"source":35,"target":2},{"source":34,"target":2},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":36},{"source":2,"target":42},{"source":37,"target":43},{"source":37,"target":2},{"source":38,"target":10},{"source":38,"target":44},{"source":38,"target":2},{"source":38,"target":45},{"source":44,"target":10},{"source":39,"target":20},{"source":39,"target":46},{"source":39,"target":2},{"source":39,"target":47},{"source":46,"target":20},{"source":40,"target":5},{"source":40,"target":48},{"source":40,"target":2},{"source":40,"target":49},{"source":48,"target":5},{"source":41,"target":4},{"source":41,"target":50},{"source":41,"target":2},{"source":50,"target":4},{"source":36,"target":1},{"source":36,"target":51},{"source":36,"target":2},{"source":36,"target":33},{"source":51,"target":1},{"source":42,"target":4},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":52},{"source":3,"target":53},{"source":52,"target":54},{"source":52,"target":3},{"source":53,"target":25},{"source":4,"target":0},{"source":4,"target":3},{"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":4,"target":61},{"source":4,"target":62},{"source":55,"target":10},{"source":55,"target":63},{"source":55,"target":4},{"source":55,"target":64},{"source":63,"target":10},{"source":56,"target":7},{"source":56,"target":65},{"source":56,"target":4},{"source":56,"target":66},{"source":65,"target":7},{"source":57,"target":8},{"source":57,"target":67},{"source":57,"target":4},{"source":57,"target":68},{"source":67,"target":8},{"source":58,"target":25},{"source":58,"target":69},{"source":58,"target":4},{"source":58,"target":70},{"source":69,"target":25},{"source":59,"target":8},{"source":59,"target":71},{"source":59,"target":4},{"source":59,"target":72},{"source":71,"target":8},{"source":60,"target":4},{"source":60,"target":73},{"source":60,"target":4},{"source":60,"target":61},{"source":73,"target":4},{"source":61,"target":4},{"source":61,"target":74},{"source":61,"target":4},{"source":61,"target":60},{"source":74,"target":4},{"source":62,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":75},{"source":5,"target":49},{"source":5,"target":76},{"source":5,"target":77},{"source":75,"target":78},{"source":75,"target":5},{"source":49,"target":2},{"source":49,"target":79},{"source":49,"target":5},{"source":49,"target":40},{"source":79,"target":2},{"source":76,"target":25},{"source":76,"target":80},{"source":76,"target":5},{"source":76,"target":81},{"source":80,"target":25},{"source":77,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":82},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":6,"target":86},{"source":82,"target":9},{"source":82,"target":87},{"source":82,"target":6},{"source":82,"target":88},{"source":87,"target":9},{"source":83,"target":19},{"source":83,"target":89},{"source":83,"target":6},{"source":89,"target":19},{"source":84,"target":6},{"source":84,"target":90},{"source":84,"target":6},{"source":84,"target":85},{"source":90,"target":6},{"source":85,"target":6},{"source":85,"target":91},{"source":85,"target":6},{"source":85,"target":84},{"source":91,"target":6},{"source":86,"target":5},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":92},{"source":7,"target":66},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":92,"target":96},{"source":92,"target":7},{"source":66,"target":4},{"source":66,"target":97},{"source":66,"target":7},{"source":66,"target":56},{"source":97,"target":4},{"source":93,"target":5},{"source":93,"target":98},{"source":93,"target":7},{"source":98,"target":5},{"source":94,"target":99},{"source":94,"target":7},{"source":95,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":100},{"source":8,"target":68},{"source":8,"target":72},{"source":8,"target":101},{"source":100,"target":25},{"source":100,"target":102},{"source":100,"target":8},{"source":102,"target":25},{"source":68,"target":4},{"source":68,"target":103},{"source":68,"target":8},{"source":68,"target":57},{"source":103,"target":4},{"source":72,"target":4},{"source":72,"target":104},{"source":72,"target":8},{"source":72,"target":59},{"source":104,"target":4},{"source":101,"target":3},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":105},{"source":9,"target":106},{"source":9,"target":107},{"source":9,"target":108},{"source":9,"target":109},{"source":9,"target":88},{"source":9,"target":110},{"source":9,"target":111},{"source":105,"target":112},{"source":105,"target":9},{"source":106,"target":25},{"source":106,"target":113},{"source":106,"target":9},{"source":113,"target":25},{"source":107,"target":114},{"source":107,"target":9},{"source":108,"target":9},{"source":108,"target":115},{"source":108,"target":9},{"source":115,"target":9},{"source":109,"target":10},{"source":109,"target":116},{"source":109,"target":9},{"source":116,"target":10},{"source":88,"target":6},{"source":88,"target":117},{"source":88,"target":9},{"source":88,"target":82},{"source":117,"target":6},{"source":110,"target":5},{"source":110,"target":118},{"source":110,"target":9},{"source":118,"target":5},{"source":111,"target":8},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":119},{"source":10,"target":64},{"source":10,"target":45},{"source":10,"target":120},{"source":10,"target":121},{"source":10,"target":122},{"source":10,"target":123},{"source":119,"target":5},{"source":119,"target":124},{"source":119,"target":10},{"source":124,"target":5},{"source":64,"target":4},{"source":64,"target":125},{"source":64,"target":10},{"source":64,"target":55},{"source":125,"target":4},{"source":45,"target":2},{"source":45,"target":126},{"source":45,"target":10},{"source":45,"target":38},{"source":126,"target":2},{"source":120,"target":9},{"source":120,"target":127},{"source":120,"target":10},{"source":127,"target":9},{"source":121,"target":10},{"source":121,"target":128},{"source":121,"target":10},{"source":121,"target":122},{"source":128,"target":10},{"source":122,"target":10},{"source":122,"target":129},{"source":122,"target":10},{"source":122,"target":121},{"source":129,"target":10},{"source":123,"target":4},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":130},{"source":11,"target":131},{"source":130,"target":6},{"source":130,"target":132},{"source":130,"target":11},{"source":132,"target":6},{"source":131,"target":10},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":133},{"source":133,"target":5},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":134},{"source":13,"target":135},{"source":134,"target":136},{"source":134,"target":13},{"source":135,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":14,"target":140},{"source":14,"target":141},{"source":137,"target":142},{"source":137,"target":14},{"source":138,"target":143},{"source":138,"target":14},{"source":139,"target":144},{"source":139,"target":14},{"source":140,"target":145},{"source":140,"target":14},{"source":141,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":146},{"source":146,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":147},{"source":16,"target":148},{"source":147,"target":149},{"source":147,"target":16},{"source":148,"target":12},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":150},{"source":17,"target":151},{"source":150,"target":5},{"source":150,"target":152},{"source":150,"target":17},{"source":152,"target":5},{"source":151,"target":5},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":153},{"source":153,"target":17},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":154},{"source":19,"target":155},{"source":19,"target":156},{"source":154,"target":157},{"source":154,"target":19},{"source":155,"target":158},{"source":155,"target":159},{"source":155,"target":19},{"source":159,"target":158},{"source":156,"target":5},{"source":20,"target":0},{"source":20,"target":5},{"source":20,"target":160},{"source":20,"target":47},{"source":20,"target":161},{"source":20,"target":162},{"source":20,"target":163},{"source":20,"target":164},{"source":20,"target":165},{"source":160,"target":166},{"source":160,"target":20},{"source":47,"target":2},{"source":47,"target":167},{"source":47,"target":20},{"source":47,"target":39},{"source":167,"target":2},{"source":161,"target":5},{"source":161,"target":168},{"source":161,"target":20},{"source":168,"target":5},{"source":162,"target":21},{"source":162,"target":169},{"source":162,"target":20},{"source":162,"target":170},{"source":169,"target":21},{"source":163,"target":158},{"source":163,"target":171},{"source":163,"target":20},{"source":171,"target":158},{"source":164,"target":172},{"source":164,"target":173},{"source":164,"target":20},{"source":173,"target":172},{"source":165,"target":5},{"source":21,"target":0},{"source":21,"target":174},{"source":21,"target":175},{"source":21,"target":176},{"source":21,"target":170},{"source":174,"target":177},{"source":174,"target":21},{"source":175,"target":178},{"source":175,"target":21},{"source":176,"target":179},{"source":176,"target":21},{"source":170,"target":20},{"source":170,"target":180},{"source":170,"target":21},{"source":170,"target":162},{"source":180,"target":20},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":181},{"source":22,"target":182},{"source":22,"target":183},{"source":22,"target":184},{"source":22,"target":185},{"source":22,"target":186},{"source":22,"target":187},{"source":22,"target":188},{"source":181,"target":10},{"source":181,"target":189},{"source":181,"target":22},{"source":189,"target":10},{"source":182,"target":10},{"source":182,"target":190},{"source":182,"target":22},{"source":190,"target":10},{"source":183,"target":191},{"source":183,"target":22},{"source":184,"target":192},{"source":184,"target":22},{"source":185,"target":193},{"source":185,"target":22},{"source":186,"target":194},{"source":186,"target":22},{"source":187,"target":22},{"source":187,"target":195},{"source":187,"target":22},{"source":195,"target":22},{"source":188,"target":3},{"source":23,"target":0},{"source":23,"target":11},{"source":23,"target":22},{"source":23,"target":196},{"source":23,"target":197},{"source":196,"target":11},{"source":197,"target":22},{"source":24,"target":0},{"source":24,"target":11},{"source":24,"target":198},{"source":198,"target":11},{"source":25,"target":0},{"source":25,"target":81},{"source":25,"target":70},{"source":81,"target":5},{"source":81,"target":199},{"source":81,"target":25},{"source":81,"target":76},{"source":199,"target":5},{"source":70,"target":4},{"source":70,"target":200},{"source":70,"target":25},{"source":70,"target":58},{"source":200,"target":4},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":201},{"source":26,"target":202},{"source":201,"target":203},{"source":201,"target":26},{"source":202,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":204},{"source":27,"target":205},{"source":204,"target":206},{"source":204,"target":27},{"source":205,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":207},{"source":28,"target":208},{"source":207,"target":209},{"source":207,"target":28},{"source":208,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":210},{"source":29,"target":211},{"source":210,"target":212},{"source":210,"target":29},{"source":211,"target":25},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":213},{"source":30,"target":214},{"source":213,"target":25},{"source":213,"target":215},{"source":213,"target":30},{"source":215,"target":25},{"source":214,"target":25},{"source":31,"target":172},{"source":31,"target":216},{"source":31,"target":217},{"source":31,"target":218},{"source":31,"target":219},{"source":31,"target":220},{"source":31,"target":221},{"source":31,"target":0},{"source":172,"target":31},{"source":216,"target":31},{"source":216,"target":172},{"source":216,"target":222},{"source":216,"target":223},{"source":222,"target":219},{"source":222,"target":224},{"source":222,"target":216},{"source":224,"target":219},{"source":223,"target":172},{"source":217,"target":31},{"source":217,"target":172},{"source":217,"target":225},{"source":217,"target":226},{"source":225,"target":172},{"source":225,"target":227},{"source":225,"target":217},{"source":227,"target":172},{"source":226,"target":172},{"source":218,"target":31},{"source":218,"target":172},{"source":218,"target":228},{"source":218,"target":229},{"source":228,"target":172},{"source":228,"target":230},{"source":228,"target":218},{"source":230,"target":172},{"source":229,"target":172},{"source":219,"target":31},{"source":219,"target":231},{"source":219,"target":232},{"source":231,"target":233},{"source":231,"target":234},{"source":231,"target":219},{"source":234,"target":233},{"source":232,"target":158},{"source":232,"target":235},{"source":232,"target":219},{"source":235,"target":158},{"source":220,"target":31},{"source":220,"target":236},{"source":220,"target":237},{"source":236,"target":158},{"source":236,"target":238},{"source":236,"target":220},{"source":238,"target":158},{"source":237,"target":217},{"source":237,"target":239},{"source":237,"target":220},{"source":239,"target":217},{"source":221,"target":31},{"source":221,"target":240},{"source":221,"target":241},{"source":240,"target":158},{"source":240,"target":242},{"source":240,"target":221},{"source":242,"target":158},{"source":241,"target":217},{"source":241,"target":243},{"source":241,"target":221},{"source":243,"target":217},{"source":32,"target":244},{"source":32,"target":245},{"source":32,"target":246},{"source":32,"target":247},{"source":32,"target":248},{"source":32,"target":249},{"source":32,"target":250},{"source":32,"target":158},{"source":32,"target":251},{"source":32,"target":252},{"source":32,"target":233},{"source":32,"target":253},{"source":32,"target":254},{"source":32,"target":255},{"source":32,"target":256},{"source":32,"target":257},{"source":32,"target":258},{"source":32,"target":259},{"source":32,"target":260},{"source":32,"target":0},{"source":244,"target":32},{"source":244,"target":158},{"source":244,"target":261},{"source":244,"target":262},{"source":244,"target":263},{"source":261,"target":158},{"source":261,"target":264},{"source":261,"target":244},{"source":264,"target":158},{"source":262,"target":251},{"source":262,"target":265},{"source":262,"target":244},{"source":265,"target":251},{"source":263,"target":158},{"source":245,"target":32},{"source":245,"target":158},{"source":245,"target":266},{"source":245,"target":267},{"source":266,"target":158},{"source":266,"target":268},{"source":266,"target":245},{"source":268,"target":158},{"source":267,"target":158},{"source":246,"target":32},{"source":246,"target":158},{"source":246,"target":269},{"source":246,"target":270},{"source":269,"target":158},{"source":269,"target":271},{"source":269,"target":246},{"source":271,"target":158},{"source":270,"target":158},{"source":247,"target":32},{"source":247,"target":158},{"source":247,"target":272},{"source":247,"target":273},{"source":247,"target":274},{"source":272,"target":158},{"source":272,"target":275},{"source":272,"target":247},{"source":275,"target":158},{"source":273,"target":158},{"source":273,"target":276},{"source":273,"target":247},{"source":276,"target":158},{"source":274,"target":158},{"source":248,"target":32},{"source":248,"target":158},{"source":248,"target":277},{"source":248,"target":278},{"source":277,"target":158},{"source":277,"target":279},{"source":277,"target":248},{"source":279,"target":158},{"source":278,"target":158},{"source":249,"target":32},{"source":249,"target":244},{"source":249,"target":280},{"source":280,"target":244},{"source":250,"target":32},{"source":250,"target":244},{"source":250,"target":281},{"source":281,"target":244},{"source":158,"target":32},{"source":158,"target":282},{"source":282,"target":283},{"source":282,"target":158},{"source":251,"target":32},{"source":251,"target":3},{"source":251,"target":284},{"source":284,"target":3},{"source":252,"target":32},{"source":252,"target":25},{"source":252,"target":285},{"source":252,"target":286},{"source":252,"target":287},{"source":285,"target":251},{"source":285,"target":288},{"source":285,"target":252},{"source":288,"target":251},{"source":286,"target":158},{"source":286,"target":289},{"source":286,"target":252},{"source":289,"target":158},{"source":287,"target":25},{"source":233,"target":32},{"source":233,"target":158},{"source":233,"target":290},{"source":233,"target":291},{"source":233,"target":292},{"source":290,"target":25},{"source":290,"target":293},{"source":290,"target":233},{"source":293,"target":25},{"source":291,"target":294},{"source":291,"target":233},{"source":292,"target":158},{"source":253,"target":32},{"source":253,"target":233},{"source":253,"target":295},{"source":295,"target":233},{"source":254,"target":32},{"source":254,"target":233},{"source":254,"target":296},{"source":296,"target":233},{"source":255,"target":32},{"source":255,"target":233},{"source":255,"target":297},{"source":297,"target":233},{"source":256,"target":32},{"source":256,"target":3},{"source":256,"target":298},{"source":256,"target":299},{"source":298,"target":25},{"source":298,"target":300},{"source":298,"target":256},{"source":300,"target":25},{"source":299,"target":3},{"source":257,"target":32},{"source":257,"target":256},{"source":257,"target":301},{"source":301,"target":256},{"source":258,"target":32},{"source":258,"target":256},{"source":258,"target":302},{"source":258,"target":303},{"source":302,"target":9},{"source":302,"target":304},{"source":302,"target":258},{"source":304,"target":9},{"source":303,"target":256},{"source":259,"target":32},{"source":259,"target":258},{"source":259,"target":305},{"source":305,"target":258},{"source":260,"target":32},{"source":260,"target":258},{"source":260,"target":306},{"source":306,"target":258}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="component" nsURI="http:///jp/go/aist/rtm/toolscommon/model/component.ecore" nsPrefix="jp.go.aist.rtm.toolscommon.model.component"> <eClassifiers xsi:type="ecore:EClass" name="SystemDiagram" eSuperTypes="core.ecore#//ModelElement #//IPropertyMap"> <eOperations name="setSynchronizeInterval"> <eParameters name="milliSecond" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eOperations> <eOperations name="addPropertyChangeListener"> <eParameters name="listener" eType="#//PropertyChangeListener"/> </eOperations> <eOperations name="removePropertyChangeListener"> <eParameters name="listener" eType="#//PropertyChangeListener"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//SystemDiagramKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ConnectorProcessing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updateDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentSystemDiagram" eType="#//SystemDiagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeComponent" eType="#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" eSuperTypes="core.ecore#//WrapperObject #//IPropertyMap"> <eOperations name="getAllComponents" upperBound="-1" eType="#//Component"/> <eOperations name="isCompositeComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isGroupingCompositeComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="hasComponentAction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="inOnlineSystemDiagram" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="setComponentsR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="componentList" eType="#//List"/> </eOperations> <eOperations name="addComponentsR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="componentList" eType="#//List"/> </eOperations> <eOperations name="removeComponentR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="component" eType="#//Component"/> </eOperations> <eOperations name="setExportedPorts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="values" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="updateConfigurationSetR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="configSet" eType="#//ConfigurationSet"/> <eParameters name="isActive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="updateConfigurationSetListR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="list" eType="#//List"/> <eParameters name="activeConfigurationSet" eType="#//ConfigurationSet"/> <eParameters name="originallist" eType="#//List"/> </eOperations> <eOperations name="getPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurationSets" upperBound="-1" eType="#//ConfigurationSet" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activeConfigurationSet" eType="#//ConfigurationSet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//Port" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inports" upperBound="-1" eType="#//InPort" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outports" upperBound="-1" eType="#//OutPort" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceports" upperBound="-1" eType="#//ServicePort" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryExecutionContext" eType="#//ExecutionContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executionContexts" upperBound="-1" eType="#//ExecutionContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participationContexts" upperBound="-1" eType="#//ExecutionContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executionContextHandler" eType="#//ContextHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participationContextHandler" eType="#//ContextHandler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childSystemDiagram" eType="#//SystemDiagram"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceNameL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="venderL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeNameL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versionL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportDirection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="RIGHT"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositeTypeL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentId" 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" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startUp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shutDown" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deActivation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resetting" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentSpecification" eSuperTypes="#//Component"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="specUnLoad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rtcType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutionContext" eSuperTypes="core.ecore#//WrapperObject #//IPropertyMap"> <eOperations name="getId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getKindName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getStateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="setRateR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="rate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eOperations> <eOperations name="addComponentR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="removeComponentR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="containsComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="isOwner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kindL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rateL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stateL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1" eType="#//Component" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContextHandler" eSuperTypes="core.ecore#//IAdaptable"> <eOperations name="setContext" eType="#//ExecutionContext"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="ec" eType="#//ExecutionContext"/> </eOperations> <eOperations name="getContext" eType="#//ExecutionContext"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="ec" eType="#//ExecutionContext"/> </eOperations> <eOperations name="removeContext" eType="#//ExecutionContext"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="removeId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="ec" eType="#//ExecutionContext"/> </eOperations> <eOperations name="sync"/> <eOperations name="values" eType="#//List"/> <eOperations name="keys" eType="#//List"/> <eOperations name="clear"/> <eOperations name="getType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getOwnerContexts" upperBound="-1" eType="#//ExecutionContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationSet" eSuperTypes="core.ecore#//WrapperObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configurationData" upperBound="-1" eType="#//NameValue" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameValue" eSuperTypes="core.ecore#//WrapperObject"> <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" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="core.ecore#//WrapperObject"> <eOperations name="disconnectAll"/> <eOperations name="findPort" eType="#//Port"> <eParameters name="diagram" eType="#//SystemDiagram"/> <eParameters name="originalPortString" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="validateTargetConnector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="target" eType="#//Port"/> </eOperations> <eOperations name="validateSourceConnector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="source" eType="#//Port"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalPortString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronizer" eType="#//PortSynchronizer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowAnyDataType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowAnyInterfaceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowAnyDataflowType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="allowAnySubscriptionType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectorProfiles" upperBound="-1" eType="#//ConnectorProfile" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaces" upperBound="-1" eType="#//PortInterfaceProfile"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataflowType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subscriptionType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InPort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="OutPort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="ServicePort" eSuperTypes="#//Port"/> <eClassifiers xsi:type="ecore:EClass" name="PortSynchronizer" eSuperTypes="#//IPropertyMap"> <eOperations name="disconnect" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="conn_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="disconnect" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="conn_prof" eType="#//ConnectorProfile"/> </eOperations> <eOperations name="disconnectAll" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalPortString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortConnector" abstract="true" eSuperTypes="core.ecore#//WrapperObject"> <eOperations name="createConnectorR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="deleteConnectorR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectorProfile" eType="#//ConnectorProfile" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="routingConstraint" upperBound="-1" eType="#//EIntegerObjectToPointMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Port" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Port"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectorProfile" eSuperTypes="core.ecore#//WrapperObject #//IPropertyMap"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataflowType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subscriptionType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subscriptionTypeAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pushIntervalAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="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="connectorId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pushRate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pushPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skipCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pushPolicyAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skipCountAvailable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportBufferLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportBufferFullPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportBufferWriteTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportBufferEmptyPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportBufferReadTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inportBufferLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inportBufferFullPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inportBufferWriteTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inportBufferEmptyPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inportBufferReadTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timestampPolicy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReverse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outportSerializerType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inportSerializerType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EIntegerObjectToPointMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType core.ecore#//Point"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IPropertyMap" abstract="true" interface="true" eSuperTypes="core.ecore#//IAdaptable"> <eOperations name="getProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setProperty"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="removeProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getPropertyKeys" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getPropertyMap" eType="#//IPropertyMap"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SDOConfiguration" instanceClassName="_SDOPackage.Configuration"/> <eClassifiers xsi:type="ecore:EDataType" name="SDOConfigurationSet" instanceClassName="_SDOPackage.ConfigurationSet"/> <eClassifiers xsi:type="ecore:EDataType" name="SDOOrganization" instanceClassName="_SDOPackage.Organization"/> <eClassifiers xsi:type="ecore:EDataType" name="SDOServiceProfile" instanceClassName="_SDOPackage.ServiceProfile"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCRTObject" instanceClassName="RTC.RTObject"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCComponentProfile" instanceClassName="RTC.ComponentProfile"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCConnectorProfile" instanceClassName="RTC.ConnectorProfile"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCPortProfile" instanceClassName="RTC.PortProfile"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCExecutionContext" instanceClassName="RTC.ExecutionContext"/> <eClassifiers xsi:type="ecore:EDataType" name="RTCExecutionContextProfile" instanceClassName="RTC.ExecutionContextProfile"/> <eClassifiers xsi:type="ecore:EEnum" name="SystemDiagramKind"> <eLiterals name="ONLINE" value="1" literal="ONLINE"/> <eLiterals name="OFFLINE" value="2" literal="OFFLINE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="PropertyChangeListener" instanceClassName="java.beans.PropertyChangeListener"/> <eClassifiers xsi:type="ecore:EDataType" name="PortInterfaceProfile" instanceClassName="jp.go.aist.rtm.toolscommon.model.component.PortInterfaceProfile"/> <eClassifiers xsi:type="ecore:EDataType" name="List" instanceClassName="java.util.List"/> <eClassifiers xsi:type="ecore:EClass" name="CorbaComponent" eSuperTypes="#//Component core.ecore#//CorbaWrapperObject"> <eOperations name="startR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="stopR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="activateR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="deactivateR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="resetR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="finalizeR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="exitR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getExecutionContextState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getExecutionContextState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="ec" eType="#//ExecutionContext"/> </eOperations> <eOperations name="getExecutionContextStateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getExecutionContextStateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="ec" eType="#//ExecutionContext"/> </eOperations> <eOperations name="getComponentStateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getCorbaObjectInterface" eType="#//RTCRTObject"/> <eOperations name="supportedCorbaObserver" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="activateAll"/> <eOperations name="deactivateAll"/> <eOperations name="startAll"/> <eOperations name="stopAll"/> <eOperations name="attachPortEventObserver"> <eParameters name="observer" eType="#//ICorbaPortEventObserver"/> </eOperations> <eOperations name="detatchPortEventObserver"> <eParameters name="observer" eType="#//ICorbaPortEventObserver"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rTCComponentProfile" eType="#//RTCComponentProfile" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rTCExecutionContexts" upperBound="-1" eType="#//RTCExecutionContext" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rTCParticipationContexts" unique="false" upperBound="-1" eType="#//RTCExecutionContext" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sDOConfiguration" eType="#//SDOConfiguration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sDOOrganization" eType="#//SDOOrganization" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rTCRTObjects" unique="false" upperBound="-1" eType="#//RTCRTObject" transient="true" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ior" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statusObserver" eType="#//CorbaStatusObserver"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logObserver" eType="#//CorbaLogObserver"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaPortSynchronizer" eSuperTypes="core.ecore#//CorbaWrapperObject #//PortSynchronizer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rTCPortProfile" eType="#//RTCPortProfile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaConnectorProfile" eSuperTypes="#//ConnectorProfile"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rtcConnectorProfile" eType="#//RTCConnectorProfile" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaConfigurationSet" eSuperTypes="#//ConfigurationSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sDOConfigurationSet" eType="#//SDOConfigurationSet" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaExecutionContext" eSuperTypes="#//ExecutionContext core.ecore#//CorbaWrapperObject"> <eOperations name="startR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="stopR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="activateR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="deactivateR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="resetR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="getComponentState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eOperations name="getComponentStateName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="comp" eType="#//Component"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rtcExecutionContextProfile" eType="#//RTCExecutionContextProfile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaContextHandler" eSuperTypes="#//ContextHandler"/> <eClassifiers xsi:type="ecore:EClass" name="CorbaObserver" eSuperTypes="#//IPropertyMap core.ecore#//IAdaptable"> <eOperations name="activate"/> <eOperations name="deactivate"/> <eOperations name="attachComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="component" eType="#//CorbaComponent"/> </eOperations> <eOperations name="detachComponent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="finish" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceProfile" eType="#//SDOServiceProfile" changeable="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="servant" eType="#//Servant" changeable="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaStatusObserver" eSuperTypes="#//CorbaObserver"> <eOperations name="isTimeOut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CorbaLogObserver" eSuperTypes="#//CorbaObserver"/> <eClassifiers xsi:type="ecore:EDataType" name="Servant" instanceClassName="org.omg.PortableServer.Servant"/> <eClassifiers xsi:type="ecore:EDataType" name="ICorbaPortEventObserver" instanceClassName="jp.go.aist.rtm.toolscommon.model.component.util.ICorbaPortEventObserver"/> </ecore:EPackage>
github:ecore:/data/OpenRTM/OpenRTP-aist/jp.go.aist.rtm.toolscommon/src/jp/go/aist/rtm/toolscommon/model/component.ecore
ecore
component SystemDiagram setSynchronizeInterval milliSecond addPropertyChangeListener listener removePropertyChangeListener listener components kind ConnectorProcessing systemId creationDate updateDate parentSystemDiagram compositeComponent Component getAllComponents isCompositeComponent isGroupingCompositeComponent hasComponentAction inOnlineSystemDiagram setComponentsR componentList addComponentsR componentList removeComponentR component setExportedPorts values updateConfigurationSetR configSet isActive updateConfigurationSetListR list activeConfigurationSet originallist getPath configurationSets activeConfigurationSet ports inports outports serviceports components primaryExecutionContext executionContexts participationContexts executionContextHandler participationContextHandler childSystemDiagram instanceNameL venderL descriptionL categoryL typeNameL versionL pathId outportDirection RIGHT compositeTypeL componentId required false startUp shutDown activation deActivation resetting initialize finalize ComponentSpecification aliasName specUnLoad false rtcType ExecutionContext getId getKindName getStateName setRateR rate addComponentR comp removeComponentR comp containsComponent comp isOwner comp kindL -1 rateL stateL owner participants ContextHandler setContext id ec getContext id getId ec removeContext id removeId ec sync values keys clear getType getOwnerContexts ConfigurationSet id configurationData NameValue name value typeName Port disconnectAll findPort diagram originalPortString validateTargetConnector target validateSourceConnector source originalPortString synchronizer nameL allowAnyDataType allowAnyInterfaceType allowAnyDataflowType allowAnySubscriptionType connectorProfiles interfaces dataflowType subscriptionType dataType interfaceType InPort OutPort ServicePort PortSynchronizer disconnect conn_id disconnect conn_prof disconnectAll originalPortString PortConnector createConnectorR deleteConnectorR connectorProfile routingConstraint source target ConnectorProfile dataflowType subscriptionType subscriptionTypeAvailable pushIntervalAvailable name connectorId dataType interfaceType pushRate pushPolicy skipCount pushPolicyAvailable skipCountAvailable sourceString targetString outportBufferLength outportBufferFullPolicy outportBufferWriteTimeout outportBufferEmptyPolicy outportBufferReadTimeout inportBufferLength inportBufferFullPolicy inportBufferWriteTimeout inportBufferEmptyPolicy inportBufferReadTimeout timestampPolicy isReverse outportSerializerType inportSerializerType EIntegerObjectToPointMapEntry java.util.Map$Entry java.util.Map$Entry key value IPropertyMap getProperty key setProperty key value removeProperty key getPropertyKeys getPropertyMap SDOConfiguration _SDOPackage.Configuration _SDOPackage.Configuration SDOConfigurationSet _SDOPackage.ConfigurationSet _SDOPackage.ConfigurationSet SDOOrganization _SDOPackage.Organization _SDOPackage.Organization SDOServiceProfile _SDOPackage.ServiceProfile _SDOPackage.ServiceProfile RTCRTObject RTC.RTObject RTC.RTObject RTCComponentProfile RTC.ComponentProfile RTC.ComponentProfile RTCConnectorProfile RTC.ConnectorProfile RTC.ConnectorProfile RTCPortProfile RTC.PortProfile RTC.PortProfile RTCExecutionContext RTC.ExecutionContext RTC.ExecutionContext RTCExecutionContextProfile RTC.ExecutionContextProfile RTC.ExecutionContextProfile SystemDiagramKind ONLINE ONLINE OFFLINE OFFLINE PropertyChangeListener java.beans.PropertyChangeListener java.beans.PropertyChangeListener PortInterfaceProfile jp.go.aist.rtm.toolscommon.model.component.PortInterfaceProfile jp.go.aist.rtm.toolscommon.model.component.PortInterfaceProfile List java.util.List java.util.List CorbaComponent startR stopR activateR deactivateR resetR finalizeR exitR getExecutionContextState getExecutionContextState ec getExecutionContextStateName getExecutionContextStateName ec getComponentStateName getCorbaObjectInterface supportedCorbaObserver activateAll deactivateAll startAll stopAll attachPortEventObserver observer detatchPortEventObserver observer rTCComponentProfile rTCExecutionContexts rTCParticipationContexts sDOConfiguration sDOOrganization rTCRTObjects componentState ior statusObserver logObserver CorbaPortSynchronizer rTCPortProfile CorbaConnectorProfile rtcConnectorProfile CorbaConfigurationSet sDOConfigurationSet CorbaExecutionContext startR stopR activateR comp deactivateR comp resetR comp getComponentState comp getComponentStateName comp rtcExecutionContextProfile CorbaContextHandler CorbaObserver activate deactivate attachComponent component detachComponent finish serviceProfile servant CorbaStatusObserver isTimeOut CorbaLogObserver Servant org.omg.PortableServer.Servant org.omg.PortableServer.Servant ICorbaPortEventObserver jp.go.aist.rtm.toolscommon.model.component.util.ICorbaPortEventObserver jp.go.aist.rtm.toolscommon.model.component.util.ICorbaPortEventObserver
null
{"directed":true,"nodes":[{"nsPrefix":"jp.go.aist.rtm.toolscommon.model.component","nsURI":"http:///jp/go/aist/rtm/toolscommon/model/component.ecore","name":"component","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemDiagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentSpecification","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionContext","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextHandler","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationSet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPort","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServicePort","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortSynchronizer","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnector","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorProfile","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EIntegerObjectToPointMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IPropertyMap","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":"_SDOPackage.Configuration","defaultValue":null,"instanceClassName":"_SDOPackage.Configuration","name":"SDOConfiguration","instanceClass":null,"id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"_SDOPackage.ConfigurationSet","defaultValue":null,"instanceClassName":"_SDOPackage.ConfigurationSet","name":"SDOConfigurationSet","instanceClass":null,"id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"_SDOPackage.Organization","defaultValue":null,"instanceClassName":"_SDOPackage.Organization","name":"SDOOrganization","instanceClass":null,"id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"_SDOPackage.ServiceProfile","defaultValue":null,"instanceClassName":"_SDOPackage.ServiceProfile","name":"SDOServiceProfile","instanceClass":null,"id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.RTObject","defaultValue":null,"instanceClassName":"RTC.RTObject","name":"RTCRTObject","instanceClass":null,"id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.ComponentProfile","defaultValue":null,"instanceClassName":"RTC.ComponentProfile","name":"RTCComponentProfile","instanceClass":null,"id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.ConnectorProfile","defaultValue":null,"instanceClassName":"RTC.ConnectorProfile","name":"RTCConnectorProfile","instanceClass":null,"id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.PortProfile","defaultValue":null,"instanceClassName":"RTC.PortProfile","name":"RTCPortProfile","instanceClass":null,"id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.ExecutionContext","defaultValue":null,"instanceClassName":"RTC.ExecutionContext","name":"RTCExecutionContext","instanceClass":null,"id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"RTC.ExecutionContextProfile","defaultValue":null,"instanceClassName":"RTC.ExecutionContextProfile","name":"RTCExecutionContextProfile","instanceClass":null,"id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"SystemDiagramKind","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.beans.PropertyChangeListener","defaultValue":null,"instanceClassName":"java.beans.PropertyChangeListener","name":"PropertyChangeListener","instanceClass":"java.beans.PropertyChangeListener","id":28,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"jp.go.aist.rtm.toolscommon.model.component.PortInterfaceProfile","defaultValue":null,"instanceClassName":"jp.go.aist.rtm.toolscommon.model.component.PortInterfaceProfile","name":"PortInterfaceProfile","instanceClass":null,"id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"List","instanceClass":"java.util.List","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaComponent","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaPortSynchronizer","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaConnectorProfile","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaConfigurationSet","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaExecutionContext","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaContextHandler","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaObserver","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaStatusObserver","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorbaLogObserver","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.omg.PortableServer.Servant","defaultValue":null,"instanceClassName":"org.omg.PortableServer.Servant","name":"Servant","instanceClass":null,"id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"jp.go.aist.rtm.toolscommon.model.component.util.ICorbaPortEventObserver","defaultValue":null,"instanceClassName":"jp.go.aist.rtm.toolscommon.model.component.util.ICorbaPortEventObserver","name":"ICorbaPortEventObserver","instanceClass":null,"id":41,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSynchronizeInterval","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addPropertyChangeListener","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removePropertyChangeListener","lowerBound":0,"id":44,"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":"components","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"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":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ConnectorProcessing","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemId","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"updateDate","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentSystemDiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"compositeComponent","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":"milliSecond","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllComponents","lowerBound":0,"id":69,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isCompositeComponent","lowerBound":0,"id":70,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isGroupingCompositeComponent","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasComponentAction","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"inOnlineSystemDiagram","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setComponentsR","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addComponentsR","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeComponentR","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setExportedPorts","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateConfigurationSetR","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateConfigurationSetListR","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPath","lowerBound":0,"id":80,"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":"configurationSets","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activeConfigurationSet","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":"ports","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"inports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"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":"outports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"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":"serviceports","changeable":false,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primaryExecutionContext","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":"executionContexts","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":"participationContexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executionContextHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"participationContextHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childSystemDiagram","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"instanceNameL","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"venderL","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"descriptionL","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"categoryL","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"typeNameL","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"versionL","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":"pathId","changeable":true,"lowerBound":0,"iD":false,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"RIGHT","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"RIGHT","unsettable":false,"transient":false,"unique":true,"name":"outportDirection","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"compositeTypeL","changeable":false,"lowerBound":0,"iD":false,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentId","changeable":true,"lowerBound":0,"iD":false,"id":103,"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":"required","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startUp","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":"shutDown","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activation","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"deActivation","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":"resetting","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialize","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finalize","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"componentList","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"componentList","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EParameter"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"component","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EParameter"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"values","lowerBound":0,"id":129,"many":true,"required":false,"eClass":"EParameter"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"configSet","lowerBound":0,"id":132,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"isActive","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"list","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"activeConfigurationSet","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"originallist","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasName","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":"false","unsettable":false,"transient":false,"unique":true,"name":"specUnLoad","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rtcType","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":"getId","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKindName","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStateName","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setRateR","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addComponentR","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeComponentR","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"containsComponent","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOwner","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"kindL","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rateL","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stateL","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"container":false,"ordered":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":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participants","changeable":true,"resolveProxies":false,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rate","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EParameter"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setContext","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContext","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeContext","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeId","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sync","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"values","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"keys","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clear","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOwnerContexts","lowerBound":0,"id":230,"many":true,"required":false,"eClass":"EOperation"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"ec","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EParameter"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ec","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EParameter"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EParameter"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ec","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EParameter"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"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":"id","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":"configurationData","changeable":true,"resolveProxies":false,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"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":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"typeName","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnectAll","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findPort","lowerBound":0,"id":266,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"validateTargetConnector","lowerBound":0,"id":267,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"validateSourceConnector","lowerBound":0,"id":268,"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":"originalPortString","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronizer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameL","changeable":true,"lowerBound":0,"iD":false,"id":271,"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":"allowAnyDataType","changeable":false,"lowerBound":0,"iD":false,"id":272,"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":"allowAnyInterfaceType","changeable":false,"lowerBound":0,"iD":false,"id":273,"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":"allowAnyDataflowType","changeable":false,"lowerBound":0,"iD":false,"id":274,"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":"allowAnySubscriptionType","changeable":false,"lowerBound":0,"iD":false,"id":275,"derived":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":"connectorProfiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"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":"interfaces","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataflowType","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subscriptionType","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interfaceType","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagram","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":false,"name":"originalPortString","lowerBound":0,"id":285,"many":false,"required":false,"eClass":"EParameter"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":292,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnectAll","lowerBound":0,"id":312,"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":"originalPortString","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"conn_id","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EParameter"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"conn_prof","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EParameter"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"createConnectorR","lowerBound":0,"id":323,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deleteConnectorR","lowerBound":0,"id":324,"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":"connectorProfile","changeable":true,"resolveProxies":false,"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":"routingConstraint","changeable":true,"resolveProxies":false,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataflowType","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subscriptionType","changeable":true,"lowerBound":0,"iD":false,"id":337,"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":"subscriptionTypeAvailable","changeable":false,"lowerBound":0,"iD":false,"id":338,"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":"pushIntervalAvailable","changeable":false,"lowerBound":0,"iD":false,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectorId","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataType","changeable":true,"lowerBound":0,"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":"interfaceType","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pushRate","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pushPolicy","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"skipCount","changeable":true,"lowerBound":0,"iD":false,"id":346,"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":"pushPolicyAvailable","changeable":false,"lowerBound":0,"iD":false,"id":347,"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":"skipCountAvailable","changeable":false,"lowerBound":0,"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":"sourceString","changeable":true,"lowerBound":0,"iD":false,"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":"targetString","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outportBufferLength","changeable":true,"lowerBound":0,"iD":false,"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":"outportBufferFullPolicy","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outportBufferWriteTimeout","changeable":true,"lowerBound":0,"iD":false,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outportBufferEmptyPolicy","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outportBufferReadTimeout","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":"inportBufferLength","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inportBufferFullPolicy","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inportBufferWriteTimeout","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inportBufferEmptyPolicy","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inportBufferReadTimeout","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timestampPolicy","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isReverse","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outportSerializerType","changeable":true,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inportSerializerType","changeable":true,"lowerBound":0,"iD":false,"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"},{"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"},{"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProperty","lowerBound":0,"id":400,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setProperty","lowerBound":0,"id":401,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeProperty","lowerBound":0,"id":402,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPropertyKeys","lowerBound":0,"id":403,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPropertyMap","lowerBound":0,"id":404,"many":false,"required":false,"eClass":"EOperation"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":407,"many":false,"required":false,"eClass":"EParameter"},{"id":408,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":409,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":410,"many":false,"required":false,"eClass":"EParameter"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"key","lowerBound":0,"id":414,"many":false,"required":false,"eClass":"EParameter"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"name":"ONLINE","id":418,"value":1,"literal":"ONLINE","eClass":"EEnumLiteral"},{"name":"OFFLINE","id":419,"value":2,"literal":"OFFLINE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"startR","lowerBound":0,"id":420,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stopR","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"activateR","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deactivateR","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resetR","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finalizeR","lowerBound":0,"id":425,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"exitR","lowerBound":0,"id":426,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExecutionContextState","lowerBound":0,"id":427,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExecutionContextState","lowerBound":0,"id":428,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExecutionContextStateName","lowerBound":0,"id":429,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExecutionContextStateName","lowerBound":0,"id":430,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComponentStateName","lowerBound":0,"id":431,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCorbaObjectInterface","lowerBound":0,"id":432,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"supportedCorbaObserver","lowerBound":0,"id":433,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"activateAll","lowerBound":0,"id":434,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deactivateAll","lowerBound":0,"id":435,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"startAll","lowerBound":0,"id":436,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stopAll","lowerBound":0,"id":437,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"attachPortEventObserver","lowerBound":0,"id":438,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"detatchPortEventObserver","lowerBound":0,"id":439,"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":true,"unique":true,"name":"rTCComponentProfile","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"rTCExecutionContexts","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":false,"name":"rTCParticipationContexts","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sDOConfiguration","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"sDOOrganization","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":false,"name":"rTCRTObjects","changeable":true,"lowerBound":0,"iD":false,"id":445,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentState","changeable":true,"lowerBound":0,"iD":false,"id":446,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ior","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"statusObserver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logObserver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ec","lowerBound":0,"id":461,"many":false,"required":false,"eClass":"EParameter"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ec","lowerBound":0,"id":465,"many":false,"required":false,"eClass":"EParameter"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"observer","lowerBound":0,"id":470,"many":false,"required":false,"eClass":"EParameter"},{"id":471,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"observer","lowerBound":0,"id":472,"many":false,"required":false,"eClass":"EParameter"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rTCPortProfile","changeable":true,"lowerBound":0,"iD":false,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"rtcConnectorProfile","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"sDOConfigurationSet","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"startR","lowerBound":0,"id":494,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"stopR","lowerBound":0,"id":495,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"activateR","lowerBound":0,"id":496,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deactivateR","lowerBound":0,"id":497,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"resetR","lowerBound":0,"id":498,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComponentState","lowerBound":0,"id":499,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComponentStateName","lowerBound":0,"id":500,"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":"rtcExecutionContextProfile","changeable":true,"lowerBound":0,"iD":false,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EParameter"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":510,"many":false,"required":false,"eClass":"EParameter"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":513,"many":false,"required":false,"eClass":"EParameter"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":516,"many":false,"required":false,"eClass":"EParameter"},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comp","lowerBound":0,"id":519,"many":false,"required":false,"eClass":"EParameter"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"activate","lowerBound":0,"id":523,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deactivate","lowerBound":0,"id":524,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"attachComponent","lowerBound":0,"id":525,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"detachComponent","lowerBound":0,"id":526,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finish","lowerBound":0,"id":527,"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":"serviceProfile","changeable":false,"lowerBound":0,"iD":false,"id":528,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"servant","changeable":false,"lowerBound":0,"iD":false,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"component","lowerBound":0,"id":533,"many":false,"required":false,"eClass":"EParameter"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTimeOut","lowerBound":0,"id":539,"many":false,"required":false,"eClass":"EOperation"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":42,"target":1},{"source":42,"target":55},{"source":55,"target":56},{"source":55,"target":42},{"source":43,"target":1},{"source":43,"target":57},{"source":57,"target":28},{"source":57,"target":58},{"source":57,"target":43},{"source":58,"target":28},{"source":44,"target":1},{"source":44,"target":59},{"source":59,"target":28},{"source":59,"target":60},{"source":59,"target":44},{"source":60,"target":28},{"source":45,"target":2},{"source":45,"target":61},{"source":45,"target":1},{"source":61,"target":2},{"source":46,"target":27},{"source":46,"target":62},{"source":46,"target":1},{"source":62,"target":27},{"source":47,"target":63},{"source":47,"target":1},{"source":48,"target":64},{"source":48,"target":1},{"source":49,"target":65},{"source":49,"target":1},{"source":50,"target":66},{"source":50,"target":1},{"source":51,"target":1},{"source":51,"target":67},{"source":51,"target":1},{"source":67,"target":1},{"source":52,"target":2},{"source":52,"target":68},{"source":52,"target":1},{"source":68,"target":2},{"source":54,"target":16},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":69},{"source":2,"target":70},{"source":2,"target":71},{"source":2,"target":72},{"source":2,"target":73},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":80},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":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":69,"target":2},{"source":69,"target":114},{"source":69,"target":2},{"source":114,"target":2},{"source":70,"target":115},{"source":70,"target":2},{"source":71,"target":116},{"source":71,"target":2},{"source":72,"target":117},{"source":72,"target":2},{"source":73,"target":118},{"source":73,"target":2},{"source":74,"target":119},{"source":74,"target":2},{"source":74,"target":120},{"source":120,"target":30},{"source":120,"target":121},{"source":120,"target":74},{"source":121,"target":30},{"source":75,"target":122},{"source":75,"target":2},{"source":75,"target":123},{"source":123,"target":30},{"source":123,"target":124},{"source":123,"target":75},{"source":124,"target":30},{"source":76,"target":125},{"source":76,"target":2},{"source":76,"target":126},{"source":126,"target":2},{"source":126,"target":127},{"source":126,"target":76},{"source":127,"target":2},{"source":77,"target":128},{"source":77,"target":2},{"source":77,"target":129},{"source":129,"target":130},{"source":129,"target":77},{"source":78,"target":131},{"source":78,"target":2},{"source":78,"target":132},{"source":78,"target":133},{"source":132,"target":6},{"source":132,"target":134},{"source":132,"target":78},{"source":134,"target":6},{"source":133,"target":135},{"source":133,"target":78},{"source":79,"target":136},{"source":79,"target":2},{"source":79,"target":137},{"source":79,"target":138},{"source":79,"target":139},{"source":137,"target":30},{"source":137,"target":140},{"source":137,"target":79},{"source":140,"target":30},{"source":138,"target":6},{"source":138,"target":141},{"source":138,"target":79},{"source":141,"target":6},{"source":139,"target":30},{"source":139,"target":142},{"source":139,"target":79},{"source":142,"target":30},{"source":80,"target":143},{"source":80,"target":2},{"source":81,"target":6},{"source":81,"target":144},{"source":81,"target":2},{"source":144,"target":6},{"source":82,"target":6},{"source":82,"target":145},{"source":82,"target":2},{"source":145,"target":6},{"source":83,"target":8},{"source":83,"target":146},{"source":83,"target":2},{"source":146,"target":8},{"source":84,"target":9},{"source":84,"target":147},{"source":84,"target":2},{"source":147,"target":9},{"source":85,"target":10},{"source":85,"target":148},{"source":85,"target":2},{"source":148,"target":10},{"source":86,"target":11},{"source":86,"target":149},{"source":86,"target":2},{"source":149,"target":11},{"source":87,"target":2},{"source":87,"target":150},{"source":87,"target":2},{"source":150,"target":2},{"source":88,"target":4},{"source":88,"target":151},{"source":88,"target":2},{"source":151,"target":4},{"source":89,"target":4},{"source":89,"target":152},{"source":89,"target":2},{"source":152,"target":4},{"source":90,"target":4},{"source":90,"target":153},{"source":90,"target":2},{"source":153,"target":4},{"source":91,"target":5},{"source":91,"target":154},{"source":91,"target":2},{"source":154,"target":5},{"source":92,"target":5},{"source":92,"target":155},{"source":92,"target":2},{"source":155,"target":5},{"source":93,"target":1},{"source":93,"target":156},{"source":93,"target":2},{"source":156,"target":1},{"source":94,"target":157},{"source":94,"target":2},{"source":95,"target":158},{"source":95,"target":2},{"source":96,"target":159},{"source":96,"target":2},{"source":97,"target":160},{"source":97,"target":2},{"source":98,"target":161},{"source":98,"target":2},{"source":99,"target":162},{"source":99,"target":2},{"source":100,"target":163},{"source":100,"target":2},{"source":101,"target":164},{"source":101,"target":2},{"source":102,"target":165},{"source":102,"target":2},{"source":103,"target":166},{"source":103,"target":2},{"source":104,"target":167},{"source":104,"target":2},{"source":105,"target":168},{"source":105,"target":2},{"source":106,"target":169},{"source":106,"target":2},{"source":107,"target":170},{"source":107,"target":2},{"source":108,"target":171},{"source":108,"target":2},{"source":109,"target":172},{"source":109,"target":2},{"source":110,"target":173},{"source":110,"target":2},{"source":111,"target":174},{"source":111,"target":2},{"source":113,"target":16},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":175},{"source":3,"target":176},{"source":3,"target":177},{"source":3,"target":178},{"source":175,"target":179},{"source":175,"target":3},{"source":176,"target":180},{"source":176,"target":3},{"source":177,"target":181},{"source":177,"target":3},{"source":178,"target":2},{"source":4,"target":0},{"source":4,"target":16},{"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":182,"target":197},{"source":182,"target":4},{"source":183,"target":198},{"source":183,"target":4},{"source":184,"target":199},{"source":184,"target":4},{"source":185,"target":200},{"source":185,"target":4},{"source":185,"target":201},{"source":201,"target":202},{"source":201,"target":185},{"source":186,"target":203},{"source":186,"target":4},{"source":186,"target":204},{"source":204,"target":2},{"source":204,"target":205},{"source":204,"target":186},{"source":205,"target":2},{"source":187,"target":206},{"source":187,"target":4},{"source":187,"target":207},{"source":207,"target":2},{"source":207,"target":208},{"source":207,"target":187},{"source":208,"target":2},{"source":188,"target":209},{"source":188,"target":4},{"source":188,"target":210},{"source":210,"target":2},{"source":210,"target":211},{"source":210,"target":188},{"source":211,"target":2},{"source":189,"target":212},{"source":189,"target":4},{"source":189,"target":213},{"source":213,"target":2},{"source":213,"target":214},{"source":213,"target":189},{"source":214,"target":2},{"source":190,"target":215},{"source":190,"target":4},{"source":191,"target":216},{"source":191,"target":4},{"source":192,"target":217},{"source":192,"target":4},{"source":193,"target":2},{"source":193,"target":218},{"source":193,"target":4},{"source":218,"target":2},{"source":194,"target":2},{"source":194,"target":219},{"source":194,"target":4},{"source":219,"target":2},{"source":196,"target":16},{"source":5,"target":0},{"source":5,"target":220},{"source":5,"target":221},{"source":5,"target":222},{"source":5,"target":223},{"source":5,"target":224},{"source":5,"target":225},{"source":5,"target":226},{"source":5,"target":227},{"source":5,"target":228},{"source":5,"target":229},{"source":5,"target":230},{"source":5,"target":231},{"source":220,"target":4},{"source":220,"target":232},{"source":220,"target":5},{"source":220,"target":233},{"source":220,"target":234},{"source":232,"target":4},{"source":233,"target":235},{"source":233,"target":220},{"source":234,"target":4},{"source":234,"target":236},{"source":234,"target":220},{"source":236,"target":4},{"source":221,"target":4},{"source":221,"target":237},{"source":221,"target":5},{"source":221,"target":238},{"source":237,"target":4},{"source":238,"target":239},{"source":238,"target":221},{"source":222,"target":240},{"source":222,"target":5},{"source":222,"target":241},{"source":241,"target":4},{"source":241,"target":242},{"source":241,"target":222},{"source":242,"target":4},{"source":223,"target":4},{"source":223,"target":243},{"source":223,"target":5},{"source":223,"target":244},{"source":243,"target":4},{"source":244,"target":245},{"source":244,"target":223},{"source":224,"target":246},{"source":224,"target":5},{"source":224,"target":247},{"source":247,"target":4},{"source":247,"target":248},{"source":247,"target":224},{"source":248,"target":4},{"source":225,"target":5},{"source":226,"target":30},{"source":226,"target":249},{"source":226,"target":5},{"source":249,"target":30},{"source":227,"target":30},{"source":227,"target":250},{"source":227,"target":5},{"source":250,"target":30},{"source":228,"target":5},{"source":229,"target":251},{"source":229,"target":5},{"source":230,"target":4},{"source":230,"target":252},{"source":230,"target":5},{"source":252,"target":4},{"source":6,"target":0},{"source":6,"target":253},{"source":6,"target":254},{"source":6,"target":255},{"source":253,"target":256},{"source":253,"target":6},{"source":254,"target":7},{"source":254,"target":257},{"source":254,"target":6},{"source":257,"target":7},{"source":7,"target":0},{"source":7,"target":258},{"source":7,"target":259},{"source":7,"target":260},{"source":7,"target":261},{"source":258,"target":262},{"source":258,"target":7},{"source":259,"target":263},{"source":259,"target":7},{"source":260,"target":264},{"source":260,"target":7},{"source":8,"target":0},{"source":8,"target":265},{"source":8,"target":266},{"source":8,"target":267},{"source":8,"target":268},{"source":8,"target":269},{"source":8,"target":270},{"source":8,"target":271},{"source":8,"target":272},{"source":8,"target":273},{"source":8,"target":274},{"source":8,"target":275},{"source":8,"target":276},{"source":8,"target":277},{"source":8,"target":278},{"source":8,"target":279},{"source":8,"target":280},{"source":8,"target":281},{"source":8,"target":282},{"source":265,"target":8},{"source":266,"target":8},{"source":266,"target":283},{"source":266,"target":8},{"source":266,"target":284},{"source":266,"target":285},{"source":283,"target":8},{"source":284,"target":1},{"source":284,"target":286},{"source":284,"target":266},{"source":286,"target":1},{"source":285,"target":287},{"source":285,"target":266},{"source":267,"target":288},{"source":267,"target":8},{"source":267,"target":289},{"source":289,"target":8},{"source":289,"target":290},{"source":289,"target":267},{"source":290,"target":8},{"source":268,"target":291},{"source":268,"target":8},{"source":268,"target":292},{"source":292,"target":8},{"source":292,"target":293},{"source":292,"target":268},{"source":293,"target":8},{"source":269,"target":294},{"source":269,"target":8},{"source":270,"target":12},{"source":270,"target":295},{"source":270,"target":8},{"source":295,"target":12},{"source":271,"target":296},{"source":271,"target":8},{"source":272,"target":297},{"source":272,"target":8},{"source":273,"target":298},{"source":273,"target":8},{"source":274,"target":299},{"source":274,"target":8},{"source":275,"target":300},{"source":275,"target":8},{"source":276,"target":14},{"source":276,"target":301},{"source":276,"target":8},{"source":301,"target":14},{"source":277,"target":29},{"source":277,"target":302},{"source":277,"target":8},{"source":302,"target":29},{"source":278,"target":303},{"source":278,"target":8},{"source":279,"target":304},{"source":279,"target":8},{"source":280,"target":305},{"source":280,"target":8},{"source":281,"target":306},{"source":281,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":307},{"source":307,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":308},{"source":308,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":309},{"source":309,"target":8},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":310},{"source":12,"target":311},{"source":12,"target":312},{"source":12,"target":313},{"source":12,"target":314},{"source":310,"target":315},{"source":310,"target":12},{"source":310,"target":316},{"source":316,"target":317},{"source":316,"target":310},{"source":311,"target":318},{"source":311,"target":12},{"source":311,"target":319},{"source":319,"target":14},{"source":319,"target":320},{"source":319,"target":311},{"source":320,"target":14},{"source":312,"target":321},{"source":312,"target":12},{"source":313,"target":322},{"source":313,"target":12},{"source":314,"target":16},{"source":13,"target":0},{"source":13,"target":323},{"source":13,"target":324},{"source":13,"target":325},{"source":13,"target":326},{"source":13,"target":327},{"source":13,"target":328},{"source":13,"target":329},{"source":323,"target":330},{"source":323,"target":13},{"source":324,"target":331},{"source":324,"target":13},{"source":325,"target":14},{"source":325,"target":332},{"source":325,"target":13},{"source":332,"target":14},{"source":326,"target":15},{"source":326,"target":333},{"source":326,"target":13},{"source":333,"target":15},{"source":327,"target":8},{"source":327,"target":334},{"source":327,"target":13},{"source":334,"target":8},{"source":328,"target":8},{"source":328,"target":335},{"source":328,"target":13},{"source":335,"target":8},{"source":14,"target":0},{"source":14,"target":16},{"source":14,"target":336},{"source":14,"target":337},{"source":14,"target":338},{"source":14,"target":339},{"source":14,"target":340},{"source":14,"target":341},{"source":14,"target":342},{"source":14,"target":343},{"source":14,"target":344},{"source":14,"target":345},{"source":14,"target":346},{"source":14,"target":347},{"source":14,"target":348},{"source":14,"target":349},{"source":14,"target":350},{"source":14,"target":351},{"source":14,"target":352},{"source":14,"target":353},{"source":14,"target":354},{"source":14,"target":355},{"source":14,"target":356},{"source":14,"target":357},{"source":14,"target":358},{"source":14,"target":359},{"source":14,"target":360},{"source":14,"target":361},{"source":14,"target":362},{"source":14,"target":363},{"source":14,"target":364},{"source":14,"target":365},{"source":14,"target":366},{"source":336,"target":367},{"source":336,"target":14},{"source":337,"target":368},{"source":337,"target":14},{"source":338,"target":369},{"source":338,"target":14},{"source":339,"target":370},{"source":339,"target":14},{"source":340,"target":371},{"source":340,"target":14},{"source":341,"target":372},{"source":341,"target":14},{"source":342,"target":373},{"source":342,"target":14},{"source":343,"target":374},{"source":343,"target":14},{"source":344,"target":375},{"source":344,"target":14},{"source":345,"target":376},{"source":345,"target":14},{"source":346,"target":377},{"source":346,"target":14},{"source":347,"target":378},{"source":347,"target":14},{"source":348,"target":379},{"source":348,"target":14},{"source":349,"target":380},{"source":349,"target":14},{"source":350,"target":381},{"source":350,"target":14},{"source":351,"target":382},{"source":351,"target":14},{"source":352,"target":383},{"source":352,"target":14},{"source":353,"target":384},{"source":353,"target":14},{"source":354,"target":385},{"source":354,"target":14},{"source":355,"target":386},{"source":355,"target":14},{"source":356,"target":387},{"source":356,"target":14},{"source":357,"target":388},{"source":357,"target":14},{"source":358,"target":389},{"source":358,"target":14},{"source":359,"target":390},{"source":359,"target":14},{"source":360,"target":391},{"source":360,"target":14},{"source":361,"target":392},{"source":361,"target":14},{"source":362,"target":393},{"source":362,"target":14},{"source":363,"target":394},{"source":363,"target":14},{"source":364,"target":395},{"source":364,"target":14},{"source":366,"target":16},{"source":15,"target":0},{"source":15,"target":396},{"source":15,"target":397},{"source":396,"target":398},{"source":396,"target":15},{"source":397,"target":399},{"source":397,"target":15},{"source":16,"target":0},{"source":16,"target":400},{"source":16,"target":401},{"source":16,"target":402},{"source":16,"target":403},{"source":16,"target":404},{"source":16,"target":405},{"source":400,"target":406},{"source":400,"target":16},{"source":400,"target":407},{"source":407,"target":408},{"source":407,"target":400},{"source":401,"target":16},{"source":401,"target":409},{"source":401,"target":410},{"source":409,"target":411},{"source":409,"target":401},{"source":410,"target":412},{"source":410,"target":401},{"source":402,"target":413},{"source":402,"target":16},{"source":402,"target":414},{"source":414,"target":415},{"source":414,"target":402},{"source":403,"target":416},{"source":403,"target":16},{"source":404,"target":16},{"source":404,"target":417},{"source":404,"target":16},{"source":417,"target":16},{"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":418},{"source":27,"target":419},{"source":418,"target":27},{"source":419,"target":27},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":2},{"source":31,"target":420},{"source":31,"target":421},{"source":31,"target":422},{"source":31,"target":423},{"source":31,"target":424},{"source":31,"target":425},{"source":31,"target":426},{"source":31,"target":427},{"source":31,"target":428},{"source":31,"target":429},{"source":31,"target":430},{"source":31,"target":431},{"source":31,"target":432},{"source":31,"target":433},{"source":31,"target":434},{"source":31,"target":435},{"source":31,"target":436},{"source":31,"target":437},{"source":31,"target":438},{"source":31,"target":439},{"source":31,"target":440},{"source":31,"target":441},{"source":31,"target":442},{"source":31,"target":443},{"source":31,"target":444},{"source":31,"target":445},{"source":31,"target":446},{"source":31,"target":447},{"source":31,"target":448},{"source":31,"target":449},{"source":31,"target":450},{"source":31,"target":451},{"source":420,"target":452},{"source":420,"target":31},{"source":421,"target":453},{"source":421,"target":31},{"source":422,"target":454},{"source":422,"target":31},{"source":423,"target":455},{"source":423,"target":31},{"source":424,"target":456},{"source":424,"target":31},{"source":425,"target":457},{"source":425,"target":31},{"source":426,"target":458},{"source":426,"target":31},{"source":427,"target":459},{"source":427,"target":31},{"source":428,"target":460},{"source":428,"target":31},{"source":428,"target":461},{"source":461,"target":4},{"source":461,"target":462},{"source":461,"target":428},{"source":462,"target":4},{"source":429,"target":463},{"source":429,"target":31},{"source":430,"target":464},{"source":430,"target":31},{"source":430,"target":465},{"source":465,"target":4},{"source":465,"target":466},{"source":465,"target":430},{"source":466,"target":4},{"source":431,"target":467},{"source":431,"target":31},{"source":432,"target":21},{"source":432,"target":468},{"source":432,"target":31},{"source":468,"target":21},{"source":433,"target":469},{"source":433,"target":31},{"source":434,"target":31},{"source":435,"target":31},{"source":436,"target":31},{"source":437,"target":31},{"source":438,"target":31},{"source":438,"target":470},{"source":470,"target":41},{"source":470,"target":471},{"source":470,"target":438},{"source":471,"target":41},{"source":439,"target":31},{"source":439,"target":472},{"source":472,"target":41},{"source":472,"target":473},{"source":472,"target":439},{"source":473,"target":41},{"source":440,"target":22},{"source":440,"target":474},{"source":440,"target":31},{"source":474,"target":22},{"source":441,"target":25},{"source":441,"target":475},{"source":441,"target":31},{"source":475,"target":25},{"source":442,"target":25},{"source":442,"target":476},{"source":442,"target":31},{"source":476,"target":25},{"source":443,"target":17},{"source":443,"target":477},{"source":443,"target":31},{"source":477,"target":17},{"source":444,"target":19},{"source":444,"target":478},{"source":444,"target":31},{"source":478,"target":19},{"source":445,"target":21},{"source":445,"target":479},{"source":445,"target":31},{"source":479,"target":21},{"source":446,"target":480},{"source":446,"target":31},{"source":447,"target":481},{"source":447,"target":31},{"source":448,"target":38},{"source":448,"target":482},{"source":448,"target":31},{"source":482,"target":38},{"source":449,"target":39},{"source":449,"target":483},{"source":449,"target":31},{"source":483,"target":39},{"source":450,"target":2},{"source":32,"target":0},{"source":32,"target":12},{"source":32,"target":484},{"source":32,"target":485},{"source":32,"target":486},{"source":484,"target":24},{"source":484,"target":487},{"source":484,"target":32},{"source":487,"target":24},{"source":486,"target":12},{"source":33,"target":0},{"source":33,"target":14},{"source":33,"target":488},{"source":33,"target":489},{"source":488,"target":23},{"source":488,"target":490},{"source":488,"target":33},{"source":490,"target":23},{"source":489,"target":14},{"source":34,"target":0},{"source":34,"target":6},{"source":34,"target":491},{"source":34,"target":492},{"source":491,"target":18},{"source":491,"target":493},{"source":491,"target":34},{"source":493,"target":18},{"source":492,"target":6},{"source":35,"target":0},{"source":35,"target":4},{"source":35,"target":494},{"source":35,"target":495},{"source":35,"target":496},{"source":35,"target":497},{"source":35,"target":498},{"source":35,"target":499},{"source":35,"target":500},{"source":35,"target":501},{"source":35,"target":502},{"source":35,"target":503},{"source":494,"target":504},{"source":494,"target":35},{"source":495,"target":505},{"source":495,"target":35},{"source":496,"target":506},{"source":496,"target":35},{"source":496,"target":507},{"source":507,"target":2},{"source":507,"target":508},{"source":507,"target":496},{"source":508,"target":2},{"source":497,"target":509},{"source":497,"target":35},{"source":497,"target":510},{"source":510,"target":2},{"source":510,"target":511},{"source":510,"target":497},{"source":511,"target":2},{"source":498,"target":512},{"source":498,"target":35},{"source":498,"target":513},{"source":513,"target":2},{"source":513,"target":514},{"source":513,"target":498},{"source":514,"target":2},{"source":499,"target":515},{"source":499,"target":35},{"source":499,"target":516},{"source":516,"target":2},{"source":516,"target":517},{"source":516,"target":499},{"source":517,"target":2},{"source":500,"target":518},{"source":500,"target":35},{"source":500,"target":519},{"source":519,"target":2},{"source":519,"target":520},{"source":519,"target":500},{"source":520,"target":2},{"source":501,"target":26},{"source":501,"target":521},{"source":501,"target":35},{"source":521,"target":26},{"source":502,"target":4},{"source":36,"target":0},{"source":36,"target":5},{"source":36,"target":522},{"source":522,"target":5},{"source":37,"target":0},{"source":37,"target":16},{"source":37,"target":523},{"source":37,"target":524},{"source":37,"target":525},{"source":37,"target":526},{"source":37,"target":527},{"source":37,"target":528},{"source":37,"target":529},{"source":37,"target":530},{"source":37,"target":531},{"source":523,"target":37},{"source":524,"target":37},{"source":525,"target":532},{"source":525,"target":37},{"source":525,"target":533},{"source":533,"target":31},{"source":533,"target":534},{"source":533,"target":525},{"source":534,"target":31},{"source":526,"target":535},{"source":526,"target":37},{"source":527,"target":536},{"source":527,"target":37},{"source":528,"target":20},{"source":528,"target":537},{"source":528,"target":37},{"source":537,"target":20},{"source":529,"target":40},{"source":529,"target":538},{"source":529,"target":37},{"source":538,"target":40},{"source":530,"target":16},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":539},{"source":38,"target":540},{"source":539,"target":541},{"source":539,"target":38},{"source":540,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":542},{"source":542,"target":37},{"source":40,"target":0},{"source":41,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="bsm" nsURI="http://org/msee/slmtoolbox/modeling/model/ssm/bsm.ecore" nsPrefix="org.msee.slmtoolbox.modeling.model.ssm.bsm"> <eClassifiers xsi:type="ecore:EClass" name="IBsmNamedElement" abstract="true" interface="true"> <eOperations name="getId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="setId"> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setName"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if (eIsProxy()) return super.toString();&#xD;&#xA;String nameElement = TODO_NAME;&#xD;&#xA;StringBuffer result = new StringBuffer();&#xD;&#xA;if (null == this.getName()) {&#xD;&#xA;result.append(&quot;&lt;&quot;);&#xD;&#xA;result.append(nameElement);&#xD;&#xA;result.append(&quot;>&quot;);&#xD;&#xA;} else {&#xD;&#xA;result.append(nameElement);&#xD;&#xA;result.append(&quot; &quot;);&#xD;&#xA;result.append(this.getName());&#xD;&#xA;}&#xD;&#xA;return result.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmModel" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//BsmService" containment="true" eOpposite="#//BsmService/bsmModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organizations" upperBound="-1" eType="#//BsmOrganization" containment="true" eOpposite="#//BsmOrganization/bsmModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partners" upperBound="-1" eType="#//BsmPartner" containment="true" eOpposite="#//BsmPartner/bsmModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stakeholders" upperBound="-1" eType="#//BsmStakeholder" containment="true" eOpposite="#//BsmStakeholder/bsmModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//BsmValue" containment="true" eOpposite="#//BsmValue/bsmModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1" eType="#//BsmProduct" containment="true" eOpposite="#//BsmProduct/bsmModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalities" upperBound="-1" eType="#//BsmFunctionality" containment="true" eOpposite="#//BsmFunctionality/bsmModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1" eType="#//BsmCustomer" containment="true" eOpposite="#//BsmCustomer/bsmModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//BsmProcess" containment="true" eOpposite="#//BsmProcess/bsmModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisions" upperBound="-1" eType="#//BsmDecision" eOpposite="#//BsmDecision/bsmModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisionStructures" upperBound="-1" eType="#//BsmDecisionStructure" containment="true" eOpposite="#//BsmDecisionStructure/bsmModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//BsmResource" eOpposite="#//BsmResource/bsmModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmService" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1" eType="#//BsmProduct" eOpposite="#//BsmProduct/service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalities" upperBound="-1" eType="#//BsmFunctionality" eOpposite="#//BsmFunctionality/service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//BsmResource" eOpposite="#//BsmResource/service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//BsmProcess" eOpposite="#//BsmProcess/service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1" eType="#//BsmCustomer" eOpposite="#//BsmCustomer/service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//BsmValue" eOpposite="#//BsmValue/service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stakeholders" upperBound="-1" eType="#//BsmStakeholder" eOpposite="#//BsmStakeholder/service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partners" upperBound="-1" eType="#//BsmPartner" eOpposite="#//BsmPartner/service"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/service"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmCustomer" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categories" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="levelOfEducation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" eType="#//BsmGender"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="age" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annualRevenueRange" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requirement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetedUsageFreq" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//BsmService" eOpposite="#//BsmService/customers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/customers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmStakeholder" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//BsmService" eOpposite="#//BsmService/stakeholders"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/stakeholders"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmPartner" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="competence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="concern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contribution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//BsmService" eOpposite="#//BsmService/partners"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/partners"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmProduct" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="techCharacteristics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//BsmService" eOpposite="#//BsmService/products"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalities" upperBound="-1" eType="#//BsmFunctionality" eOpposite="#//BsmFunctionality/product"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="#//BsmComponent" containment="true" eOpposite="#//BsmComponent/product"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/products"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmComponent" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="product" lowerBound="1" eType="#//BsmProduct" eOpposite="#//BsmProduct/components"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmFunctionality" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//BsmService" eOpposite="#//BsmService/functionalities"/> <eStructuralFeatures xsi:type="ecore:EReference" name="product" eType="#//BsmProduct" eOpposite="#//BsmProduct/functionalities"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subFunctions" upperBound="-1" eType="#//BsmFunctionality" eOpposite="#//BsmFunctionality/mainFunction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainFunction" eType="#//BsmFunctionality" eOpposite="#//BsmFunctionality/subFunctions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/functionalities"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmResource" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//BsmResourceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="capability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//BsmService" eOpposite="#//BsmService/resources"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//BsmProcess" eOpposite="#//BsmProcess/resources"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1" eType="#//BsmEnterprise" eOpposite="#//BsmEnterprise/resources"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/resources"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eaResources" upperBound="-1" eType="ecore:EClass eaStar.ecore#//coreElements/EaResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mseService" eType="#//BsmMseService" containment="true" eOpposite="#//BsmMseService/resource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmProcess" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="result" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subProcess" upperBound="-1" eType="#//BsmProcess" eOpposite="#//BsmProcess/mainProcess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainProcess" eType="#//BsmProcess" eOpposite="#//BsmProcess/subProcess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//BsmService" eOpposite="#//BsmService/processes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//BsmResource" eOpposite="#//BsmResource/processes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organizations" lowerBound="1" upperBound="-1" eType="#//BsmOrganization" eOpposite="#//BsmOrganization/processes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/processes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eaProcess" eType="ecore:EClass eaStar.ecore#//generalElements/EaProcess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mseService" eType="#//BsmMseService" containment="true" eOpposite="#//BsmMseService/process"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmDecision" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//BsmDecisionType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="horizon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisionStructure" lowerBound="1" eType="#//BsmDecisionStructure" eOpposite="#//BsmDecisionStructure/decisions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1" eType="#//BsmOrganization" eOpposite="#//BsmOrganization/decisions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/decisions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ggDecisionCenters" upperBound="-1" eType="ecore:EClass graiGrid.ecore#//coreElements/GgDecisionCenter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//BsmDecisionVariable" containment="true" eOpposite="#//BsmDecisionVariable/decision"/> <eStructuralFeatures xsi:type="ecore:EReference" name="performanceIndicators" upperBound="-1" eType="#//BsmPerformanceIndicator" containment="true" eOpposite="#//BsmPerformanceIndicator/decision"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectives" upperBound="-1" eType="#//BsmDecisionObjective" containment="true" eOpposite="#//BsmDecisionObjective/decision"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmDecisionStructure" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisions" upperBound="-1" eType="#//BsmDecision" containment="true" eOpposite="#//BsmDecision/decisionStructure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organizations" lowerBound="1" upperBound="-1" eType="#//BsmOrganization" eOpposite="#//BsmOrganization/decisionStructures"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/decisionStructures"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ggGraiGrids" upperBound="-1" eType="ecore:EClass graiGrid.ecore#//generalElements/GgGraiGrid"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmOrganization" abstract="true" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1" eType="#//BsmProcess" eOpposite="#//BsmProcess/organizations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisions" upperBound="-1" eType="#//BsmDecision" eOpposite="#//BsmDecision/organization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/organizations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decisionStructures" upperBound="-1" eType="#//BsmDecisionStructure" eOpposite="#//BsmDecisionStructure/organizations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ggOrganizations" upperBound="-1" eType="ecore:EClass graiGrid.ecore#//generalElements/GgOrganization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eaOrganizations" upperBound="-1" eType="ecore:EClass eaStar.ecore#//coreElements/EaOrganization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mseService" upperBound="-1" eType="#//BsmMseService" eOpposite="#//BsmMseService/organization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmEnterprise" eSuperTypes="#//BsmOrganization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1" eType="#//BsmResource" containment="true" eOpposite="#//BsmResource/organization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="veParticipations" upperBound="-1" eType="#//BsmVEParticipation" eOpposite="#//BsmVEParticipation/enterprise"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmVirtualEnterprise" eSuperTypes="#//BsmOrganization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="veParticipations" upperBound="-1" eType="#//BsmVEParticipation" containment="true" eOpposite="#//BsmVEParticipation/virtualEnterprise"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmVEParticipation" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enterprise" lowerBound="1" eType="#//BsmEnterprise" eOpposite="#//BsmEnterprise/veParticipations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualEnterprise" lowerBound="1" eType="#//BsmVirtualEnterprise" eOpposite="#//BsmVirtualEnterprise/veParticipations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmValue" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1" eType="#//BsmService" eOpposite="#//BsmService/values"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1" eType="#//BsmModel" eOpposite="#//BsmModel/values"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BsmGender"> <eLiterals name="female"/> <eLiterals name="male" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BsmResourceType"> <eLiterals name="physicalMean"/> <eLiterals name="IT" value="1"/> <eLiterals name="human" value="2"/> <eLiterals name="undefined" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BsmPIType"> <eLiterals name="customerOriented"/> <eLiterals name="providerOriented" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BsmDecisionType"> <eLiterals name="periodic"/> <eLiterals name="eventBased" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmPerformanceIndicator" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formula" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredInfo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredProcessing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" lowerBound="1" eType="#//BsmDecision" eOpposite="#//BsmDecision/performanceIndicators"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//BsmDecisionVariable" eOpposite="#//BsmDecisionVariable/performanceIndicators"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectives" upperBound="-1" eType="#//BsmDecisionObjective" eOpposite="#//BsmDecisionObjective/performanceIndicators"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category3" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="#//BsmPiField" containment="true" eOpposite="#//BsmPiField/performanceIndicators"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmPiField" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="performanceIndicators" lowerBound="1" eType="#//BsmPerformanceIndicator" eOpposite="#//BsmPerformanceIndicator/fields"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmDecisionVariable" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" lowerBound="1" eType="#//BsmDecision" eOpposite="#//BsmDecision/variables"/> <eStructuralFeatures xsi:type="ecore:EReference" name="performanceIndicators" upperBound="-1" eType="#//BsmPerformanceIndicator" eOpposite="#//BsmPerformanceIndicator/variables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmDecisionObjective" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="decision" lowerBound="1" eType="#//BsmDecision" eOpposite="#//BsmDecision/objectives"/> <eStructuralFeatures xsi:type="ecore:EReference" name="performanceIndicators" upperBound="-1" eType="#//BsmPerformanceIndicator" eOpposite="#//BsmPerformanceIndicator/objectives"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BsmMseService" eSuperTypes="#//IBsmNamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="owner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publishedDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="published" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//BsmProcess" eOpposite="#//BsmProcess/mseService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1" eType="#//BsmOrganization" eOpposite="#//BsmOrganization/mseService"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resource" eType="#//BsmResource" eOpposite="#//BsmResource/mseService"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/OsmoseEU/OSMOSE_OpenPlatform/OSM_BPM/workspace/org.msee.slmtoolbox.modeling.model/model/bsm.ecore
ecore
bsm IBsmNamedElement getId getName setId id setName name toString BsmModel id name service organizations partners stakeholders values products functionalities customers processes decisions decisionStructures resources BsmService id name description constraint objective domain nature products functionalities resources processes customers values stakeholders partners bsmModel BsmCustomer id name categories levelOfEducation gender age annualRevenueRange requirement constraint targetedUsageFreq service bsmModel BsmStakeholder id name type concern constraint role service bsmModel BsmPartner id name category competence concern constraint contribution service bsmModel BsmProduct id name type function techCharacteristics service functionalities components bsmModel BsmComponent id name cost product BsmFunctionality id name type description service product subFunctions mainFunction bsmModel BsmResource id name type role capability constraint service processes organization bsmModel eaResources mseService BsmProcess id name objective trigger result constraint subProcess mainProcess service resources organizations bsmModel eaProcess mseService BsmDecision id name type horizon period constraint objective variable event decisionStructure organization bsmModel ggDecisionCenters variables performanceIndicators objectives BsmDecisionStructure id name decisions organizations bsmModel ggGraiGrids BsmOrganization id name description processes decisions bsmModel decisionStructures ggOrganizations eaOrganizations mseService BsmEnterprise type resources veParticipations BsmVirtualEnterprise type veParticipations BsmVEParticipation id name enterprise virtualEnterprise BsmValue id name service description bsmModel BsmGender female female male male BsmResourceType physicalMean physicalMean IT IT human human undefined undefined BsmPIType customerOriented customerOriented providerOriented providerOriented BsmDecisionType periodic periodic eventBased eventBased BsmPerformanceIndicator id name description unit formula requiredInfo requiredProcessing decision variables objectives category1 category2 category3 dimension fields BsmPiField id name performanceIndicators BsmDecisionVariable id name description decision performanceIndicators BsmDecisionObjective id name description decision performanceIndicators BsmMseService id name description owner createDate publishedDate published userId process organization resource
null
{"directed":true,"nodes":[{"nsPrefix":"org.msee.slmtoolbox.modeling.model.ssm.bsm","nsURI":"http://org/msee/slmtoolbox/modeling/model/ssm/bsm.ecore","name":"bsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBsmNamedElement","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmService","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmCustomer","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmStakeholder","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmPartner","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmProduct","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmComponent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmFunctionality","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmResource","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmProcess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmDecision","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmDecisionStructure","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmOrganization","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmEnterprise","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmVirtualEnterprise","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmVEParticipation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BsmGender","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BsmResourceType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BsmPIType","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BsmDecisionType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmPerformanceIndicator","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmPiField","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmDecisionVariable","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmDecisionObjective","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmMseService","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setId","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setName","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"partners","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stakeholders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"products","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionalities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decisions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decisionStructures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objective","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nature","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"products","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionalities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"stakeholders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partners","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"categories","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"levelOfEducation","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gender","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"age","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annualRevenueRange","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requirement","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetedUsageFreq","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concern","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"competence","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concern","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contribution","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"techCharacteristics","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"functionalities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cost","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subFunctions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"capability","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eaResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mseService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objective","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mainProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organizations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eaProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mseService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":273,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizon","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objective","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decisionStructure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ggDecisionCenters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"performanceIndicators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decisions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decisions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decision","changeable":true,"resolveProxies":true,"lowerBound":1,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decision","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decision","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organizations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ggGraiGrids","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decisionStructures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":322,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ggOrganizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eaOrganizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mseService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"veParticipations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enterprise","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"veParticipations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"virtualEnterprise","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":353,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"name":"female","id":369,"value":0,"literal":"female","eClass":"EEnumLiteral"},{"name":"male","id":370,"value":1,"literal":"male","eClass":"EEnumLiteral"},{"name":"physicalMean","id":371,"value":0,"literal":"physicalMean","eClass":"EEnumLiteral"},{"name":"IT","id":372,"value":1,"literal":"IT","eClass":"EEnumLiteral"},{"name":"human","id":373,"value":2,"literal":"human","eClass":"EEnumLiteral"},{"name":"undefined","id":374,"value":3,"literal":"undefined","eClass":"EEnumLiteral"},{"name":"customerOriented","id":375,"value":0,"literal":"customerOriented","eClass":"EEnumLiteral"},{"name":"providerOriented","id":376,"value":1,"literal":"providerOriented","eClass":"EEnumLiteral"},{"name":"periodic","id":377,"value":0,"literal":"periodic","eClass":"EEnumLiteral"},{"name":"eventBased","id":378,"value":1,"literal":"eventBased","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":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":"formula","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredInfo","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredProcessing","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objectives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category1","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"category2","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":"category3","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"lowerBound":0,"iD":false,"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":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"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":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"performanceIndicators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"performanceIndicators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"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":"performanceIndicators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":411,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":412,"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":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":418,"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":419,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":427,"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":428,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":436,"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":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":"description","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":"owner","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":"createDate","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publishedDate","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"published","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"userId","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":28,"target":33},{"source":28,"target":1},{"source":29,"target":34},{"source":29,"target":1},{"source":30,"target":1},{"source":30,"target":35},{"source":35,"target":36},{"source":35,"target":30},{"source":31,"target":1},{"source":31,"target":37},{"source":37,"target":38},{"source":37,"target":31},{"source":32,"target":39},{"source":32,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":40,"target":55},{"source":40,"target":2},{"source":41,"target":56},{"source":41,"target":2},{"source":42,"target":3},{"source":42,"target":57},{"source":42,"target":2},{"source":42,"target":58},{"source":57,"target":3},{"source":43,"target":14},{"source":43,"target":59},{"source":43,"target":2},{"source":43,"target":60},{"source":59,"target":14},{"source":44,"target":6},{"source":44,"target":61},{"source":44,"target":2},{"source":44,"target":62},{"source":61,"target":6},{"source":45,"target":5},{"source":45,"target":63},{"source":45,"target":2},{"source":45,"target":64},{"source":63,"target":5},{"source":46,"target":18},{"source":46,"target":65},{"source":46,"target":2},{"source":46,"target":66},{"source":65,"target":18},{"source":47,"target":7},{"source":47,"target":67},{"source":47,"target":2},{"source":47,"target":68},{"source":67,"target":7},{"source":48,"target":9},{"source":48,"target":69},{"source":48,"target":2},{"source":48,"target":70},{"source":69,"target":9},{"source":49,"target":4},{"source":49,"target":71},{"source":49,"target":2},{"source":49,"target":72},{"source":71,"target":4},{"source":50,"target":11},{"source":50,"target":73},{"source":50,"target":2},{"source":50,"target":74},{"source":73,"target":11},{"source":51,"target":12},{"source":51,"target":75},{"source":51,"target":2},{"source":51,"target":76},{"source":75,"target":12},{"source":52,"target":13},{"source":52,"target":77},{"source":52,"target":2},{"source":52,"target":78},{"source":77,"target":13},{"source":53,"target":10},{"source":53,"target":79},{"source":53,"target":2},{"source":53,"target":80},{"source":79,"target":10},{"source":54,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":58},{"source":3,"target":96},{"source":81,"target":97},{"source":81,"target":3},{"source":82,"target":98},{"source":82,"target":3},{"source":83,"target":99},{"source":83,"target":3},{"source":84,"target":100},{"source":84,"target":3},{"source":85,"target":101},{"source":85,"target":3},{"source":86,"target":102},{"source":86,"target":3},{"source":87,"target":103},{"source":87,"target":3},{"source":88,"target":7},{"source":88,"target":104},{"source":88,"target":3},{"source":88,"target":105},{"source":104,"target":7},{"source":89,"target":9},{"source":89,"target":106},{"source":89,"target":3},{"source":89,"target":107},{"source":106,"target":9},{"source":90,"target":10},{"source":90,"target":108},{"source":90,"target":3},{"source":90,"target":109},{"source":108,"target":10},{"source":91,"target":11},{"source":91,"target":110},{"source":91,"target":3},{"source":91,"target":111},{"source":110,"target":11},{"source":92,"target":4},{"source":92,"target":112},{"source":92,"target":3},{"source":92,"target":113},{"source":112,"target":4},{"source":93,"target":18},{"source":93,"target":114},{"source":93,"target":3},{"source":93,"target":115},{"source":114,"target":18},{"source":94,"target":5},{"source":94,"target":116},{"source":94,"target":3},{"source":94,"target":117},{"source":116,"target":5},{"source":95,"target":6},{"source":95,"target":118},{"source":95,"target":3},{"source":95,"target":119},{"source":118,"target":6},{"source":58,"target":2},{"source":58,"target":120},{"source":58,"target":3},{"source":58,"target":42},{"source":120,"target":2},{"source":96,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":123},{"source":4,"target":124},{"source":4,"target":125},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":113},{"source":4,"target":72},{"source":4,"target":131},{"source":121,"target":132},{"source":121,"target":4},{"source":122,"target":133},{"source":122,"target":4},{"source":123,"target":134},{"source":123,"target":4},{"source":124,"target":135},{"source":124,"target":4},{"source":125,"target":19},{"source":125,"target":136},{"source":125,"target":4},{"source":136,"target":19},{"source":126,"target":137},{"source":126,"target":4},{"source":127,"target":138},{"source":127,"target":4},{"source":128,"target":139},{"source":128,"target":4},{"source":129,"target":140},{"source":129,"target":4},{"source":130,"target":141},{"source":130,"target":4},{"source":113,"target":3},{"source":113,"target":142},{"source":113,"target":4},{"source":113,"target":92},{"source":142,"target":3},{"source":72,"target":2},{"source":72,"target":143},{"source":72,"target":4},{"source":72,"target":49},{"source":143,"target":2},{"source":131,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":144},{"source":5,"target":145},{"source":5,"target":146},{"source":5,"target":147},{"source":5,"target":148},{"source":5,"target":149},{"source":5,"target":117},{"source":5,"target":64},{"source":5,"target":150},{"source":144,"target":151},{"source":144,"target":5},{"source":145,"target":152},{"source":145,"target":5},{"source":146,"target":153},{"source":146,"target":5},{"source":147,"target":154},{"source":147,"target":5},{"source":148,"target":155},{"source":148,"target":5},{"source":149,"target":156},{"source":149,"target":5},{"source":117,"target":3},{"source":117,"target":157},{"source":117,"target":5},{"source":117,"target":94},{"source":157,"target":3},{"source":64,"target":2},{"source":64,"target":158},{"source":64,"target":5},{"source":64,"target":45},{"source":158,"target":2},{"source":150,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":159},{"source":6,"target":160},{"source":6,"target":161},{"source":6,"target":162},{"source":6,"target":163},{"source":6,"target":164},{"source":6,"target":165},{"source":6,"target":119},{"source":6,"target":62},{"source":6,"target":166},{"source":159,"target":167},{"source":159,"target":6},{"source":160,"target":168},{"source":160,"target":6},{"source":161,"target":169},{"source":161,"target":6},{"source":162,"target":170},{"source":162,"target":6},{"source":163,"target":171},{"source":163,"target":6},{"source":164,"target":172},{"source":164,"target":6},{"source":165,"target":173},{"source":165,"target":6},{"source":119,"target":3},{"source":119,"target":174},{"source":119,"target":6},{"source":119,"target":95},{"source":174,"target":3},{"source":62,"target":2},{"source":62,"target":175},{"source":62,"target":6},{"source":62,"target":44},{"source":175,"target":2},{"source":166,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":176},{"source":7,"target":177},{"source":7,"target":178},{"source":7,"target":179},{"source":7,"target":180},{"source":7,"target":105},{"source":7,"target":181},{"source":7,"target":182},{"source":7,"target":68},{"source":7,"target":183},{"source":176,"target":184},{"source":176,"target":7},{"source":177,"target":185},{"source":177,"target":7},{"source":178,"target":186},{"source":178,"target":7},{"source":179,"target":187},{"source":179,"target":7},{"source":180,"target":188},{"source":180,"target":7},{"source":105,"target":3},{"source":105,"target":189},{"source":105,"target":7},{"source":105,"target":88},{"source":189,"target":3},{"source":181,"target":9},{"source":181,"target":190},{"source":181,"target":7},{"source":181,"target":191},{"source":190,"target":9},{"source":182,"target":8},{"source":182,"target":192},{"source":182,"target":7},{"source":182,"target":193},{"source":192,"target":8},{"source":68,"target":2},{"source":68,"target":194},{"source":68,"target":7},{"source":68,"target":47},{"source":194,"target":2},{"source":183,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":195},{"source":8,"target":196},{"source":8,"target":197},{"source":8,"target":193},{"source":8,"target":198},{"source":195,"target":199},{"source":195,"target":8},{"source":196,"target":200},{"source":196,"target":8},{"source":197,"target":201},{"source":197,"target":8},{"source":193,"target":7},{"source":193,"target":202},{"source":193,"target":8},{"source":193,"target":182},{"source":202,"target":7},{"source":198,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":203},{"source":9,"target":204},{"source":9,"target":205},{"source":9,"target":206},{"source":9,"target":107},{"source":9,"target":191},{"source":9,"target":207},{"source":9,"target":208},{"source":9,"target":70},{"source":9,"target":209},{"source":203,"target":210},{"source":203,"target":9},{"source":204,"target":211},{"source":204,"target":9},{"source":205,"target":212},{"source":205,"target":9},{"source":206,"target":213},{"source":206,"target":9},{"source":107,"target":3},{"source":107,"target":214},{"source":107,"target":9},{"source":107,"target":89},{"source":214,"target":3},{"source":191,"target":7},{"source":191,"target":215},{"source":191,"target":9},{"source":191,"target":181},{"source":215,"target":7},{"source":207,"target":9},{"source":207,"target":216},{"source":207,"target":9},{"source":207,"target":208},{"source":216,"target":9},{"source":208,"target":9},{"source":208,"target":217},{"source":208,"target":9},{"source":208,"target":207},{"source":217,"target":9},{"source":70,"target":2},{"source":70,"target":218},{"source":70,"target":9},{"source":70,"target":48},{"source":218,"target":2},{"source":209,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":219},{"source":10,"target":220},{"source":10,"target":221},{"source":10,"target":222},{"source":10,"target":223},{"source":10,"target":224},{"source":10,"target":109},{"source":10,"target":225},{"source":10,"target":226},{"source":10,"target":80},{"source":10,"target":227},{"source":10,"target":228},{"source":10,"target":229},{"source":219,"target":230},{"source":219,"target":10},{"source":220,"target":231},{"source":220,"target":10},{"source":221,"target":20},{"source":221,"target":232},{"source":221,"target":10},{"source":232,"target":20},{"source":222,"target":233},{"source":222,"target":10},{"source":223,"target":234},{"source":223,"target":10},{"source":224,"target":235},{"source":224,"target":10},{"source":109,"target":3},{"source":109,"target":236},{"source":109,"target":10},{"source":109,"target":90},{"source":236,"target":3},{"source":225,"target":11},{"source":225,"target":237},{"source":225,"target":10},{"source":225,"target":238},{"source":237,"target":11},{"source":226,"target":15},{"source":226,"target":239},{"source":226,"target":10},{"source":226,"target":240},{"source":239,"target":15},{"source":80,"target":2},{"source":80,"target":241},{"source":80,"target":10},{"source":80,"target":53},{"source":241,"target":2},{"source":227,"target":242},{"source":227,"target":10},{"source":228,"target":27},{"source":228,"target":243},{"source":228,"target":10},{"source":228,"target":244},{"source":243,"target":27},{"source":229,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":245},{"source":11,"target":246},{"source":11,"target":247},{"source":11,"target":248},{"source":11,"target":249},{"source":11,"target":250},{"source":11,"target":251},{"source":11,"target":252},{"source":11,"target":111},{"source":11,"target":238},{"source":11,"target":253},{"source":11,"target":74},{"source":11,"target":254},{"source":11,"target":255},{"source":11,"target":256},{"source":245,"target":257},{"source":245,"target":11},{"source":246,"target":258},{"source":246,"target":11},{"source":247,"target":259},{"source":247,"target":11},{"source":248,"target":260},{"source":248,"target":11},{"source":249,"target":261},{"source":249,"target":11},{"source":250,"target":262},{"source":250,"target":11},{"source":251,"target":11},{"source":251,"target":263},{"source":251,"target":11},{"source":251,"target":252},{"source":263,"target":11},{"source":252,"target":11},{"source":252,"target":264},{"source":252,"target":11},{"source":252,"target":251},{"source":264,"target":11},{"source":111,"target":3},{"source":111,"target":265},{"source":111,"target":11},{"source":111,"target":91},{"source":265,"target":3},{"source":238,"target":10},{"source":238,"target":266},{"source":238,"target":11},{"source":238,"target":225},{"source":266,"target":10},{"source":253,"target":14},{"source":253,"target":267},{"source":253,"target":11},{"source":253,"target":268},{"source":267,"target":14},{"source":74,"target":2},{"source":74,"target":269},{"source":74,"target":11},{"source":74,"target":50},{"source":269,"target":2},{"source":254,"target":270},{"source":254,"target":11},{"source":255,"target":27},{"source":255,"target":271},{"source":255,"target":11},{"source":255,"target":272},{"source":271,"target":27},{"source":256,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":273},{"source":12,"target":274},{"source":12,"target":275},{"source":12,"target":276},{"source":12,"target":277},{"source":12,"target":278},{"source":12,"target":279},{"source":12,"target":280},{"source":12,"target":281},{"source":12,"target":282},{"source":12,"target":283},{"source":12,"target":76},{"source":12,"target":284},{"source":12,"target":285},{"source":12,"target":286},{"source":12,"target":287},{"source":12,"target":288},{"source":273,"target":289},{"source":273,"target":12},{"source":274,"target":290},{"source":274,"target":12},{"source":275,"target":22},{"source":275,"target":291},{"source":275,"target":12},{"source":291,"target":22},{"source":276,"target":292},{"source":276,"target":12},{"source":277,"target":293},{"source":277,"target":12},{"source":278,"target":294},{"source":278,"target":12},{"source":279,"target":295},{"source":279,"target":12},{"source":280,"target":296},{"source":280,"target":12},{"source":281,"target":297},{"source":281,"target":12},{"source":282,"target":13},{"source":282,"target":298},{"source":282,"target":12},{"source":282,"target":299},{"source":298,"target":13},{"source":283,"target":14},{"source":283,"target":300},{"source":283,"target":12},{"source":283,"target":301},{"source":300,"target":14},{"source":76,"target":2},{"source":76,"target":302},{"source":76,"target":12},{"source":76,"target":51},{"source":302,"target":2},{"source":284,"target":303},{"source":284,"target":12},{"source":285,"target":25},{"source":285,"target":304},{"source":285,"target":12},{"source":285,"target":305},{"source":304,"target":25},{"source":286,"target":23},{"source":286,"target":306},{"source":286,"target":12},{"source":286,"target":307},{"source":306,"target":23},{"source":287,"target":26},{"source":287,"target":308},{"source":287,"target":12},{"source":287,"target":309},{"source":308,"target":26},{"source":288,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":310},{"source":13,"target":311},{"source":13,"target":299},{"source":13,"target":312},{"source":13,"target":78},{"source":13,"target":313},{"source":13,"target":314},{"source":310,"target":315},{"source":310,"target":13},{"source":311,"target":316},{"source":311,"target":13},{"source":299,"target":12},{"source":299,"target":317},{"source":299,"target":13},{"source":299,"target":282},{"source":317,"target":12},{"source":312,"target":14},{"source":312,"target":318},{"source":312,"target":13},{"source":312,"target":319},{"source":318,"target":14},{"source":78,"target":2},{"source":78,"target":320},{"source":78,"target":13},{"source":78,"target":52},{"source":320,"target":2},{"source":313,"target":321},{"source":313,"target":13},{"source":314,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":322},{"source":14,"target":323},{"source":14,"target":324},{"source":14,"target":268},{"source":14,"target":301},{"source":14,"target":60},{"source":14,"target":319},{"source":14,"target":325},{"source":14,"target":326},{"source":14,"target":327},{"source":14,"target":328},{"source":322,"target":329},{"source":322,"target":14},{"source":323,"target":330},{"source":323,"target":14},{"source":324,"target":331},{"source":324,"target":14},{"source":268,"target":11},{"source":268,"target":332},{"source":268,"target":14},{"source":268,"target":253},{"source":332,"target":11},{"source":301,"target":12},{"source":301,"target":333},{"source":301,"target":14},{"source":301,"target":283},{"source":333,"target":12},{"source":60,"target":2},{"source":60,"target":334},{"source":60,"target":14},{"source":60,"target":43},{"source":334,"target":2},{"source":319,"target":13},{"source":319,"target":335},{"source":319,"target":14},{"source":319,"target":312},{"source":335,"target":13},{"source":325,"target":336},{"source":325,"target":14},{"source":326,"target":337},{"source":326,"target":14},{"source":327,"target":27},{"source":327,"target":338},{"source":327,"target":14},{"source":327,"target":339},{"source":338,"target":27},{"source":328,"target":1},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":340},{"source":15,"target":240},{"source":15,"target":341},{"source":15,"target":342},{"source":340,"target":343},{"source":340,"target":15},{"source":240,"target":10},{"source":240,"target":344},{"source":240,"target":15},{"source":240,"target":226},{"source":344,"target":10},{"source":341,"target":17},{"source":341,"target":345},{"source":341,"target":15},{"source":341,"target":346},{"source":345,"target":17},{"source":342,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":347},{"source":16,"target":348},{"source":16,"target":349},{"source":347,"target":350},{"source":347,"target":16},{"source":348,"target":17},{"source":348,"target":351},{"source":348,"target":16},{"source":348,"target":352},{"source":351,"target":17},{"source":349,"target":14},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":353},{"source":17,"target":354},{"source":17,"target":346},{"source":17,"target":352},{"source":17,"target":355},{"source":353,"target":356},{"source":353,"target":17},{"source":354,"target":357},{"source":354,"target":17},{"source":346,"target":15},{"source":346,"target":358},{"source":346,"target":17},{"source":346,"target":341},{"source":358,"target":15},{"source":352,"target":16},{"source":352,"target":359},{"source":352,"target":17},{"source":352,"target":348},{"source":359,"target":16},{"source":355,"target":1},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":360},{"source":18,"target":361},{"source":18,"target":115},{"source":18,"target":362},{"source":18,"target":66},{"source":18,"target":363},{"source":360,"target":364},{"source":360,"target":18},{"source":361,"target":365},{"source":361,"target":18},{"source":115,"target":3},{"source":115,"target":366},{"source":115,"target":18},{"source":115,"target":93},{"source":366,"target":3},{"source":362,"target":367},{"source":362,"target":18},{"source":66,"target":2},{"source":66,"target":368},{"source":66,"target":18},{"source":66,"target":46},{"source":368,"target":2},{"source":363,"target":1},{"source":19,"target":0},{"source":19,"target":369},{"source":19,"target":370},{"source":369,"target":19},{"source":370,"target":19},{"source":20,"target":0},{"source":20,"target":371},{"source":20,"target":372},{"source":20,"target":373},{"source":20,"target":374},{"source":371,"target":20},{"source":372,"target":20},{"source":373,"target":20},{"source":374,"target":20},{"source":21,"target":0},{"source":21,"target":375},{"source":21,"target":376},{"source":375,"target":21},{"source":376,"target":21},{"source":22,"target":0},{"source":22,"target":377},{"source":22,"target":378},{"source":377,"target":22},{"source":378,"target":22},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":379},{"source":23,"target":380},{"source":23,"target":381},{"source":23,"target":382},{"source":23,"target":383},{"source":23,"target":384},{"source":23,"target":385},{"source":23,"target":307},{"source":23,"target":386},{"source":23,"target":387},{"source":23,"target":388},{"source":23,"target":389},{"source":23,"target":390},{"source":23,"target":391},{"source":23,"target":392},{"source":23,"target":393},{"source":379,"target":394},{"source":379,"target":23},{"source":380,"target":395},{"source":380,"target":23},{"source":381,"target":396},{"source":381,"target":23},{"source":382,"target":397},{"source":382,"target":23},{"source":383,"target":398},{"source":383,"target":23},{"source":384,"target":399},{"source":384,"target":23},{"source":385,"target":400},{"source":385,"target":23},{"source":307,"target":12},{"source":307,"target":401},{"source":307,"target":23},{"source":307,"target":286},{"source":401,"target":12},{"source":386,"target":25},{"source":386,"target":402},{"source":386,"target":23},{"source":386,"target":403},{"source":402,"target":25},{"source":387,"target":26},{"source":387,"target":404},{"source":387,"target":23},{"source":387,"target":405},{"source":404,"target":26},{"source":388,"target":406},{"source":388,"target":23},{"source":389,"target":407},{"source":389,"target":23},{"source":390,"target":408},{"source":390,"target":23},{"source":391,"target":409},{"source":391,"target":23},{"source":392,"target":24},{"source":392,"target":410},{"source":392,"target":23},{"source":392,"target":411},{"source":410,"target":24},{"source":393,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":412},{"source":24,"target":413},{"source":24,"target":411},{"source":24,"target":414},{"source":412,"target":415},{"source":412,"target":24},{"source":413,"target":416},{"source":413,"target":24},{"source":411,"target":23},{"source":411,"target":417},{"source":411,"target":24},{"source":411,"target":392},{"source":417,"target":23},{"source":414,"target":1},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":418},{"source":25,"target":419},{"source":25,"target":420},{"source":25,"target":305},{"source":25,"target":403},{"source":25,"target":421},{"source":418,"target":422},{"source":418,"target":25},{"source":419,"target":423},{"source":419,"target":25},{"source":420,"target":424},{"source":420,"target":25},{"source":305,"target":12},{"source":305,"target":425},{"source":305,"target":25},{"source":305,"target":285},{"source":425,"target":12},{"source":403,"target":23},{"source":403,"target":426},{"source":403,"target":25},{"source":403,"target":386},{"source":426,"target":23},{"source":421,"target":1},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":427},{"source":26,"target":428},{"source":26,"target":429},{"source":26,"target":309},{"source":26,"target":405},{"source":26,"target":430},{"source":427,"target":431},{"source":427,"target":26},{"source":428,"target":432},{"source":428,"target":26},{"source":429,"target":433},{"source":429,"target":26},{"source":309,"target":12},{"source":309,"target":434},{"source":309,"target":26},{"source":309,"target":287},{"source":434,"target":12},{"source":405,"target":23},{"source":405,"target":435},{"source":405,"target":26},{"source":405,"target":387},{"source":435,"target":23},{"source":430,"target":1},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":436},{"source":27,"target":437},{"source":27,"target":438},{"source":27,"target":439},{"source":27,"target":440},{"source":27,"target":441},{"source":27,"target":442},{"source":27,"target":443},{"source":27,"target":272},{"source":27,"target":339},{"source":27,"target":244},{"source":27,"target":444},{"source":436,"target":445},{"source":436,"target":27},{"source":437,"target":446},{"source":437,"target":27},{"source":438,"target":447},{"source":438,"target":27},{"source":439,"target":448},{"source":439,"target":27},{"source":440,"target":449},{"source":440,"target":27},{"source":441,"target":450},{"source":441,"target":27},{"source":442,"target":451},{"source":442,"target":27},{"source":443,"target":452},{"source":443,"target":27},{"source":272,"target":11},{"source":272,"target":453},{"source":272,"target":27},{"source":272,"target":255},{"source":453,"target":11},{"source":339,"target":14},{"source":339,"target":454},{"source":339,"target":27},{"source":339,"target":327},{"source":454,"target":14},{"source":244,"target":10},{"source":244,"target":455},{"source":244,"target":27},{"source":244,"target":228},{"source":455,"target":10},{"source":444,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="manypov" nsURI="http://sample.manypov" nsPrefix="manypov"> <eClassifiers xsi:type="ecore:EClass" name="A" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=bs" value=""/> <details key="cref=es" value=""/> <details key="cref=js" value=""/> <details key="pov" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bs" upperBound="-1" eType="#//B" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="es" upperBound="-1" eType="#//E" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="js" upperBound="-1" eType="#//J" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="B" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=cs" value=""/> <details key="nav:theBView" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="cs" upperBound="-1" eType="#//C" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="C" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named"> <eAnnotations source="diagraph"> <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="E" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=fs" value=""/> <details key="nav:theEView" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fs" upperBound="-1" eType="#//F" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="F" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="J" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=jks:theJJ" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="jks" upperBound="-1" eType="#//JK" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="K" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=ms" value=""/> <details key="pov=theKView" value=""/> <details key="ref=cs" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ms" upperBound="-1" eType="#//M" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cs" eType="#//C"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JK" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=ks:theJKcont" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ks" upperBound="-1" eType="#//K" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="M" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/manypov.ecore
ecore
manypov A bs es js B cs C Named name E fs F J jks K ms cs JK ks M
null
{"directed":true,"nodes":[{"nsPrefix":"manypov","nsURI":"http://sample.manypov","name":"manypov","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"F","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JK","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"M","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bs","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":"es","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":"js","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cs","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fs","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":true,"unsettable":false,"transient":false,"unique":true,"name":"jks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cs","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":"ks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":11,"target":2},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":2},{"source":12,"target":5},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":5},{"source":13,"target":7},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":7},{"source":14,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":3},{"source":18,"target":20},{"source":18,"target":2},{"source":20,"target":3},{"source":19,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":21},{"source":21,"target":4},{"source":4,"target":0},{"source":4,"target":22},{"source":22,"target":23},{"source":22,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":25},{"source":24,"target":6},{"source":24,"target":26},{"source":24,"target":5},{"source":26,"target":6},{"source":25,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":27},{"source":27,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":28},{"source":7,"target":29},{"source":28,"target":9},{"source":28,"target":30},{"source":28,"target":7},{"source":30,"target":9},{"source":29,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":31},{"source":8,"target":32},{"source":8,"target":33},{"source":31,"target":10},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":10},{"source":32,"target":3},{"source":32,"target":35},{"source":32,"target":8},{"source":35,"target":3},{"source":33,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":36},{"source":9,"target":37},{"source":36,"target":8},{"source":36,"target":38},{"source":36,"target":9},{"source":38,"target":8},{"source":37,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":39},{"source":39,"target":4}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="dialogue" nsURI="http://www.dfki.de/iui/mmds/core/model/dialogue" nsPrefix="dialogue"> <eAnnotations source="http://de.dfki.iui.mmds/CoreModel"/> <eClassifiers xsi:type="ecore:EClass" name="Dialogue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The root element for a dialouge specification."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" eType="#//Node" containment="true" resolveProxies="false"/> <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="DialogueDesignerElement" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This elements provides additional display information for the dialogue editor"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="displayName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true" eSuperTypes="#//AbstractState #//TargetState #//SourceState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract class for all nodes"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CondEvent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Description of an event that triggers a transition or a WaitForEventNode. When a pattern is defined, the event only is triggered, when the content of the event unifies with the pattern. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="InputEvent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" upperBound="-1" eType="ecore:EClass pattern.ecore#//PPattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceCondEvent" eSuperTypes="#//CondEvent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Represents a condition set where pattern can be matched against instances, not only with InputActs but with any kind of instances."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceMatchCondition" eType="#//InstanceMatchCondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceMatchCondition" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceMatchConditionFormula" eSuperTypes="#//InstanceMatchCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EEnum pattern.ecore#//PRestrictionsEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cond" lowerBound="1" upperBound="-1" eType="#//InstanceMatchCondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceMatchConditionAtom" eSuperTypes="#//InstanceMatchCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceExpr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1" eType="ecore:EClass pattern.ecore#//PPattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutableContent" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Executable content allows the state machine to do things. It provides the hooks that allow an SCXML session to modify its data model and interact with external entities. Executable content consists of actions that are performed as part of taking transitions. In particular, executable content occurs inside &lt;onentry> and &lt;onexit> elements (as well as inside transitions/ COMMENT: actually NOT). When the state machine takes a transition, it executes the &lt;onexit> executable content in the states it is leaving,( followed by the content in the transition), followed by the &lt;onentry> content in the states it is entering."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Raise" eSuperTypes="#//ExecutableContent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The &lt;raise> element raises an event in the current SCXML session. Note that the event will not be processed until the current block of executable content has completed and all events that are already in the internal event queue have been processed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Send" eSuperTypes="#//ExecutableContent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;send> is used to send events and data to other modules. &#xD;&#xA;The content of send event can either &#xD;&#xA;OutputRequest - instance&#xD;&#xA;or a pattern that defines an OutputRequest-instance"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outputRequest" eType="ecore:EClass io.ecore#//OutputMessage" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Log" eSuperTypes="#//ExecutableContent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;log> allows an application to generate a logging or debug message."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//ExecutableContent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The &lt;assign> element is used to modify the data model. The assigned can be either an expression or a instance pattern."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" 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 jexl expression may return a value of the denoted variable type. If no expression is defined, the assigned value is null."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceAssign" eSuperTypes="#//ExecutableContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="copyOf" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceModifyFeature" eSuperTypes="#//ExecutableContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operationType" eType="#//OperationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reference"> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperationType"> <eLiterals name="UNSPECIFIED"/> <eLiterals name="SET" value="1"/> <eLiterals name="APPEND" value="2"/> <eLiterals name="PREPEND" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="#//ExecutableContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType base.ecore#//BInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IAdaptable" instanceClassName="org.eclipse.core.runtime.IAdaptable" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines a variable for a state's scope. A variable must have a name (unique for the state) and a type definition. The default value used for initialisation is optional.&#xD;&#xA;"/> </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="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EmfType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Class" instanceClassName="java.lang.Class"/> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//ExecutableContent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;if> is a container for conditionally executed elements."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//ExecutableContent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseIf" upperBound="-1" eType="#//ElseIf" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Else" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElseIf"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;elseif> is an empty element that partitions the content of an &lt;if>, and provides a condition that determines whether the partition is executed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//ExecutableContent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Else"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;else> is an empty element that partitions the content of an &lt;if>. It is equivalent to an &lt;elseif> with a &quot;cond&quot; that always evaluates to true."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//ExecutableContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This node contains a sequence of other nodes. The contents is ordered."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//Node" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decision" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//Node" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Node" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoWhile" eSuperTypes="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines a do-while loop that is processed as long as the condition is true."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Node" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Defines a while loop that is processed as long as the condition is true."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="condition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Node" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEach" eSuperTypes="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The &lt;foreach> element allows an SCXML application to iterate through a collection in the data model and to execute the actions contained within it for each item in the collection."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WaitForEvent" eSuperTypes="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This node stops the workflow until the defined event occurs."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//CondEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutableContentNode" eSuperTypes="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A node that contains executable content, which is executed by the machine when reaching the node"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//ExecutableContent" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StateChart" eSuperTypes="#//Node #//CompositeState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The root class for a state chart. It is a composite chart but can also be inserted in a workflow as a node."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true" interface="true" eSuperTypes="#//DialogueDesignerElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Variables that are valid for this and all child nodes."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//AbstractState #//SourceState #//TargetState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A state with the description of the onEntry and onExit executable content."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="onEntry" ordered="false" upperBound="-1" eType="#//ExecutableContent" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onExit" ordered="false" upperBound="-1" eType="#//ExecutableContent" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractCompositeState" abstract="true" interface="true" eSuperTypes="#//State"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The composite state contains several states and transitions but can also be a state. The definition of a history state allows to remember the state configuration and continue the workflow at the state, that was active when the composite state was left."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="states" ordered="false" upperBound="-1" eType="#//AbstractState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="historyState" eType="#//HistoryState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//AbstractCompositeState"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" ordered="false" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParallelState" eSuperTypes="#//AbstractCompositeState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The &lt;parallel> element encapsulates a set of child states which are simultaneously active when the parent element is active."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//AbstractState #//TargetState"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The final state stops the state machine."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HistoryState" eSuperTypes="#//TargetState #//DialogueDesignerElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The &lt;history> pseudo-state allows allows a state machine to remember its state configuration. A &lt;transition> taking the &lt;history> state as its target will return the state machine to this recorded configuration."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//HistoryType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//DialogueDesignerElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Describes transitions between states. When a condition is defined, the transition is triggered only when the event occurs and the condition pattern unifies with the incoming event content. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//SourceState" eOpposite="#//SourceState/transitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//TargetState"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" ordered="false" eType="#//CondEvent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onTrigger" upperBound="-1" eType="#//ExecutableContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceState" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The source of a transition."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TargetState" abstract="true" interface="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The target of a transition."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HistoryType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determines whether the active atomic substate(s) of the current state or only its immediate active substate(s) are recorded."/> </eAnnotations> <eLiterals name="shallow" literal="shallow"/> <eLiterals name="deep"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/rnesselrath/SiAM-dp/platform/de.dfki.iui.mmds.core.model/model/dialogue.ecore
ecore
dialogue Dialogue content id DialogueDesignerElement displayName id Node CondEvent event InputEvent pattern condition InstanceCondEvent instanceMatchCondition InstanceMatchCondition InstanceMatchConditionFormula operator cond InstanceMatchConditionAtom instanceExpr instance pattern ExecutableContent Raise event Send outputRequest Log expression label Assign expression to InstanceAssign to instance copyOf InstanceModifyFeature to feature expr object type operationType Reference reference OperationType UNSPECIFIED UNSPECIFIED SET SET APPEND APPEND PREPEND PREPEND Delay duration IAdaptable org.eclipse.core.runtime.IAdaptable org.eclipse.core.runtime.IAdaptable Variable name default EmfType type Class java.lang.Class java.lang.Class If content elseIf else condition ElseIf content condition Else content Sequence content Decision then else condition DoWhile condition body While condition body ForEach WaitForEvent event ExecutableContentNode content StateChart AbstractState variables State onEntry onExit AbstractCompositeState states historyState CompositeState initialState ParallelState FinalState HistoryState type Transition source target event onTrigger SourceState transitions TargetState HistoryType shallow shallow deep deep
null
{"directed":true,"nodes":[{"nsPrefix":"dialogue","nsURI":"http://www.dfki.de/iui/mmds/core/model/dialogue","name":"dialogue","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dialogue","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DialogueDesignerElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CondEvent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceCondEvent","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceMatchCondition","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceMatchConditionFormula","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceMatchConditionAtom","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableContent","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Raise","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Send","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Log","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceAssign","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceModifyFeature","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperationType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.core.runtime.IAdaptable","defaultValue":null,"instanceClassName":"org.eclipse.core.runtime.IAdaptable","name":"IAdaptable","instanceClass":"org.eclipse.core.runtime.IAdaptable","abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"Class","instanceClass":"java.lang.Class","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseIf","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Else","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decision","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhile","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEach","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WaitForEvent","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableContentNode","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateChart","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractCompositeState","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelState","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HistoryState","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceState","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetState","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HistoryType","instanceClass":null,"id":43,"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":"content","changeable":true,"resolveProxies":false,"lowerBound":1,"id":44,"derived":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":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayName","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"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"},{"ordered":true,"upperBound":1,"defaultValue":"InputEvent","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"InputEvent","unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","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":"condition","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instanceMatchCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"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":"cond","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"instanceExpr","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputRequest","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":1,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"copyOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expr","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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operationType","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"name":"UNSPECIFIED","id":114,"value":0,"literal":"UNSPECIFIED","eClass":"EEnumLiteral"},{"name":"SET","id":115,"value":1,"literal":"SET","eClass":"EEnumLiteral"},{"name":"APPEND","id":116,"value":2,"literal":"APPEND","eClass":"EEnumLiteral"},{"name":"PREPEND","id":117,"value":3,"literal":"PREPEND","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":"duration","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","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":"EmfType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseIf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":false,"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":"else","changeable":true,"resolveProxies":false,"lowerBound":0,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"container":false,"ordered":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":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"container":false,"ordered":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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"container":false,"ordered":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":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"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":"onEntry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onExit","changeable":true,"resolveProxies":false,"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"},{"container":false,"ordered":false,"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":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"historyState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"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":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"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":"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":199,"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":"event","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":"onTrigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"name":"shallow","id":209,"value":0,"literal":"shallow","eClass":"EEnumLiteral"},{"name":"deep","id":210,"value":0,"literal":"deep","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":1,"target":0},{"source":1,"target":44},{"source":1,"target":45},{"source":44,"target":3},{"source":44,"target":46},{"source":44,"target":1},{"source":46,"target":3},{"source":45,"target":47},{"source":45,"target":1},{"source":2,"target":0},{"source":2,"target":48},{"source":2,"target":49},{"source":48,"target":50},{"source":48,"target":2},{"source":49,"target":51},{"source":49,"target":2},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":42},{"source":3,"target":41},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":52,"target":33},{"source":53,"target":42},{"source":54,"target":41},{"source":4,"target":0},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":55,"target":58},{"source":55,"target":4},{"source":56,"target":59},{"source":56,"target":4},{"source":57,"target":60},{"source":57,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":61},{"source":5,"target":62},{"source":61,"target":6},{"source":61,"target":63},{"source":61,"target":5},{"source":63,"target":6},{"source":62,"target":4},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":64,"target":67},{"source":64,"target":7},{"source":65,"target":6},{"source":65,"target":68},{"source":65,"target":7},{"source":68,"target":6},{"source":66,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":69},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":69,"target":73},{"source":69,"target":8},{"source":70,"target":74},{"source":70,"target":8},{"source":71,"target":75},{"source":71,"target":8},{"source":72,"target":6},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":76},{"source":10,"target":77},{"source":76,"target":78},{"source":76,"target":10},{"source":77,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":79},{"source":11,"target":80},{"source":79,"target":81},{"source":79,"target":11},{"source":80,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":82,"target":85},{"source":82,"target":12},{"source":83,"target":86},{"source":83,"target":12},{"source":84,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":87},{"source":13,"target":88},{"source":13,"target":89},{"source":87,"target":90},{"source":87,"target":13},{"source":88,"target":91},{"source":88,"target":13},{"source":89,"target":9},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":92},{"source":14,"target":93},{"source":14,"target":94},{"source":14,"target":95},{"source":92,"target":96},{"source":92,"target":14},{"source":93,"target":97},{"source":93,"target":14},{"source":94,"target":98},{"source":94,"target":14},{"source":95,"target":9},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":99},{"source":15,"target":100},{"source":15,"target":101},{"source":15,"target":102},{"source":15,"target":103},{"source":15,"target":104},{"source":15,"target":105},{"source":99,"target":106},{"source":99,"target":15},{"source":100,"target":107},{"source":100,"target":15},{"source":101,"target":108},{"source":101,"target":15},{"source":102,"target":109},{"source":102,"target":15},{"source":103,"target":110},{"source":103,"target":15},{"source":104,"target":17},{"source":104,"target":111},{"source":104,"target":15},{"source":111,"target":17},{"source":105,"target":9},{"source":16,"target":0},{"source":16,"target":112},{"source":112,"target":113},{"source":112,"target":16},{"source":17,"target":0},{"source":17,"target":114},{"source":17,"target":115},{"source":17,"target":116},{"source":17,"target":117},{"source":114,"target":17},{"source":115,"target":17},{"source":116,"target":17},{"source":117,"target":17},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":118},{"source":18,"target":119},{"source":118,"target":120},{"source":118,"target":18},{"source":119,"target":9},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":121},{"source":20,"target":122},{"source":20,"target":123},{"source":20,"target":124},{"source":121,"target":125},{"source":121,"target":20},{"source":122,"target":126},{"source":122,"target":20},{"source":123,"target":127},{"source":123,"target":20},{"source":124,"target":128},{"source":124,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":9},{"source":22,"target":129},{"source":22,"target":130},{"source":22,"target":131},{"source":22,"target":132},{"source":22,"target":133},{"source":129,"target":9},{"source":129,"target":134},{"source":129,"target":22},{"source":134,"target":9},{"source":130,"target":23},{"source":130,"target":135},{"source":130,"target":22},{"source":135,"target":23},{"source":131,"target":24},{"source":131,"target":136},{"source":131,"target":22},{"source":136,"target":24},{"source":132,"target":137},{"source":132,"target":22},{"source":133,"target":9},{"source":23,"target":0},{"source":23,"target":138},{"source":23,"target":139},{"source":138,"target":9},{"source":138,"target":140},{"source":138,"target":23},{"source":140,"target":9},{"source":139,"target":141},{"source":139,"target":23},{"source":24,"target":0},{"source":24,"target":142},{"source":142,"target":9},{"source":142,"target":143},{"source":142,"target":24},{"source":143,"target":9},{"source":25,"target":0},{"source":25,"target":3},{"source":25,"target":144},{"source":25,"target":145},{"source":144,"target":3},{"source":144,"target":146},{"source":144,"target":25},{"source":146,"target":3},{"source":145,"target":3},{"source":26,"target":0},{"source":26,"target":3},{"source":26,"target":147},{"source":26,"target":148},{"source":26,"target":149},{"source":26,"target":150},{"source":147,"target":3},{"source":147,"target":151},{"source":147,"target":26},{"source":151,"target":3},{"source":148,"target":3},{"source":148,"target":152},{"source":148,"target":26},{"source":152,"target":3},{"source":149,"target":153},{"source":149,"target":26},{"source":150,"target":3},{"source":27,"target":0},{"source":27,"target":3},{"source":27,"target":154},{"source":27,"target":155},{"source":27,"target":156},{"source":154,"target":157},{"source":154,"target":27},{"source":155,"target":3},{"source":155,"target":158},{"source":155,"target":27},{"source":158,"target":3},{"source":156,"target":3},{"source":28,"target":0},{"source":28,"target":3},{"source":28,"target":159},{"source":28,"target":160},{"source":28,"target":161},{"source":159,"target":162},{"source":159,"target":28},{"source":160,"target":3},{"source":160,"target":163},{"source":160,"target":28},{"source":163,"target":3},{"source":161,"target":3},{"source":29,"target":0},{"source":29,"target":3},{"source":29,"target":164},{"source":164,"target":3},{"source":30,"target":0},{"source":30,"target":3},{"source":30,"target":165},{"source":30,"target":166},{"source":165,"target":4},{"source":165,"target":167},{"source":165,"target":30},{"source":167,"target":4},{"source":166,"target":3},{"source":31,"target":0},{"source":31,"target":3},{"source":31,"target":168},{"source":31,"target":169},{"source":168,"target":9},{"source":168,"target":170},{"source":168,"target":31},{"source":170,"target":9},{"source":169,"target":3},{"source":32,"target":0},{"source":32,"target":3},{"source":32,"target":36},{"source":32,"target":171},{"source":32,"target":172},{"source":171,"target":3},{"source":172,"target":36},{"source":33,"target":0},{"source":33,"target":2},{"source":33,"target":173},{"source":33,"target":174},{"source":173,"target":20},{"source":173,"target":175},{"source":173,"target":33},{"source":175,"target":20},{"source":174,"target":2},{"source":34,"target":0},{"source":34,"target":33},{"source":34,"target":41},{"source":34,"target":42},{"source":34,"target":176},{"source":34,"target":177},{"source":34,"target":178},{"source":34,"target":179},{"source":34,"target":180},{"source":176,"target":9},{"source":176,"target":181},{"source":176,"target":34},{"source":181,"target":9},{"source":177,"target":9},{"source":177,"target":182},{"source":177,"target":34},{"source":182,"target":9},{"source":178,"target":33},{"source":179,"target":41},{"source":180,"target":42},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":183},{"source":35,"target":184},{"source":35,"target":185},{"source":183,"target":33},{"source":183,"target":186},{"source":183,"target":35},{"source":186,"target":33},{"source":184,"target":39},{"source":184,"target":187},{"source":184,"target":35},{"source":187,"target":39},{"source":185,"target":34},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":188},{"source":36,"target":189},{"source":188,"target":34},{"source":188,"target":190},{"source":188,"target":36},{"source":190,"target":34},{"source":189,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":191},{"source":191,"target":35},{"source":38,"target":0},{"source":38,"target":33},{"source":38,"target":42},{"source":38,"target":192},{"source":38,"target":193},{"source":192,"target":33},{"source":193,"target":42},{"source":39,"target":0},{"source":39,"target":42},{"source":39,"target":2},{"source":39,"target":194},{"source":39,"target":195},{"source":39,"target":196},{"source":194,"target":43},{"source":194,"target":197},{"source":194,"target":39},{"source":197,"target":43},{"source":195,"target":42},{"source":196,"target":2},{"source":40,"target":0},{"source":40,"target":2},{"source":40,"target":198},{"source":40,"target":199},{"source":40,"target":200},{"source":40,"target":201},{"source":40,"target":202},{"source":198,"target":41},{"source":198,"target":203},{"source":198,"target":40},{"source":198,"target":204},{"source":203,"target":41},{"source":199,"target":42},{"source":199,"target":205},{"source":199,"target":40},{"source":205,"target":42},{"source":200,"target":4},{"source":200,"target":206},{"source":200,"target":40},{"source":206,"target":4},{"source":201,"target":9},{"source":201,"target":207},{"source":201,"target":40},{"source":207,"target":9},{"source":202,"target":2},{"source":41,"target":0},{"source":41,"target":204},{"source":204,"target":40},{"source":204,"target":208},{"source":204,"target":41},{"source":204,"target":198},{"source":208,"target":40},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":209},{"source":43,"target":210},{"source":209,"target":43},{"source":210,"target":43}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="configuration" nsURI="http://eclipse.org/SCADA/DA/JDBC/Configuration" nsPrefix="configuration"> <eClassifiers xsi:type="ecore:EClass" name="AbstractQueryType" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AbstractQueryType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sql" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="sql"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="columnMapping" upperBound="-1" eType="#//ColumnMappingType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="columnMapping"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="period" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="period"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sql1" 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="sql"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//PositiveInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="timeout"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="AliasNameType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="aliasName_._type"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="minLength" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnMappingType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ColumnMappingType"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasName" lowerBound="1" eType="#//AliasNameType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="aliasName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNumber" lowerBound="1" eType="#//ColumnNumberType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="columnNumber"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ColumnNumberType" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="columnNumber_._type"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#int"/> <details key="minInclusive" value="1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ColumnNumberTypeObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="columnNumber_._type:Object"/> <details key="baseType" value="columnNumber_._type"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommandsType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CommandsType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sql" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="sql"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="localName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="localName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sql1" 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="sql"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ConnectionType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="property" upperBound="-1" eType="#//PropertyEntry" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="property"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="query" upperBound="-1" eType="#//QueryType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="query"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tabularQuery" upperBound="-1" eType="#//TabularQueryType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="tabularQuery"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="update" upperBound="-1" eType="#//UpdateType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="update"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionClass" 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="connectionClass"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" 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="password"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" 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="timeout"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="uri"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" 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="username"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="root" upperBound="-2" eType="#//RootType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="root"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="PropertyEntry"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryType" eSuperTypes="#//AbstractQueryType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="QueryType"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RootType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RootType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="connection" upperBound="-1" eType="#//ConnectionType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="connection"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabularQueryType" eSuperTypes="#//AbstractQueryType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TabularQueryType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="updateColumns" upperBound="-1" eType="#//UpdateColumnsType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Define all columns that are updateable.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="updateColumns"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultUpdateSql" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;This value needs to have one %s&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;parameter which will be replaced by the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;columnName from the UpdateColumnsType&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;attribute and one JDBC parameter (?)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;which will then receive the value.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="defaultUpdateSql"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1" eType="#//CommandsType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="commands"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultUpdateSql1" 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="defaultUpdateSql"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idColumn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number (starting with 1) of the id column."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="idColumn"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateColumnsType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UpdateColumnsType"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="columnName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="customUpdateSql" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This SQL needs to have exactly one parameter. The value."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="customUpdateSql"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateMappingType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UpdateMappingType"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namedParameter" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="namedParameter"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="UpdateType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sql" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="sql"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mapping" upperBound="-1" eType="#//UpdateMappingType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="mapping"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sql1" 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="sql"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//PositiveInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="timeout"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/GabrielNicolasAvellaneda/org.eclipse.scada.core/org.eclipse.scada.da.server.jdbc/model/configuration.ecore
ecore
configuration AbstractQueryType sql columnMapping id period sql1 timeout AliasNameType java.lang.String java.lang.String ColumnMappingType aliasName columnNumber ColumnNumberType int int ColumnNumberTypeObject java.lang.Integer java.lang.Integer CommandsType sql localName sql1 ConnectionType property query tabularQuery update connectionClass id password timeout uri username DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation root PropertyEntry key value QueryType RootType connection TabularQueryType updateColumns defaultUpdateSql commands defaultUpdateSql1 idColumn UpdateColumnsType columnName customUpdateSql UpdateMappingType name namedParameter UpdateType sql mapping id sql1 timeout
null
{"directed":true,"nodes":[{"nsPrefix":"configuration","nsURI":"http://eclipse.org/SCADA/DA/JDBC/Configuration","name":"configuration","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractQueryType","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"AliasNameType","instanceClass":"java.lang.String","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnMappingType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"ColumnNumberType","instanceClass":"int","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"ColumnNumberTypeObject","instanceClass":"java.lang.Integer","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommandsType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyEntry","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabularQueryType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateColumnsType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateMappingType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sql","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":"columnMapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"period","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sql1","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeout","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasName","changeable":true,"lowerBound":1,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"columnNumber","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sql","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"localName","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":"sql1","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":false,"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":"query","changeable":true,"resolveProxies":false,"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":"tabularQuery","changeable":true,"resolveProxies":false,"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":"update","changeable":true,"resolveProxies":false,"lowerBound":0,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"connectionClass","changeable":true,"lowerBound":0,"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":true,"name":"id","changeable":true,"lowerBound":1,"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":"password","changeable":true,"lowerBound":0,"iD":false,"id":44,"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":"timeout","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":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":"username","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"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"root","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":true},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"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":"value","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updateColumns","changeable":true,"resolveProxies":false,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultUpdateSql","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":"commands","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultUpdateSql1","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"idColumn","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnName","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customUpdateSql","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namedParameter","changeable":true,"lowerBound":1,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sql","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sql1","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeout","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":16,"target":22},{"source":16,"target":1},{"source":17,"target":3},{"source":17,"target":23},{"source":17,"target":1},{"source":23,"target":3},{"source":18,"target":24},{"source":18,"target":1},{"source":19,"target":25},{"source":19,"target":1},{"source":20,"target":26},{"source":20,"target":1},{"source":21,"target":27},{"source":21,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":28,"target":2},{"source":28,"target":30},{"source":28,"target":3},{"source":30,"target":2},{"source":29,"target":4},{"source":29,"target":31},{"source":29,"target":3},{"source":31,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":32},{"source":6,"target":33},{"source":6,"target":34},{"source":32,"target":35},{"source":32,"target":6},{"source":33,"target":36},{"source":33,"target":6},{"source":34,"target":37},{"source":34,"target":6},{"source":7,"target":0},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":38,"target":9},{"source":38,"target":48},{"source":38,"target":7},{"source":48,"target":9},{"source":39,"target":10},{"source":39,"target":49},{"source":39,"target":7},{"source":49,"target":10},{"source":40,"target":12},{"source":40,"target":50},{"source":40,"target":7},{"source":50,"target":12},{"source":41,"target":15},{"source":41,"target":51},{"source":41,"target":7},{"source":51,"target":15},{"source":42,"target":52},{"source":42,"target":7},{"source":43,"target":53},{"source":43,"target":7},{"source":44,"target":54},{"source":44,"target":7},{"source":45,"target":55},{"source":45,"target":7},{"source":46,"target":56},{"source":46,"target":7},{"source":47,"target":57},{"source":47,"target":7},{"source":8,"target":0},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":58,"target":62},{"source":58,"target":8},{"source":59,"target":63},{"source":59,"target":8},{"source":60,"target":64},{"source":60,"target":8},{"source":61,"target":11},{"source":61,"target":65},{"source":61,"target":8},{"source":65,"target":11},{"source":9,"target":0},{"source":9,"target":66},{"source":9,"target":67},{"source":66,"target":68},{"source":66,"target":9},{"source":67,"target":69},{"source":67,"target":9},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":70},{"source":70,"target":1},{"source":11,"target":0},{"source":11,"target":71},{"source":71,"target":7},{"source":71,"target":72},{"source":71,"target":11},{"source":72,"target":7},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":73,"target":13},{"source":73,"target":79},{"source":73,"target":12},{"source":79,"target":13},{"source":74,"target":80},{"source":74,"target":12},{"source":75,"target":6},{"source":75,"target":81},{"source":75,"target":12},{"source":81,"target":6},{"source":76,"target":82},{"source":76,"target":12},{"source":77,"target":83},{"source":77,"target":12},{"source":78,"target":1},{"source":13,"target":0},{"source":13,"target":84},{"source":13,"target":85},{"source":84,"target":86},{"source":84,"target":13},{"source":85,"target":87},{"source":85,"target":13},{"source":14,"target":0},{"source":14,"target":88},{"source":14,"target":89},{"source":88,"target":90},{"source":88,"target":14},{"source":89,"target":91},{"source":89,"target":14},{"source":15,"target":0},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":92,"target":97},{"source":92,"target":15},{"source":93,"target":14},{"source":93,"target":98},{"source":93,"target":15},{"source":98,"target":14},{"source":94,"target":99},{"source":94,"target":15},{"source":95,"target":100},{"source":95,"target":15},{"source":96,"target":101},{"source":96,"target":15}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="miniJava" nsURI="http://miniJava.miniJava.miniJava/" nsPrefix="miniJava"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//TypeDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessLevel" eType="#//AccessLevel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementz" unique="false" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clazz" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="#//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="#//TypedDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//AccessLevel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isstatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1" eType="#//ClazzToMethodMap"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Symbol"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessLevel"> <eLiterals name="PRIVATE" literal="private"/> <eLiterals name="PROTECTED" value="1" literal="protected"/> <eLiterals name="PUBLIC" value="2" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="PrintStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" 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="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progression" eType="#//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="SingleTypeRef" eSuperTypes="#//TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="ClassRef" eSuperTypes="#//SingleTypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedClass" eType="#//TypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Symbol" eSuperTypes="#//TypedDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Symbol #//Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//Assignee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Statement #//Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeRef" eSuperTypes="#//TypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//SingleTypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="StringTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="VoidTypeRef" eSuperTypes="#//SingleTypeRef"/> <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:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inequality" 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="SuperiorOrEqual" 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="InferiorOrEqual" 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="Superior" 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="Inferior" 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="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="Multiplication" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLength" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" 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="Neg" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//Method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"/> </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="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="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="This" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NewObject" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewArray" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" eType="#//Symbol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//SymbolBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentContext" eType="#//Context" eOpposite="#//Context/childContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childContext" eType="#//Context" containment="true" eOpposite="#//Context/parentContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1" eType="#//SymbolToSymbolBindingMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <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="SymbolBinding"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" lowerBound="1" eType="#//Symbol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldBinding"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//Field"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <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="BooleanValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputStream"> <eAnnotations source="aspect"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stream" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="aspect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootFrame" eType="#//Frame" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectsHeap" upperBound="-1" eType="#//ObjectInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputStream" eType="#//OutputStream" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arraysHeap" upperBound="-1" eType="#//ArrayInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextCache" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frameCache" eType="#//Frame"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Frame"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="#//Call" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childFrame" eType="#//Frame" containment="true" eOpposite="#//Frame/parentFrame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentFrame" eType="#//Frame" eOpposite="#//Frame/childFrame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootContext" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" abstract="true"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewCall" eSuperTypes="#//Call"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newz" lowerBound="1" eType="#//NewObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall2" eSuperTypes="#//Call"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodcall" lowerBound="1" eType="#//MethodCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectInstance"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldbindings" upperBound="-1" eType="#//FieldBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstance"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//Value" containment="true"/> <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="ObjectRefValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayRefValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ArrayInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolToSymbolBindingMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Symbol"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//SymbolBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClazzToMethodMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modulo" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gemoc/ale-lang-compiler/tests/org.eclipse.emf.ecoretools.ale.compiler.test/test-results-legacy/interpreter.truffle/minijava/interpreter-comp/miniJava.ecore
ecore
miniJava Program name imports classes state Import importedNamespace TypeDeclaration accessLevel implementz members Clazz isabstract superClass Interface Member access Method isabstract isstatic params body cache Parameter Field defaultValue AccessLevel PRIVATE private PROTECTED protected PUBLIC public Block statements Statement PrintStatement expression Return expression IfStatement expression thenBlock elseBlock WhileStatement condition block ForStatement declaration condition progression block TypeRef SingleTypeRef ClassRef referencedClass NamedElement name TypedDeclaration typeRef Symbol VariableDeclaration Assignment assignee value Assignee Expression ArrayTypeRef typeRef IntegerTypeRef BooleanTypeRef StringTypeRef VoidTypeRef Or left right And left right Equality left right Inequality left right SuperiorOrEqual left right InferiorOrEqual left right Superior left right Inferior left right Plus left right Minus left right Multiplication left right Division left right ArrayAccess object index ArrayLength array Not expression Neg expression FieldAccess receiver field MethodCall receiver method args StringConstant value IntConstant value BoolConstant value This Super Null NewObject type args NewArray type size SymbolRef symbol Context bindings parentContext childContext cache Value IntegerValue value SymbolBinding value symbol FieldBinding field value StringValue value BooleanValue value OutputStream stream State rootFrame objectsHeap outputStream arraysHeap contextCache frameCache Frame call instance childFrame parentFrame rootContext returnValue NullValue Call NewCall newz MethodCall2 methodcall ObjectInstance fieldbindings type ArrayInstance value size ObjectRefValue instance ArrayRefValue instance SymbolToSymbolBindingMap java.util.Map$Entry java.util.Map$Entry key value ClazzToMethodMap java.util.Map$Entry java.util.Map$Entry key value Modulo left right
null
{"directed":true,"nodes":[{"nsPrefix":"miniJava","nsURI":"http://miniJava.miniJava.miniJava/","name":"miniJava","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clazz","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessLevel","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleTypeRef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbol","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignee","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeRef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerTypeRef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanTypeRef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringTypeRef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidTypeRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inequality","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperiorOrEqual","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InferiorOrEqual","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Superior","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inferior","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLength","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewObject","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewArray","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolRef","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolBinding","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldBinding","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputStream","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frame","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValue","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewCall","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall2","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectInstance","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstance","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectRefValue","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayRefValue","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"SymbolToSymbolBindingMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ClazzToMethodMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulo","instanceClass":null,"abstract":false,"id":80,"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":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":"imports","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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessLevel","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"implementz","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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"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":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"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":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isstatic","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"name":"PRIVATE","id":122,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":123,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":124,"value":2,"literal":"public","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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","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":"condition","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":"progression","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":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":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":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":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":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":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"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":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"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":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"args","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":"type","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":"size","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"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":"parentContext","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":"childContext","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":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"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":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stream","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"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":"rootFrame","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":"objectsHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputStream","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":"arraysHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frameCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"call","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"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":"parentFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newz","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodcall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldbindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":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":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":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":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":81,"target":85},{"source":81,"target":1},{"source":82,"target":2},{"source":82,"target":86},{"source":82,"target":1},{"source":86,"target":2},{"source":83,"target":3},{"source":83,"target":87},{"source":83,"target":1},{"source":87,"target":3},{"source":84,"target":68},{"source":84,"target":88},{"source":84,"target":1},{"source":88,"target":68},{"source":2,"target":0},{"source":2,"target":89},{"source":89,"target":90},{"source":89,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":91,"target":10},{"source":91,"target":95},{"source":91,"target":3},{"source":95,"target":10},{"source":92,"target":5},{"source":92,"target":96},{"source":92,"target":3},{"source":96,"target":5},{"source":93,"target":6},{"source":93,"target":97},{"source":93,"target":3},{"source":97,"target":6},{"source":94,"target":21},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":98,"target":101},{"source":98,"target":4},{"source":99,"target":4},{"source":99,"target":102},{"source":99,"target":4},{"source":102,"target":4},{"source":100,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":103},{"source":103,"target":3},{"source":6,"target":0},{"source":6,"target":22},{"source":6,"target":104},{"source":6,"target":105},{"source":104,"target":10},{"source":104,"target":106},{"source":104,"target":6},{"source":106,"target":10},{"source":105,"target":22},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":107,"target":113},{"source":107,"target":7},{"source":108,"target":114},{"source":108,"target":7},{"source":109,"target":8},{"source":109,"target":115},{"source":109,"target":7},{"source":115,"target":8},{"source":110,"target":11},{"source":110,"target":116},{"source":110,"target":7},{"source":116,"target":11},{"source":111,"target":79},{"source":111,"target":117},{"source":111,"target":7},{"source":117,"target":79},{"source":112,"target":6},{"source":8,"target":0},{"source":8,"target":23},{"source":8,"target":118},{"source":118,"target":23},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":119},{"source":9,"target":120},{"source":119,"target":27},{"source":119,"target":121},{"source":119,"target":9},{"source":121,"target":27},{"source":120,"target":6},{"source":10,"target":0},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":122,"target":10},{"source":123,"target":10},{"source":124,"target":10},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":125},{"source":11,"target":126},{"source":125,"target":12},{"source":125,"target":127},{"source":125,"target":11},{"source":127,"target":12},{"source":126,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":128},{"source":13,"target":129},{"source":128,"target":27},{"source":128,"target":130},{"source":128,"target":13},{"source":130,"target":27},{"source":129,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":131},{"source":14,"target":132},{"source":131,"target":27},{"source":131,"target":133},{"source":131,"target":14},{"source":133,"target":27},{"source":132,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":15,"target":137},{"source":134,"target":27},{"source":134,"target":138},{"source":134,"target":15},{"source":138,"target":27},{"source":135,"target":11},{"source":135,"target":139},{"source":135,"target":15},{"source":139,"target":11},{"source":136,"target":11},{"source":136,"target":140},{"source":136,"target":15},{"source":140,"target":11},{"source":137,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":141},{"source":16,"target":142},{"source":16,"target":143},{"source":141,"target":27},{"source":141,"target":144},{"source":141,"target":16},{"source":144,"target":27},{"source":142,"target":11},{"source":142,"target":145},{"source":142,"target":16},{"source":145,"target":11},{"source":143,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":146},{"source":17,"target":147},{"source":17,"target":148},{"source":17,"target":149},{"source":17,"target":150},{"source":146,"target":25},{"source":146,"target":151},{"source":146,"target":17},{"source":151,"target":25},{"source":147,"target":27},{"source":147,"target":152},{"source":147,"target":17},{"source":152,"target":27},{"source":148,"target":25},{"source":148,"target":153},{"source":148,"target":17},{"source":153,"target":25},{"source":149,"target":11},{"source":149,"target":154},{"source":149,"target":17},{"source":154,"target":11},{"source":150,"target":12},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":155},{"source":155,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":156},{"source":20,"target":157},{"source":156,"target":3},{"source":156,"target":158},{"source":156,"target":20},{"source":158,"target":3},{"source":157,"target":19},{"source":21,"target":0},{"source":21,"target":159},{"source":159,"target":160},{"source":159,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":161},{"source":22,"target":162},{"source":161,"target":18},{"source":161,"target":163},{"source":161,"target":22},{"source":163,"target":18},{"source":162,"target":21},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":164},{"source":164,"target":22},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":26},{"source":24,"target":165},{"source":24,"target":166},{"source":165,"target":23},{"source":166,"target":26},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":167},{"source":25,"target":168},{"source":25,"target":169},{"source":167,"target":26},{"source":167,"target":170},{"source":167,"target":25},{"source":170,"target":26},{"source":168,"target":27},{"source":168,"target":171},{"source":168,"target":25},{"source":171,"target":27},{"source":169,"target":12},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":26},{"source":27,"target":172},{"source":27,"target":173},{"source":172,"target":12},{"source":173,"target":26},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":174},{"source":28,"target":175},{"source":174,"target":19},{"source":174,"target":176},{"source":174,"target":28},{"source":176,"target":19},{"source":175,"target":18},{"source":29,"target":0},{"source":29,"target":19},{"source":29,"target":177},{"source":177,"target":19},{"source":30,"target":0},{"source":30,"target":19},{"source":30,"target":178},{"source":178,"target":19},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":179},{"source":179,"target":19},{"source":32,"target":0},{"source":32,"target":19},{"source":32,"target":180},{"source":180,"target":19},{"source":33,"target":0},{"source":33,"target":27},{"source":33,"target":181},{"source":33,"target":182},{"source":33,"target":183},{"source":181,"target":27},{"source":181,"target":184},{"source":181,"target":33},{"source":184,"target":27},{"source":182,"target":27},{"source":182,"target":185},{"source":182,"target":33},{"source":185,"target":27},{"source":183,"target":27},{"source":34,"target":0},{"source":34,"target":27},{"source":34,"target":186},{"source":34,"target":187},{"source":34,"target":188},{"source":186,"target":27},{"source":186,"target":189},{"source":186,"target":34},{"source":189,"target":27},{"source":187,"target":27},{"source":187,"target":190},{"source":187,"target":34},{"source":190,"target":27},{"source":188,"target":27},{"source":35,"target":0},{"source":35,"target":27},{"source":35,"target":191},{"source":35,"target":192},{"source":35,"target":193},{"source":191,"target":27},{"source":191,"target":194},{"source":191,"target":35},{"source":194,"target":27},{"source":192,"target":27},{"source":192,"target":195},{"source":192,"target":35},{"source":195,"target":27},{"source":193,"target":27},{"source":36,"target":0},{"source":36,"target":27},{"source":36,"target":196},{"source":36,"target":197},{"source":36,"target":198},{"source":196,"target":27},{"source":196,"target":199},{"source":196,"target":36},{"source":199,"target":27},{"source":197,"target":27},{"source":197,"target":200},{"source":197,"target":36},{"source":200,"target":27},{"source":198,"target":27},{"source":37,"target":0},{"source":37,"target":27},{"source":37,"target":201},{"source":37,"target":202},{"source":37,"target":203},{"source":201,"target":27},{"source":201,"target":204},{"source":201,"target":37},{"source":204,"target":27},{"source":202,"target":27},{"source":202,"target":205},{"source":202,"target":37},{"source":205,"target":27},{"source":203,"target":27},{"source":38,"target":0},{"source":38,"target":27},{"source":38,"target":206},{"source":38,"target":207},{"source":38,"target":208},{"source":206,"target":27},{"source":206,"target":209},{"source":206,"target":38},{"source":209,"target":27},{"source":207,"target":27},{"source":207,"target":210},{"source":207,"target":38},{"source":210,"target":27},{"source":208,"target":27},{"source":39,"target":0},{"source":39,"target":27},{"source":39,"target":211},{"source":39,"target":212},{"source":39,"target":213},{"source":211,"target":27},{"source":211,"target":214},{"source":211,"target":39},{"source":214,"target":27},{"source":212,"target":27},{"source":212,"target":215},{"source":212,"target":39},{"source":215,"target":27},{"source":213,"target":27},{"source":40,"target":0},{"source":40,"target":27},{"source":40,"target":216},{"source":40,"target":217},{"source":40,"target":218},{"source":216,"target":27},{"source":216,"target":219},{"source":216,"target":40},{"source":219,"target":27},{"source":217,"target":27},{"source":217,"target":220},{"source":217,"target":40},{"source":220,"target":27},{"source":218,"target":27},{"source":41,"target":0},{"source":41,"target":27},{"source":41,"target":221},{"source":41,"target":222},{"source":41,"target":223},{"source":221,"target":27},{"source":221,"target":224},{"source":221,"target":41},{"source":224,"target":27},{"source":222,"target":27},{"source":222,"target":225},{"source":222,"target":41},{"source":225,"target":27},{"source":223,"target":27},{"source":42,"target":0},{"source":42,"target":27},{"source":42,"target":226},{"source":42,"target":227},{"source":42,"target":228},{"source":226,"target":27},{"source":226,"target":229},{"source":226,"target":42},{"source":229,"target":27},{"source":227,"target":27},{"source":227,"target":230},{"source":227,"target":42},{"source":230,"target":27},{"source":228,"target":27},{"source":43,"target":0},{"source":43,"target":27},{"source":43,"target":231},{"source":43,"target":232},{"source":43,"target":233},{"source":231,"target":27},{"source":231,"target":234},{"source":231,"target":43},{"source":234,"target":27},{"source":232,"target":27},{"source":232,"target":235},{"source":232,"target":43},{"source":235,"target":27},{"source":233,"target":27},{"source":44,"target":0},{"source":44,"target":27},{"source":44,"target":236},{"source":44,"target":237},{"source":44,"target":238},{"source":236,"target":27},{"source":236,"target":239},{"source":236,"target":44},{"source":239,"target":27},{"source":237,"target":27},{"source":237,"target":240},{"source":237,"target":44},{"source":240,"target":27},{"source":238,"target":27},{"source":45,"target":0},{"source":45,"target":27},{"source":45,"target":241},{"source":45,"target":242},{"source":45,"target":243},{"source":241,"target":27},{"source":241,"target":244},{"source":241,"target":45},{"source":244,"target":27},{"source":242,"target":27},{"source":242,"target":245},{"source":242,"target":45},{"source":245,"target":27},{"source":243,"target":27},{"source":46,"target":0},{"source":46,"target":27},{"source":46,"target":246},{"source":46,"target":247},{"source":246,"target":27},{"source":246,"target":248},{"source":246,"target":46},{"source":248,"target":27},{"source":247,"target":27},{"source":47,"target":0},{"source":47,"target":27},{"source":47,"target":249},{"source":47,"target":250},{"source":249,"target":27},{"source":249,"target":251},{"source":249,"target":47},{"source":251,"target":27},{"source":250,"target":27},{"source":48,"target":0},{"source":48,"target":27},{"source":48,"target":252},{"source":48,"target":253},{"source":252,"target":27},{"source":252,"target":254},{"source":252,"target":48},{"source":254,"target":27},{"source":253,"target":27},{"source":49,"target":0},{"source":49,"target":27},{"source":49,"target":255},{"source":49,"target":256},{"source":49,"target":257},{"source":255,"target":27},{"source":255,"target":258},{"source":255,"target":49},{"source":258,"target":27},{"source":256,"target":9},{"source":256,"target":259},{"source":256,"target":49},{"source":259,"target":9},{"source":257,"target":27},{"source":50,"target":0},{"source":50,"target":27},{"source":50,"target":260},{"source":50,"target":261},{"source":50,"target":262},{"source":50,"target":263},{"source":260,"target":27},{"source":260,"target":264},{"source":260,"target":50},{"source":264,"target":27},{"source":261,"target":7},{"source":261,"target":265},{"source":261,"target":50},{"source":265,"target":7},{"source":262,"target":27},{"source":262,"target":266},{"source":262,"target":50},{"source":266,"target":27},{"source":263,"target":27},{"source":51,"target":0},{"source":51,"target":27},{"source":51,"target":267},{"source":51,"target":268},{"source":267,"target":269},{"source":267,"target":51},{"source":268,"target":27},{"source":52,"target":0},{"source":52,"target":27},{"source":52,"target":270},{"source":52,"target":271},{"source":270,"target":272},{"source":270,"target":52},{"source":271,"target":27},{"source":53,"target":0},{"source":53,"target":27},{"source":53,"target":273},{"source":53,"target":274},{"source":273,"target":275},{"source":273,"target":53},{"source":274,"target":27},{"source":54,"target":0},{"source":54,"target":27},{"source":54,"target":276},{"source":276,"target":27},{"source":55,"target":0},{"source":55,"target":27},{"source":55,"target":277},{"source":277,"target":27},{"source":56,"target":0},{"source":56,"target":27},{"source":56,"target":278},{"source":278,"target":27},{"source":57,"target":0},{"source":57,"target":27},{"source":57,"target":279},{"source":57,"target":280},{"source":57,"target":281},{"source":279,"target":4},{"source":279,"target":282},{"source":279,"target":57},{"source":282,"target":4},{"source":280,"target":27},{"source":280,"target":283},{"source":280,"target":57},{"source":283,"target":27},{"source":281,"target":27},{"source":58,"target":0},{"source":58,"target":27},{"source":58,"target":284},{"source":58,"target":285},{"source":58,"target":286},{"source":284,"target":18},{"source":284,"target":287},{"source":284,"target":58},{"source":287,"target":18},{"source":285,"target":27},{"source":285,"target":288},{"source":285,"target":58},{"source":288,"target":27},{"source":286,"target":27},{"source":59,"target":0},{"source":59,"target":27},{"source":59,"target":289},{"source":59,"target":290},{"source":289,"target":23},{"source":289,"target":291},{"source":289,"target":59},{"source":291,"target":23},{"source":290,"target":27},{"source":60,"target":0},{"source":60,"target":292},{"source":60,"target":293},{"source":60,"target":294},{"source":60,"target":295},{"source":292,"target":63},{"source":292,"target":296},{"source":292,"target":60},{"source":296,"target":63},{"source":293,"target":60},{"source":293,"target":297},{"source":293,"target":60},{"source":293,"target":294},{"source":297,"target":60},{"source":294,"target":60},{"source":294,"target":298},{"source":294,"target":60},{"source":294,"target":293},{"source":298,"target":60},{"source":295,"target":78},{"source":295,"target":299},{"source":295,"target":60},{"source":299,"target":78},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":300},{"source":62,"target":301},{"source":300,"target":302},{"source":300,"target":62},{"source":301,"target":61},{"source":63,"target":0},{"source":63,"target":303},{"source":63,"target":304},{"source":303,"target":61},{"source":303,"target":305},{"source":303,"target":63},{"source":305,"target":61},{"source":304,"target":23},{"source":304,"target":306},{"source":304,"target":63},{"source":306,"target":23},{"source":64,"target":0},{"source":64,"target":307},{"source":64,"target":308},{"source":307,"target":9},{"source":307,"target":309},{"source":307,"target":64},{"source":309,"target":9},{"source":308,"target":61},{"source":308,"target":310},{"source":308,"target":64},{"source":310,"target":61},{"source":65,"target":0},{"source":65,"target":61},{"source":65,"target":311},{"source":65,"target":312},{"source":311,"target":313},{"source":311,"target":65},{"source":312,"target":61},{"source":66,"target":0},{"source":66,"target":61},{"source":66,"target":314},{"source":66,"target":315},{"source":314,"target":316},{"source":314,"target":66},{"source":315,"target":61},{"source":67,"target":0},{"source":67,"target":317},{"source":317,"target":318},{"source":317,"target":67},{"source":68,"target":0},{"source":68,"target":319},{"source":68,"target":320},{"source":68,"target":321},{"source":68,"target":322},{"source":68,"target":323},{"source":68,"target":324},{"source":319,"target":69},{"source":319,"target":325},{"source":319,"target":68},{"source":325,"target":69},{"source":320,"target":74},{"source":320,"target":326},{"source":320,"target":68},{"source":326,"target":74},{"source":321,"target":67},{"source":321,"target":327},{"source":321,"target":68},{"source":327,"target":67},{"source":322,"target":75},{"source":322,"target":328},{"source":322,"target":68},{"source":328,"target":75},{"source":323,"target":60},{"source":323,"target":329},{"source":323,"target":68},{"source":329,"target":60},{"source":324,"target":69},{"source":324,"target":330},{"source":324,"target":68},{"source":330,"target":69},{"source":69,"target":0},{"source":69,"target":331},{"source":69,"target":332},{"source":69,"target":333},{"source":69,"target":334},{"source":69,"target":335},{"source":69,"target":336},{"source":331,"target":71},{"source":331,"target":337},{"source":331,"target":69},{"source":337,"target":71},{"source":332,"target":74},{"source":332,"target":338},{"source":332,"target":69},{"source":338,"target":74},{"source":333,"target":69},{"source":333,"target":339},{"source":333,"target":69},{"source":333,"target":334},{"source":339,"target":69},{"source":334,"target":69},{"source":334,"target":340},{"source":334,"target":69},{"source":334,"target":333},{"source":340,"target":69},{"source":335,"target":60},{"source":335,"target":341},{"source":335,"target":69},{"source":341,"target":60},{"source":336,"target":61},{"source":336,"target":342},{"source":336,"target":69},{"source":342,"target":61},{"source":70,"target":0},{"source":70,"target":61},{"source":70,"target":343},{"source":343,"target":61},{"source":71,"target":0},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":344},{"source":72,"target":345},{"source":344,"target":57},{"source":344,"target":346},{"source":344,"target":72},{"source":346,"target":57},{"source":345,"target":71},{"source":73,"target":0},{"source":73,"target":71},{"source":73,"target":347},{"source":73,"target":348},{"source":347,"target":50},{"source":347,"target":349},{"source":347,"target":73},{"source":349,"target":50},{"source":348,"target":71},{"source":74,"target":0},{"source":74,"target":350},{"source":74,"target":351},{"source":350,"target":64},{"source":350,"target":352},{"source":350,"target":74},{"source":352,"target":64},{"source":351,"target":4},{"source":351,"target":353},{"source":351,"target":74},{"source":353,"target":4},{"source":75,"target":0},{"source":75,"target":354},{"source":75,"target":355},{"source":354,"target":61},{"source":354,"target":356},{"source":354,"target":75},{"source":356,"target":61},{"source":355,"target":357},{"source":355,"target":75},{"source":76,"target":0},{"source":76,"target":61},{"source":76,"target":358},{"source":76,"target":359},{"source":358,"target":74},{"source":358,"target":360},{"source":358,"target":76},{"source":360,"target":74},{"source":359,"target":61},{"source":77,"target":0},{"source":77,"target":61},{"source":77,"target":361},{"source":77,"target":362},{"source":361,"target":75},{"source":361,"target":363},{"source":361,"target":77},{"source":363,"target":75},{"source":362,"target":61},{"source":78,"target":0},{"source":78,"target":364},{"source":78,"target":365},{"source":364,"target":23},{"source":364,"target":366},{"source":364,"target":78},{"source":366,"target":23},{"source":365,"target":63},{"source":365,"target":367},{"source":365,"target":78},{"source":367,"target":63},{"source":79,"target":0},{"source":79,"target":368},{"source":79,"target":369},{"source":368,"target":4},{"source":368,"target":370},{"source":368,"target":79},{"source":370,"target":4},{"source":369,"target":7},{"source":369,"target":371},{"source":369,"target":79},{"source":371,"target":7},{"source":80,"target":0},{"source":80,"target":27},{"source":80,"target":372},{"source":80,"target":373},{"source":80,"target":374},{"source":372,"target":27},{"source":372,"target":375},{"source":372,"target":80},{"source":375,"target":27},{"source":373,"target":27},{"source":373,"target":376},{"source":373,"target":80},{"source":376,"target":27},{"source":374,"target":27}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="kpi_model" nsURI="http://cs.gssi.it/kpi" nsPrefix="kpi"> <eClassifiers xsi:type="ecore:EClass" name="KpiModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimension" upperBound="-1" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimension" upperBound="-1" eType="#//Dimension" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1" eType="#//Category" 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="Category"> <eStructuralFeatures xsi:type="ecore:EReference" name="kpi" upperBound="-1" eType="#//Kpi" containment="true" eOpposite="#//Kpi/category"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//Parameter" 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="Kpi"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="category" lowerBound="1" eType="#//Category" eOpposite="#//Category/kpi"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Value" containment="true" eOpposite="#//Value/kpi"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="kpi" lowerBound="1" eType="#//Kpi" eOpposite="#//Kpi/value"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valuetype" lowerBound="1" eType="#//ValueType" containment="true" eOpposite="#//ValueType/value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueType" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Value" eOpposite="#//Value/valuetype"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CalculatedValue" abstract="true" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="calculatedBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleValue" abstract="true" eSuperTypes="#//CalculatedValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StaticRealValue" eSuperTypes="#//SingleValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="staticvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolValue" eSuperTypes="#//SingleValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualizedvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RealValue" eSuperTypes="#//SingleValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualizedvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//SingleValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualizedvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//SingleValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualizedvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangedValue" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualizedvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ranges" upperBound="-1" eType="#//Range" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Range"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rangeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedValue" abstract="true" eSuperTypes="#//CalculatedValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oper" lowerBound="1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1" upperBound="-1" eType="#//ValueType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedBoolValue" eSuperTypes="#//AggregatedValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualizedvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedRealValue" eSuperTypes="#//AggregatedValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualizedvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedIntegerValue" eSuperTypes="#//AggregatedValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualizedvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedStringValue" eSuperTypes="#//AggregatedValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualizedvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregatedRangedValue" eSuperTypes="#//AggregatedValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actualizedvalue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ranges" upperBound="-1" eType="#//Range" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Operation"> <eLiterals name="GET"/> <eLiterals name="SUM" value="1"/> <eLiterals name="DIFF" value="2"/> <eLiterals name="AVG" value="3"/> <eLiterals name="MIN" value="4"/> <eLiterals name="MAX" value="5"/> <eLiterals name="DIV" value="6"/> <eLiterals name="AND" value="7"/> <eLiterals name="OR" value="8"/> <eLiterals name="XOR" value="9"/> <eLiterals name="MULT" value="10"/> <eLiterals name="CEN" value="11"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/SmartCityKPI-Result-Visualizer/it.gssi.cs.smartcity.kpi.visualizer/src/it/gssi/cs/smartcity/kpi/visualizer/metamodels/kpi.ecore
ecore
kpi_model KpiModel dimension subject Dimension dimension category name Category kpi parameter name Kpi name description category value unit Value kpi valuetype Parameter name ValueType value CalculatedValue calculatedBy SingleValue parameter StaticRealValue staticvalue BoolValue actualizedvalue targetvalue RealValue actualizedvalue targetvalue IntegerValue actualizedvalue targetvalue StringValue actualizedvalue targetvalue RangedValue actualizedvalue ranges targetvalue Range rangeName min max targetvalue AggregatedValue oper values AggregatedBoolValue actualizedvalue targetvalue AggregatedRealValue actualizedvalue targetvalue AggregatedIntegerValue actualizedvalue targetvalue AggregatedStringValue actualizedvalue targetvalue AggregatedRangedValue actualizedvalue ranges Operation GET GET SUM SUM DIFF DIFF AVG AVG MIN MIN MAX MAX DIV DIV AND AND OR OR XOR XOR MULT MULT CEN CEN
null
{"directed":true,"nodes":[{"nsPrefix":"kpi","nsURI":"http://cs.gssi.it/kpi","name":"kpi_model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KpiModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kpi","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalculatedValue","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleValue","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticRealValue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolValue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangedValue","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Range","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedValue","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedBoolValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedRealValue","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedIntegerValue","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedStringValue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedRangedValue","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"id":23,"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":"dimension","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":"subject","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kpi","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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"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":"category","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"unit","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":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":"kpi","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"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":"valuetype","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"calculatedBy","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"staticvalue","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":"actualizedvalue","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetvalue","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actualizedvalue","changeable":true,"lowerBound":0,"iD":false,"id":72,"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":"targetvalue","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actualizedvalue","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":"targetvalue","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actualizedvalue","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetvalue","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actualizedvalue","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":"ranges","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":"targetvalue","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rangeName","changeable":true,"lowerBound":0,"iD":false,"id":94,"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":"min","changeable":true,"lowerBound":0,"iD":false,"id":95,"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":"max","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetvalue","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"oper","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actualizedvalue","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetvalue","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actualizedvalue","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetvalue","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actualizedvalue","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetvalue","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actualizedvalue","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"targetvalue","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actualizedvalue","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":"ranges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"name":"GET","id":132,"value":0,"literal":"GET","eClass":"EEnumLiteral"},{"name":"SUM","id":133,"value":1,"literal":"SUM","eClass":"EEnumLiteral"},{"name":"DIFF","id":134,"value":2,"literal":"DIFF","eClass":"EEnumLiteral"},{"name":"AVG","id":135,"value":3,"literal":"AVG","eClass":"EEnumLiteral"},{"name":"MIN","id":136,"value":4,"literal":"MIN","eClass":"EEnumLiteral"},{"name":"MAX","id":137,"value":5,"literal":"MAX","eClass":"EEnumLiteral"},{"name":"DIV","id":138,"value":6,"literal":"DIV","eClass":"EEnumLiteral"},{"name":"AND","id":139,"value":7,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":140,"value":8,"literal":"OR","eClass":"EEnumLiteral"},{"name":"XOR","id":141,"value":9,"literal":"XOR","eClass":"EEnumLiteral"},{"name":"MULT","id":142,"value":10,"literal":"MULT","eClass":"EEnumLiteral"},{"name":"CEN","id":143,"value":11,"literal":"CEN","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":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":24,"target":2},{"source":24,"target":26},{"source":24,"target":1},{"source":26,"target":2},{"source":25,"target":27},{"source":25,"target":1},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":28,"target":2},{"source":28,"target":31},{"source":28,"target":2},{"source":31,"target":2},{"source":29,"target":3},{"source":29,"target":32},{"source":29,"target":2},{"source":32,"target":3},{"source":30,"target":33},{"source":30,"target":2},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":34,"target":4},{"source":34,"target":37},{"source":34,"target":3},{"source":34,"target":38},{"source":37,"target":4},{"source":35,"target":6},{"source":35,"target":39},{"source":35,"target":3},{"source":39,"target":6},{"source":36,"target":40},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":41},{"source":4,"target":42},{"source":4,"target":38},{"source":4,"target":43},{"source":4,"target":44},{"source":41,"target":45},{"source":41,"target":4},{"source":42,"target":46},{"source":42,"target":4},{"source":38,"target":3},{"source":38,"target":47},{"source":38,"target":4},{"source":38,"target":34},{"source":47,"target":3},{"source":43,"target":5},{"source":43,"target":48},{"source":43,"target":4},{"source":43,"target":49},{"source":48,"target":5},{"source":44,"target":50},{"source":44,"target":4},{"source":5,"target":0},{"source":5,"target":49},{"source":5,"target":51},{"source":49,"target":4},{"source":49,"target":52},{"source":49,"target":5},{"source":49,"target":43},{"source":52,"target":4},{"source":51,"target":7},{"source":51,"target":53},{"source":51,"target":5},{"source":51,"target":54},{"source":53,"target":7},{"source":6,"target":0},{"source":6,"target":55},{"source":55,"target":56},{"source":55,"target":6},{"source":7,"target":0},{"source":7,"target":54},{"source":54,"target":5},{"source":54,"target":57},{"source":54,"target":7},{"source":54,"target":51},{"source":57,"target":5},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":58},{"source":8,"target":59},{"source":58,"target":60},{"source":58,"target":8},{"source":59,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":61},{"source":9,"target":62},{"source":61,"target":6},{"source":61,"target":63},{"source":61,"target":9},{"source":63,"target":6},{"source":62,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":64},{"source":10,"target":65},{"source":64,"target":66},{"source":64,"target":10},{"source":65,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":67,"target":70},{"source":67,"target":11},{"source":68,"target":71},{"source":68,"target":11},{"source":69,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":72,"target":75},{"source":72,"target":12},{"source":73,"target":76},{"source":73,"target":12},{"source":74,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":77,"target":80},{"source":77,"target":13},{"source":78,"target":81},{"source":78,"target":13},{"source":79,"target":9},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":84},{"source":82,"target":85},{"source":82,"target":14},{"source":83,"target":86},{"source":83,"target":14},{"source":84,"target":9},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":87},{"source":15,"target":88},{"source":15,"target":89},{"source":15,"target":90},{"source":87,"target":91},{"source":87,"target":15},{"source":88,"target":16},{"source":88,"target":92},{"source":88,"target":15},{"source":92,"target":16},{"source":89,"target":93},{"source":89,"target":15},{"source":90,"target":7},{"source":16,"target":0},{"source":16,"target":94},{"source":16,"target":95},{"source":16,"target":96},{"source":16,"target":97},{"source":94,"target":98},{"source":94,"target":16},{"source":95,"target":99},{"source":95,"target":16},{"source":96,"target":100},{"source":96,"target":16},{"source":97,"target":101},{"source":97,"target":16},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":102},{"source":17,"target":103},{"source":17,"target":104},{"source":102,"target":23},{"source":102,"target":105},{"source":102,"target":17},{"source":105,"target":23},{"source":103,"target":7},{"source":103,"target":106},{"source":103,"target":17},{"source":106,"target":7},{"source":104,"target":8},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":107},{"source":18,"target":108},{"source":18,"target":109},{"source":107,"target":110},{"source":107,"target":18},{"source":108,"target":111},{"source":108,"target":18},{"source":109,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":112},{"source":19,"target":113},{"source":19,"target":114},{"source":112,"target":115},{"source":112,"target":19},{"source":113,"target":116},{"source":113,"target":19},{"source":114,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":117},{"source":20,"target":118},{"source":20,"target":119},{"source":117,"target":120},{"source":117,"target":20},{"source":118,"target":121},{"source":118,"target":20},{"source":119,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":122},{"source":21,"target":123},{"source":21,"target":124},{"source":122,"target":125},{"source":122,"target":21},{"source":123,"target":126},{"source":123,"target":21},{"source":124,"target":17},{"source":22,"target":0},{"source":22,"target":17},{"source":22,"target":127},{"source":22,"target":128},{"source":22,"target":129},{"source":127,"target":130},{"source":127,"target":22},{"source":128,"target":16},{"source":128,"target":131},{"source":128,"target":22},{"source":131,"target":16},{"source":129,"target":17},{"source":23,"target":0},{"source":23,"target":132},{"source":23,"target":133},{"source":23,"target":134},{"source":23,"target":135},{"source":23,"target":136},{"source":23,"target":137},{"source":23,"target":138},{"source":23,"target":139},{"source":23,"target":140},{"source":23,"target":141},{"source":23,"target":142},{"source":23,"target":143},{"source":132,"target":23},{"source":133,"target":23},{"source":134,"target":23},{"source":135,"target":23},{"source":136,"target":23},{"source":137,"target":23},{"source":138,"target":23},{"source":139,"target":23},{"source":140,"target":23},{"source":141,"target":23},{"source":142,"target":23},{"source":143,"target":23}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xcos" nsURI="org.scilab.modules.xcos" nsPrefix="xcos"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.scilab.modules"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Binary"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Encoded Scilab values"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="base64" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" RFC 2045 Base64 encoded double[] values (space separated)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" A point is a position on the diagram"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" X coordinate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Y coordinate"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Geometry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Rectangular coordinates of the object"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" X coordinate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Y coordinate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Height of the object"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Width of the object"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PortKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" The kind of a port"/> </eAnnotations> <eLiterals name="in"/> <eLiterals name="out"/> <eLiterals name="ein"/> <eLiterals name="eout"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Layer" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Shared definition for both a Diagram and a SuperBlock (eg. a Block)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="context" unique="false" upperBound="-1" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Scilab scripts added at current layer"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1" eType="#//BaseObject" containment="true" resolveProxies="false" eOpposite="#//BaseObject/parent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" contained objects"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseObject" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Shared definition for an object contained in a Layer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" iD="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Unique IDentifier : usually on the universally unique identifier (UUID) form"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parentDiagram" lowerBound="1" eType="#//Diagram"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" The diagram (to ease in memory representation)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//Layer" eOpposite="#//Layer/child"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" parent Layer to navigate back"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagram" eSuperTypes="#//Layer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" A diagram is the top-level object of a model. It contains simulation parameters and the hierarchical data-flow and event-flow graphs."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" title of a diagram"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Latest saved path"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//SimulationConfig" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Simulation settings"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="debugLevel" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Simulation debug level"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Version of the diagram"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimulationConfig"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Simulation settings"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalTime" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value=" Simulation final time (starting at 0)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="absoluteTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="absoluteTolerance" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativeTolerance" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeTolerance" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deltaT" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="realtimeScale" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="solver" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deltaH" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//BaseObject #//Layer"> <eStructuralFeatures xsi:type="ecore:EReference" name="geometry" eType="#//Geometry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Annotation" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interfaceFunction" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" unique="false" upperBound="-1" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" eType="#//Binary" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nzcross" unique="false" upperBound="-1" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nmode" unique="false" upperBound="-1" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="equations" eType="#//Binary" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionName" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionAPI" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dependsOnU" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dependsOnT" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blocktype" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EChar"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//Port" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//Port" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ein" upperBound="-1" eType="#//Port" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eout" upperBound="-1" eType="#//Port" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rpar" unique="false" upperBound="-1" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ipar" unique="false" upperBound="-1" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opar" eType="#//Binary" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" unique="false" upperBound="-1" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dstate" unique="false" upperBound="-1" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="odstate" eType="#//Binary" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uid" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firing" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" eType="#//Datatype"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceBlock" eType="#//Block"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" unique="false" eType="#//PortKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implicit" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedSignal" eType="#//Link"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//BaseObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourcePort" eType="#//Port"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destinationPort" eType="#//Port"/> <eStructuralFeatures xsi:type="ecore:EReference" name="geometry" eType="#//Geometry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlPoint" upperBound="-1" eType="#//Point" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Annotation" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineHeight" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//BaseObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="geometry" eType="#//Geometry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="font" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fontSize" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" unique="false" eType="ecore:EDataType ../../../org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompiledRepresentation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="***************************************************************************************&#xA;An executable representation can be exported only if the diagram has been &quot;compiled&quot; *&#xA;**************************************************************************************"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Datatype"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Datatype of any propagated value"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="type identifier : 1 for double, 2 for complex, 3 for int32, 4 for int16, 5 for int8, 6 for uint32, 7 for uint16, 8 for uint8"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/AnCaPepe/Scilab-OpenModelica-Integration/scilab/modules/xcos/model/xcos.ecore
ecore
xcos Binary base64 Point x y Geometry x y height width PortKind in in out out ein ein eout eout Layer context child BaseObject uid parentDiagram parent Diagram title path properties debugLevel version SimulationConfig finalTime absoluteTime absoluteTolerance relativeTolerance timeTolerance deltaT realtimeScale solver deltaH Block geometry description label style interfaceFunction expression exprs nzcross nmode equations functionName functionAPI dependsOnU dependsOnT blocktype in out ein eout rpar ipar opar state dstate odstate Port uid firing datatype sourceBlock kind implicit connectedSignal style label Link sourcePort destinationPort geometry controlPoint style label description lineWidth lineHeight color Annotation geometry description font fontSize style CompiledRepresentation Datatype type rows columns
null
{"directed":true,"nodes":[{"nsPrefix":"xcos","nsURI":"org.scilab.modules.xcos","name":"xcos","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Geometry","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layer","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseObject","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimulationConfig","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,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompiledRepresentation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datatype","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"base64","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"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":false,"name":"x","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":false,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"x","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"y","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"height","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":false,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"name":"in","id":29,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":30,"value":0,"literal":"out","eClass":"EEnumLiteral"},{"name":"ein","id":31,"value":0,"literal":"ein","eClass":"EEnumLiteral"},{"name":"eout","id":32,"value":0,"literal":"eout","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"context","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":"child","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"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":"uid","changeable":true,"lowerBound":0,"iD":true,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parentDiagram","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"title","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":false,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":false,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"debugLevel","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"version","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"finalTime","changeable":true,"lowerBound":0,"iD":false,"id":54,"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":"absoluteTime","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"absoluteTolerance","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":false,"name":"relativeTolerance","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":false,"name":"timeTolerance","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"deltaT","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"realtimeScale","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"solver","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"deltaH","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":false,"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":false,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"interfaceFunction","changeable":true,"lowerBound":0,"iD":false,"id":76,"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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exprs","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"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":"nzcross","changeable":true,"lowerBound":0,"iD":false,"id":79,"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":"nmode","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equations","changeable":true,"resolveProxies":false,"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":false,"name":"functionName","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"functionAPI","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dependsOnU","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dependsOnT","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":false,"name":"blocktype","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"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":"out","changeable":true,"resolveProxies":false,"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":"ein","changeable":true,"resolveProxies":false,"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":"eout","changeable":true,"resolveProxies":false,"lowerBound":0,"id":90,"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":"rpar","changeable":true,"lowerBound":0,"iD":false,"id":91,"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":"ipar","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opar","changeable":true,"resolveProxies":false,"lowerBound":0,"id":93,"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":"state","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dstate","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"odstate","changeable":true,"resolveProxies":false,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"uid","changeable":true,"lowerBound":0,"iD":true,"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":false,"name":"firing","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"implicit","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connectedSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourcePort","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationPort","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":"geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlPoint","changeable":true,"resolveProxies":false,"lowerBound":0,"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":false,"name":"style","changeable":true,"lowerBound":0,"iD":false,"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":"label","changeable":true,"resolveProxies":false,"lowerBound":0,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lineHeight","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"geometry","changeable":true,"resolveProxies":false,"lowerBound":0,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"font","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"fontSize","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"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":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":15,"target":16},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":17,"target":19},{"source":17,"target":2},{"source":18,"target":20},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":21,"target":25},{"source":21,"target":3},{"source":22,"target":26},{"source":22,"target":3},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":28},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":29,"target":4},{"source":30,"target":4},{"source":31,"target":4},{"source":32,"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":6},{"source":34,"target":36},{"source":34,"target":5},{"source":34,"target":37},{"source":36,"target":6},{"source":6,"target":0},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":37},{"source":38,"target":40},{"source":38,"target":6},{"source":39,"target":7},{"source":39,"target":41},{"source":39,"target":6},{"source":41,"target":7},{"source":37,"target":5},{"source":37,"target":42},{"source":37,"target":6},{"source":37,"target":34},{"source":42,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":43,"target":49},{"source":43,"target":7},{"source":44,"target":50},{"source":44,"target":7},{"source":45,"target":8},{"source":45,"target":51},{"source":45,"target":7},{"source":51,"target":8},{"source":46,"target":52},{"source":46,"target":7},{"source":47,"target":53},{"source":47,"target":7},{"source":48,"target":5},{"source":8,"target":0},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":54,"target":63},{"source":54,"target":8},{"source":55,"target":64},{"source":55,"target":8},{"source":56,"target":65},{"source":56,"target":8},{"source":57,"target":66},{"source":57,"target":8},{"source":58,"target":67},{"source":58,"target":8},{"source":59,"target":68},{"source":59,"target":8},{"source":60,"target":69},{"source":60,"target":8},{"source":61,"target":70},{"source":61,"target":8},{"source":62,"target":71},{"source":62,"target":8},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":5},{"source":9,"target":72},{"source":9,"target":73},{"source":9,"target":74},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":9,"target":98},{"source":72,"target":3},{"source":72,"target":99},{"source":72,"target":9},{"source":99,"target":3},{"source":73,"target":100},{"source":73,"target":9},{"source":74,"target":12},{"source":74,"target":101},{"source":74,"target":9},{"source":101,"target":12},{"source":75,"target":102},{"source":75,"target":9},{"source":76,"target":103},{"source":76,"target":9},{"source":77,"target":104},{"source":77,"target":9},{"source":78,"target":1},{"source":78,"target":105},{"source":78,"target":9},{"source":105,"target":1},{"source":79,"target":106},{"source":79,"target":9},{"source":80,"target":107},{"source":80,"target":9},{"source":81,"target":1},{"source":81,"target":108},{"source":81,"target":9},{"source":108,"target":1},{"source":82,"target":109},{"source":82,"target":9},{"source":83,"target":110},{"source":83,"target":9},{"source":84,"target":111},{"source":84,"target":9},{"source":85,"target":112},{"source":85,"target":9},{"source":86,"target":113},{"source":86,"target":9},{"source":87,"target":10},{"source":87,"target":114},{"source":87,"target":9},{"source":114,"target":10},{"source":88,"target":10},{"source":88,"target":115},{"source":88,"target":9},{"source":115,"target":10},{"source":89,"target":10},{"source":89,"target":116},{"source":89,"target":9},{"source":116,"target":10},{"source":90,"target":10},{"source":90,"target":117},{"source":90,"target":9},{"source":117,"target":10},{"source":91,"target":118},{"source":91,"target":9},{"source":92,"target":119},{"source":92,"target":9},{"source":93,"target":1},{"source":93,"target":120},{"source":93,"target":9},{"source":120,"target":1},{"source":94,"target":121},{"source":94,"target":9},{"source":95,"target":122},{"source":95,"target":9},{"source":96,"target":1},{"source":96,"target":123},{"source":96,"target":9},{"source":123,"target":1},{"source":97,"target":6},{"source":98,"target":5},{"source":10,"target":0},{"source":10,"target":124},{"source":10,"target":125},{"source":10,"target":126},{"source":10,"target":127},{"source":10,"target":128},{"source":10,"target":129},{"source":10,"target":130},{"source":10,"target":131},{"source":10,"target":132},{"source":124,"target":133},{"source":124,"target":10},{"source":125,"target":134},{"source":125,"target":10},{"source":126,"target":14},{"source":126,"target":135},{"source":126,"target":10},{"source":135,"target":14},{"source":127,"target":9},{"source":127,"target":136},{"source":127,"target":10},{"source":136,"target":9},{"source":128,"target":4},{"source":128,"target":137},{"source":128,"target":10},{"source":137,"target":4},{"source":129,"target":138},{"source":129,"target":10},{"source":130,"target":11},{"source":130,"target":139},{"source":130,"target":10},{"source":139,"target":11},{"source":131,"target":140},{"source":131,"target":10},{"source":132,"target":141},{"source":132,"target":10},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":142},{"source":11,"target":143},{"source":11,"target":144},{"source":11,"target":145},{"source":11,"target":146},{"source":11,"target":147},{"source":11,"target":148},{"source":11,"target":149},{"source":11,"target":150},{"source":11,"target":151},{"source":11,"target":152},{"source":142,"target":10},{"source":142,"target":153},{"source":142,"target":11},{"source":153,"target":10},{"source":143,"target":10},{"source":143,"target":154},{"source":143,"target":11},{"source":154,"target":10},{"source":144,"target":3},{"source":144,"target":155},{"source":144,"target":11},{"source":155,"target":3},{"source":145,"target":2},{"source":145,"target":156},{"source":145,"target":11},{"source":156,"target":2},{"source":146,"target":157},{"source":146,"target":11},{"source":147,"target":12},{"source":147,"target":158},{"source":147,"target":11},{"source":158,"target":12},{"source":148,"target":159},{"source":148,"target":11},{"source":149,"target":160},{"source":149,"target":11},{"source":150,"target":161},{"source":150,"target":11},{"source":151,"target":162},{"source":151,"target":11},{"source":152,"target":6},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":163},{"source":12,"target":164},{"source":12,"target":165},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":163,"target":3},{"source":163,"target":169},{"source":163,"target":12},{"source":169,"target":3},{"source":164,"target":170},{"source":164,"target":12},{"source":165,"target":171},{"source":165,"target":12},{"source":166,"target":172},{"source":166,"target":12},{"source":167,"target":173},{"source":167,"target":12},{"source":168,"target":6},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":174},{"source":14,"target":175},{"source":14,"target":176},{"source":174,"target":177},{"source":174,"target":14},{"source":175,"target":178},{"source":175,"target":14},{"source":176,"target":179},{"source":176,"target":14}],"multigraph":true}
true
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="miniJava" nsURI="http://miniJava.miniJava.miniJava/" nsPrefix="miniJava"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//TypeDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessLevel" eType="#//AccessLevel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementz" unique="false" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clazz" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="#//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="#//TypedDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//AccessLevel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isstatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1" eType="#//ClazzToMethodMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Symbol"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessLevel"> <eLiterals name="PRIVATE" literal="private"/> <eLiterals name="PROTECTED" value="1" literal="protected"/> <eLiterals name="PUBLIC" value="2" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="PrintStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" 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="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progression" eType="#//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="SingleTypeRef" eSuperTypes="#//TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="ClassRef" eSuperTypes="#//SingleTypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedClass" eType="#//TypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Symbol" eSuperTypes="#//TypedDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Symbol #//Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//Assignee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Statement #//Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeRef" eSuperTypes="#//TypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//SingleTypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="StringTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="VoidTypeRef" eSuperTypes="#//SingleTypeRef"/> <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:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inequality" 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="SuperiorOrEqual" 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="InferiorOrEqual" 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="Superior" 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="Inferior" 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="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="Multiplication" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLength" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" 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="Neg" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//Method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"/> </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="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="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="This" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NewObject" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewArray" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" eType="#//Symbol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//SymbolBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentContext" eType="#//Context" eOpposite="#//Context/childContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childContext" eType="#//Context" containment="true" eOpposite="#//Context/parentContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1" eType="#//SymbolToSymbolBindingMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <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="SymbolBinding"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" lowerBound="1" eType="#//Symbol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldBinding"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//Field"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <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="BooleanValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputStream"> <eAnnotations source="aspect"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stream" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="aspect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootFrame" eType="#//Frame" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectsHeap" upperBound="-1" eType="#//ObjectInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputStream" eType="#//OutputStream" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arraysHeap" upperBound="-1" eType="#//ArrayInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextCache" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frameCache" eType="#//Frame"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Frame"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="#//Call" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childFrame" eType="#//Frame" containment="true" eOpposite="#//Frame/parentFrame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentFrame" eType="#//Frame" eOpposite="#//Frame/childFrame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootContext" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" abstract="true"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewCall" eSuperTypes="#//Call"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newz" lowerBound="1" eType="#//NewObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall2" eSuperTypes="#//Call"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodcall" lowerBound="1" eType="#//MethodCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectInstance"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldbindings" upperBound="-1" eType="#//FieldBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstance"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//Value" containment="true"/> <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="ObjectRefValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayRefValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ArrayInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolToSymbolBindingMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Symbol"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//SymbolBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClazzToMethodMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modulo" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gwendal-jouneaux/Self-Adaptable_Virtual_Machine/selfadaptable-minijava/selfadaptable-minijava.lang.visitor/visitor-comp2/miniJava.ecore
ecore
miniJava Program name imports classes state Import importedNamespace TypeDeclaration accessLevel implementz members Clazz isabstract superClass Interface Member access Method isabstract isstatic params body cache Parameter Field defaultValue AccessLevel PRIVATE private PROTECTED protected PUBLIC public Block statements Statement PrintStatement expression Return expression IfStatement expression thenBlock elseBlock WhileStatement condition block ForStatement declaration condition progression block TypeRef SingleTypeRef ClassRef referencedClass NamedElement name TypedDeclaration typeRef Symbol VariableDeclaration Assignment assignee value Assignee Expression ArrayTypeRef typeRef IntegerTypeRef BooleanTypeRef StringTypeRef VoidTypeRef Or left right And left right Equality left right Inequality left right SuperiorOrEqual left right InferiorOrEqual left right Superior left right Inferior left right Plus left right Minus left right Multiplication left right Division left right ArrayAccess object index ArrayLength array Not expression Neg expression FieldAccess receiver field MethodCall receiver method args StringConstant value IntConstant value BoolConstant value This Super Null NewObject type args NewArray type size SymbolRef symbol Context bindings parentContext childContext cache Value IntegerValue value SymbolBinding value symbol FieldBinding field value StringValue value BooleanValue value OutputStream stream State rootFrame objectsHeap outputStream arraysHeap contextCache frameCache Frame call instance childFrame parentFrame rootContext returnValue NullValue Call NewCall newz MethodCall2 methodcall ObjectInstance fieldbindings type ArrayInstance value size ObjectRefValue instance ArrayRefValue instance SymbolToSymbolBindingMap java.util.Map$Entry java.util.Map$Entry key value ClazzToMethodMap java.util.Map$Entry java.util.Map$Entry key value Modulo left right
null
{"directed":true,"nodes":[{"nsPrefix":"miniJava","nsURI":"http://miniJava.miniJava.miniJava/","name":"miniJava","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clazz","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessLevel","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleTypeRef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbol","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignee","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeRef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerTypeRef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanTypeRef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringTypeRef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidTypeRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inequality","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperiorOrEqual","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InferiorOrEqual","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Superior","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inferior","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLength","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewObject","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewArray","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolRef","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolBinding","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldBinding","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputStream","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frame","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValue","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewCall","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall2","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectInstance","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstance","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectRefValue","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayRefValue","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"SymbolToSymbolBindingMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ClazzToMethodMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulo","instanceClass":null,"abstract":false,"id":80,"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":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":"imports","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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessLevel","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"implementz","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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"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":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"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":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isstatic","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"name":"PRIVATE","id":122,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":123,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":124,"value":2,"literal":"public","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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","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":"condition","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":"progression","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":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":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":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":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":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":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"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":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"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":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"args","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":"type","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":"size","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"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":"parentContext","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":"childContext","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":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"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":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stream","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"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":"rootFrame","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":"objectsHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputStream","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":"arraysHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frameCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"call","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"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":"parentFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newz","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodcall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldbindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":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":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":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":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":81,"target":85},{"source":81,"target":1},{"source":82,"target":2},{"source":82,"target":86},{"source":82,"target":1},{"source":86,"target":2},{"source":83,"target":3},{"source":83,"target":87},{"source":83,"target":1},{"source":87,"target":3},{"source":84,"target":68},{"source":84,"target":88},{"source":84,"target":1},{"source":88,"target":68},{"source":2,"target":0},{"source":2,"target":89},{"source":89,"target":90},{"source":89,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":91,"target":10},{"source":91,"target":95},{"source":91,"target":3},{"source":95,"target":10},{"source":92,"target":5},{"source":92,"target":96},{"source":92,"target":3},{"source":96,"target":5},{"source":93,"target":6},{"source":93,"target":97},{"source":93,"target":3},{"source":97,"target":6},{"source":94,"target":21},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":98,"target":101},{"source":98,"target":4},{"source":99,"target":4},{"source":99,"target":102},{"source":99,"target":4},{"source":102,"target":4},{"source":100,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":103},{"source":103,"target":3},{"source":6,"target":0},{"source":6,"target":22},{"source":6,"target":104},{"source":6,"target":105},{"source":104,"target":10},{"source":104,"target":106},{"source":104,"target":6},{"source":106,"target":10},{"source":105,"target":22},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":107,"target":113},{"source":107,"target":7},{"source":108,"target":114},{"source":108,"target":7},{"source":109,"target":8},{"source":109,"target":115},{"source":109,"target":7},{"source":115,"target":8},{"source":110,"target":11},{"source":110,"target":116},{"source":110,"target":7},{"source":116,"target":11},{"source":111,"target":79},{"source":111,"target":117},{"source":111,"target":7},{"source":117,"target":79},{"source":112,"target":6},{"source":8,"target":0},{"source":8,"target":23},{"source":8,"target":118},{"source":118,"target":23},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":119},{"source":9,"target":120},{"source":119,"target":27},{"source":119,"target":121},{"source":119,"target":9},{"source":121,"target":27},{"source":120,"target":6},{"source":10,"target":0},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":122,"target":10},{"source":123,"target":10},{"source":124,"target":10},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":125},{"source":11,"target":126},{"source":125,"target":12},{"source":125,"target":127},{"source":125,"target":11},{"source":127,"target":12},{"source":126,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":128},{"source":13,"target":129},{"source":128,"target":27},{"source":128,"target":130},{"source":128,"target":13},{"source":130,"target":27},{"source":129,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":131},{"source":14,"target":132},{"source":131,"target":27},{"source":131,"target":133},{"source":131,"target":14},{"source":133,"target":27},{"source":132,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":15,"target":137},{"source":134,"target":27},{"source":134,"target":138},{"source":134,"target":15},{"source":138,"target":27},{"source":135,"target":11},{"source":135,"target":139},{"source":135,"target":15},{"source":139,"target":11},{"source":136,"target":11},{"source":136,"target":140},{"source":136,"target":15},{"source":140,"target":11},{"source":137,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":141},{"source":16,"target":142},{"source":16,"target":143},{"source":141,"target":27},{"source":141,"target":144},{"source":141,"target":16},{"source":144,"target":27},{"source":142,"target":11},{"source":142,"target":145},{"source":142,"target":16},{"source":145,"target":11},{"source":143,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":146},{"source":17,"target":147},{"source":17,"target":148},{"source":17,"target":149},{"source":17,"target":150},{"source":146,"target":25},{"source":146,"target":151},{"source":146,"target":17},{"source":151,"target":25},{"source":147,"target":27},{"source":147,"target":152},{"source":147,"target":17},{"source":152,"target":27},{"source":148,"target":25},{"source":148,"target":153},{"source":148,"target":17},{"source":153,"target":25},{"source":149,"target":11},{"source":149,"target":154},{"source":149,"target":17},{"source":154,"target":11},{"source":150,"target":12},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":155},{"source":155,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":156},{"source":20,"target":157},{"source":156,"target":3},{"source":156,"target":158},{"source":156,"target":20},{"source":158,"target":3},{"source":157,"target":19},{"source":21,"target":0},{"source":21,"target":159},{"source":159,"target":160},{"source":159,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":161},{"source":22,"target":162},{"source":161,"target":18},{"source":161,"target":163},{"source":161,"target":22},{"source":163,"target":18},{"source":162,"target":21},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":164},{"source":164,"target":22},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":26},{"source":24,"target":165},{"source":24,"target":166},{"source":165,"target":23},{"source":166,"target":26},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":167},{"source":25,"target":168},{"source":25,"target":169},{"source":167,"target":26},{"source":167,"target":170},{"source":167,"target":25},{"source":170,"target":26},{"source":168,"target":27},{"source":168,"target":171},{"source":168,"target":25},{"source":171,"target":27},{"source":169,"target":12},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":26},{"source":27,"target":172},{"source":27,"target":173},{"source":172,"target":12},{"source":173,"target":26},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":174},{"source":28,"target":175},{"source":174,"target":19},{"source":174,"target":176},{"source":174,"target":28},{"source":176,"target":19},{"source":175,"target":18},{"source":29,"target":0},{"source":29,"target":19},{"source":29,"target":177},{"source":177,"target":19},{"source":30,"target":0},{"source":30,"target":19},{"source":30,"target":178},{"source":178,"target":19},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":179},{"source":179,"target":19},{"source":32,"target":0},{"source":32,"target":19},{"source":32,"target":180},{"source":180,"target":19},{"source":33,"target":0},{"source":33,"target":27},{"source":33,"target":181},{"source":33,"target":182},{"source":33,"target":183},{"source":181,"target":27},{"source":181,"target":184},{"source":181,"target":33},{"source":184,"target":27},{"source":182,"target":27},{"source":182,"target":185},{"source":182,"target":33},{"source":185,"target":27},{"source":183,"target":27},{"source":34,"target":0},{"source":34,"target":27},{"source":34,"target":186},{"source":34,"target":187},{"source":34,"target":188},{"source":186,"target":27},{"source":186,"target":189},{"source":186,"target":34},{"source":189,"target":27},{"source":187,"target":27},{"source":187,"target":190},{"source":187,"target":34},{"source":190,"target":27},{"source":188,"target":27},{"source":35,"target":0},{"source":35,"target":27},{"source":35,"target":191},{"source":35,"target":192},{"source":35,"target":193},{"source":191,"target":27},{"source":191,"target":194},{"source":191,"target":35},{"source":194,"target":27},{"source":192,"target":27},{"source":192,"target":195},{"source":192,"target":35},{"source":195,"target":27},{"source":193,"target":27},{"source":36,"target":0},{"source":36,"target":27},{"source":36,"target":196},{"source":36,"target":197},{"source":36,"target":198},{"source":196,"target":27},{"source":196,"target":199},{"source":196,"target":36},{"source":199,"target":27},{"source":197,"target":27},{"source":197,"target":200},{"source":197,"target":36},{"source":200,"target":27},{"source":198,"target":27},{"source":37,"target":0},{"source":37,"target":27},{"source":37,"target":201},{"source":37,"target":202},{"source":37,"target":203},{"source":201,"target":27},{"source":201,"target":204},{"source":201,"target":37},{"source":204,"target":27},{"source":202,"target":27},{"source":202,"target":205},{"source":202,"target":37},{"source":205,"target":27},{"source":203,"target":27},{"source":38,"target":0},{"source":38,"target":27},{"source":38,"target":206},{"source":38,"target":207},{"source":38,"target":208},{"source":206,"target":27},{"source":206,"target":209},{"source":206,"target":38},{"source":209,"target":27},{"source":207,"target":27},{"source":207,"target":210},{"source":207,"target":38},{"source":210,"target":27},{"source":208,"target":27},{"source":39,"target":0},{"source":39,"target":27},{"source":39,"target":211},{"source":39,"target":212},{"source":39,"target":213},{"source":211,"target":27},{"source":211,"target":214},{"source":211,"target":39},{"source":214,"target":27},{"source":212,"target":27},{"source":212,"target":215},{"source":212,"target":39},{"source":215,"target":27},{"source":213,"target":27},{"source":40,"target":0},{"source":40,"target":27},{"source":40,"target":216},{"source":40,"target":217},{"source":40,"target":218},{"source":216,"target":27},{"source":216,"target":219},{"source":216,"target":40},{"source":219,"target":27},{"source":217,"target":27},{"source":217,"target":220},{"source":217,"target":40},{"source":220,"target":27},{"source":218,"target":27},{"source":41,"target":0},{"source":41,"target":27},{"source":41,"target":221},{"source":41,"target":222},{"source":41,"target":223},{"source":221,"target":27},{"source":221,"target":224},{"source":221,"target":41},{"source":224,"target":27},{"source":222,"target":27},{"source":222,"target":225},{"source":222,"target":41},{"source":225,"target":27},{"source":223,"target":27},{"source":42,"target":0},{"source":42,"target":27},{"source":42,"target":226},{"source":42,"target":227},{"source":42,"target":228},{"source":226,"target":27},{"source":226,"target":229},{"source":226,"target":42},{"source":229,"target":27},{"source":227,"target":27},{"source":227,"target":230},{"source":227,"target":42},{"source":230,"target":27},{"source":228,"target":27},{"source":43,"target":0},{"source":43,"target":27},{"source":43,"target":231},{"source":43,"target":232},{"source":43,"target":233},{"source":231,"target":27},{"source":231,"target":234},{"source":231,"target":43},{"source":234,"target":27},{"source":232,"target":27},{"source":232,"target":235},{"source":232,"target":43},{"source":235,"target":27},{"source":233,"target":27},{"source":44,"target":0},{"source":44,"target":27},{"source":44,"target":236},{"source":44,"target":237},{"source":44,"target":238},{"source":236,"target":27},{"source":236,"target":239},{"source":236,"target":44},{"source":239,"target":27},{"source":237,"target":27},{"source":237,"target":240},{"source":237,"target":44},{"source":240,"target":27},{"source":238,"target":27},{"source":45,"target":0},{"source":45,"target":27},{"source":45,"target":241},{"source":45,"target":242},{"source":45,"target":243},{"source":241,"target":27},{"source":241,"target":244},{"source":241,"target":45},{"source":244,"target":27},{"source":242,"target":27},{"source":242,"target":245},{"source":242,"target":45},{"source":245,"target":27},{"source":243,"target":27},{"source":46,"target":0},{"source":46,"target":27},{"source":46,"target":246},{"source":46,"target":247},{"source":246,"target":27},{"source":246,"target":248},{"source":246,"target":46},{"source":248,"target":27},{"source":247,"target":27},{"source":47,"target":0},{"source":47,"target":27},{"source":47,"target":249},{"source":47,"target":250},{"source":249,"target":27},{"source":249,"target":251},{"source":249,"target":47},{"source":251,"target":27},{"source":250,"target":27},{"source":48,"target":0},{"source":48,"target":27},{"source":48,"target":252},{"source":48,"target":253},{"source":252,"target":27},{"source":252,"target":254},{"source":252,"target":48},{"source":254,"target":27},{"source":253,"target":27},{"source":49,"target":0},{"source":49,"target":27},{"source":49,"target":255},{"source":49,"target":256},{"source":49,"target":257},{"source":255,"target":27},{"source":255,"target":258},{"source":255,"target":49},{"source":258,"target":27},{"source":256,"target":9},{"source":256,"target":259},{"source":256,"target":49},{"source":259,"target":9},{"source":257,"target":27},{"source":50,"target":0},{"source":50,"target":27},{"source":50,"target":260},{"source":50,"target":261},{"source":50,"target":262},{"source":50,"target":263},{"source":260,"target":27},{"source":260,"target":264},{"source":260,"target":50},{"source":264,"target":27},{"source":261,"target":7},{"source":261,"target":265},{"source":261,"target":50},{"source":265,"target":7},{"source":262,"target":27},{"source":262,"target":266},{"source":262,"target":50},{"source":266,"target":27},{"source":263,"target":27},{"source":51,"target":0},{"source":51,"target":27},{"source":51,"target":267},{"source":51,"target":268},{"source":267,"target":269},{"source":267,"target":51},{"source":268,"target":27},{"source":52,"target":0},{"source":52,"target":27},{"source":52,"target":270},{"source":52,"target":271},{"source":270,"target":272},{"source":270,"target":52},{"source":271,"target":27},{"source":53,"target":0},{"source":53,"target":27},{"source":53,"target":273},{"source":53,"target":274},{"source":273,"target":275},{"source":273,"target":53},{"source":274,"target":27},{"source":54,"target":0},{"source":54,"target":27},{"source":54,"target":276},{"source":276,"target":27},{"source":55,"target":0},{"source":55,"target":27},{"source":55,"target":277},{"source":277,"target":27},{"source":56,"target":0},{"source":56,"target":27},{"source":56,"target":278},{"source":278,"target":27},{"source":57,"target":0},{"source":57,"target":27},{"source":57,"target":279},{"source":57,"target":280},{"source":57,"target":281},{"source":279,"target":4},{"source":279,"target":282},{"source":279,"target":57},{"source":282,"target":4},{"source":280,"target":27},{"source":280,"target":283},{"source":280,"target":57},{"source":283,"target":27},{"source":281,"target":27},{"source":58,"target":0},{"source":58,"target":27},{"source":58,"target":284},{"source":58,"target":285},{"source":58,"target":286},{"source":284,"target":18},{"source":284,"target":287},{"source":284,"target":58},{"source":287,"target":18},{"source":285,"target":27},{"source":285,"target":288},{"source":285,"target":58},{"source":288,"target":27},{"source":286,"target":27},{"source":59,"target":0},{"source":59,"target":27},{"source":59,"target":289},{"source":59,"target":290},{"source":289,"target":23},{"source":289,"target":291},{"source":289,"target":59},{"source":291,"target":23},{"source":290,"target":27},{"source":60,"target":0},{"source":60,"target":292},{"source":60,"target":293},{"source":60,"target":294},{"source":60,"target":295},{"source":292,"target":63},{"source":292,"target":296},{"source":292,"target":60},{"source":296,"target":63},{"source":293,"target":60},{"source":293,"target":297},{"source":293,"target":60},{"source":293,"target":294},{"source":297,"target":60},{"source":294,"target":60},{"source":294,"target":298},{"source":294,"target":60},{"source":294,"target":293},{"source":298,"target":60},{"source":295,"target":78},{"source":295,"target":299},{"source":295,"target":60},{"source":299,"target":78},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":300},{"source":62,"target":301},{"source":300,"target":302},{"source":300,"target":62},{"source":301,"target":61},{"source":63,"target":0},{"source":63,"target":303},{"source":63,"target":304},{"source":303,"target":61},{"source":303,"target":305},{"source":303,"target":63},{"source":305,"target":61},{"source":304,"target":23},{"source":304,"target":306},{"source":304,"target":63},{"source":306,"target":23},{"source":64,"target":0},{"source":64,"target":307},{"source":64,"target":308},{"source":307,"target":9},{"source":307,"target":309},{"source":307,"target":64},{"source":309,"target":9},{"source":308,"target":61},{"source":308,"target":310},{"source":308,"target":64},{"source":310,"target":61},{"source":65,"target":0},{"source":65,"target":61},{"source":65,"target":311},{"source":65,"target":312},{"source":311,"target":313},{"source":311,"target":65},{"source":312,"target":61},{"source":66,"target":0},{"source":66,"target":61},{"source":66,"target":314},{"source":66,"target":315},{"source":314,"target":316},{"source":314,"target":66},{"source":315,"target":61},{"source":67,"target":0},{"source":67,"target":317},{"source":317,"target":318},{"source":317,"target":67},{"source":68,"target":0},{"source":68,"target":319},{"source":68,"target":320},{"source":68,"target":321},{"source":68,"target":322},{"source":68,"target":323},{"source":68,"target":324},{"source":319,"target":69},{"source":319,"target":325},{"source":319,"target":68},{"source":325,"target":69},{"source":320,"target":74},{"source":320,"target":326},{"source":320,"target":68},{"source":326,"target":74},{"source":321,"target":67},{"source":321,"target":327},{"source":321,"target":68},{"source":327,"target":67},{"source":322,"target":75},{"source":322,"target":328},{"source":322,"target":68},{"source":328,"target":75},{"source":323,"target":60},{"source":323,"target":329},{"source":323,"target":68},{"source":329,"target":60},{"source":324,"target":69},{"source":324,"target":330},{"source":324,"target":68},{"source":330,"target":69},{"source":69,"target":0},{"source":69,"target":331},{"source":69,"target":332},{"source":69,"target":333},{"source":69,"target":334},{"source":69,"target":335},{"source":69,"target":336},{"source":331,"target":71},{"source":331,"target":337},{"source":331,"target":69},{"source":337,"target":71},{"source":332,"target":74},{"source":332,"target":338},{"source":332,"target":69},{"source":338,"target":74},{"source":333,"target":69},{"source":333,"target":339},{"source":333,"target":69},{"source":333,"target":334},{"source":339,"target":69},{"source":334,"target":69},{"source":334,"target":340},{"source":334,"target":69},{"source":334,"target":333},{"source":340,"target":69},{"source":335,"target":60},{"source":335,"target":341},{"source":335,"target":69},{"source":341,"target":60},{"source":336,"target":61},{"source":336,"target":342},{"source":336,"target":69},{"source":342,"target":61},{"source":70,"target":0},{"source":70,"target":61},{"source":70,"target":343},{"source":343,"target":61},{"source":71,"target":0},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":344},{"source":72,"target":345},{"source":344,"target":57},{"source":344,"target":346},{"source":344,"target":72},{"source":346,"target":57},{"source":345,"target":71},{"source":73,"target":0},{"source":73,"target":71},{"source":73,"target":347},{"source":73,"target":348},{"source":347,"target":50},{"source":347,"target":349},{"source":347,"target":73},{"source":349,"target":50},{"source":348,"target":71},{"source":74,"target":0},{"source":74,"target":350},{"source":74,"target":351},{"source":350,"target":64},{"source":350,"target":352},{"source":350,"target":74},{"source":352,"target":64},{"source":351,"target":4},{"source":351,"target":353},{"source":351,"target":74},{"source":353,"target":4},{"source":75,"target":0},{"source":75,"target":354},{"source":75,"target":355},{"source":354,"target":61},{"source":354,"target":356},{"source":354,"target":75},{"source":356,"target":61},{"source":355,"target":357},{"source":355,"target":75},{"source":76,"target":0},{"source":76,"target":61},{"source":76,"target":358},{"source":76,"target":359},{"source":358,"target":74},{"source":358,"target":360},{"source":358,"target":76},{"source":360,"target":74},{"source":359,"target":61},{"source":77,"target":0},{"source":77,"target":61},{"source":77,"target":361},{"source":77,"target":362},{"source":361,"target":75},{"source":361,"target":363},{"source":361,"target":77},{"source":363,"target":75},{"source":362,"target":61},{"source":78,"target":0},{"source":78,"target":364},{"source":78,"target":365},{"source":364,"target":23},{"source":364,"target":366},{"source":364,"target":78},{"source":366,"target":23},{"source":365,"target":63},{"source":365,"target":367},{"source":365,"target":78},{"source":367,"target":63},{"source":79,"target":0},{"source":79,"target":368},{"source":79,"target":369},{"source":368,"target":4},{"source":368,"target":370},{"source":368,"target":79},{"source":370,"target":4},{"source":369,"target":7},{"source":369,"target":371},{"source":369,"target":79},{"source":371,"target":7},{"source":80,"target":0},{"source":80,"target":27},{"source":80,"target":372},{"source":80,"target":373},{"source":80,"target":374},{"source":372,"target":27},{"source":372,"target":375},{"source":372,"target":80},{"source":375,"target":27},{"source":373,"target":27},{"source":373,"target":376},{"source":373,"target":80},{"source":376,"target":27},{"source":374,"target":27}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="klt" nsURI="http://klt_new.ecore" nsPrefix="klt"> <eClassifiers xsi:type="ecore:EClass" name="Expr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pattern"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Def" 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="ProcDef" eSuperTypes="#//Def"> <eStructuralFeatures xsi:type="ecore:EReference" name="channelNames" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paramExprs" upperBound="-1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Proc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="channels" upperBound="-1" eType="#//Name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuncDef" eSuperTypes="#//Def"> <eStructuralFeatures xsi:type="ecore:EReference" name="varNames" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//Name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PythonRef" eSuperTypes="#//Name"/> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//ProcDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="pythonref" upperBound="-1" eType="#//PythonRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proc" abstract="true" eSuperTypes="#//TopLevelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="#//Proc"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="channel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Listen" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" lowerBound="1" upperBound="-1" eType="#//ListenBranch" containment="true" eOpposite="#//ListenBranch/listenProc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListenBranch"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="channel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="match" eType="#//Pattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="after" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Proc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listenProc" eType="#//Listen" changeable="false" eOpposite="#//Listen/branches"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="New" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="channelNames" lowerBound="1" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Proc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="channels" lowerBound="1" upperBound="-1" eType="#//Name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="time" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Par" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="2" upperBound="-1" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParIndexed" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Proc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="f" lowerBound="1" eType="#//Pattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e" lowerBound="1" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Seq" eSuperTypes="#//Par"/> <eClassifiers xsi:type="ecore:EClass" name="Inst" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="channelNames" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paramExprs" upperBound="-1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="channels" upperBound="-1" eType="#//Name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalDef" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="def" lowerBound="1" upperBound="-1" eType="#//Def" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//Proc #//ConditionBranch"> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionBranch"> <eStructuralFeatures xsi:type="ecore:EReference" name="if" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionSet" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" lowerBound="1" upperBound="-1" eType="#//ConditionBranch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alternative" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Site"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="sites" upperBound="-1" eType="#//Site" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//Module" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Match" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="e" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" lowerBound="1" upperBound="-1" eType="#//MatchCase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Pattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="proc" lowerBound="1" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Print" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="output" lowerBound="1" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RootElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//TopLevelElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopLevelElement"/> </ecore:EPackage>
github:ecore:/data/levilucio/SyVOLT/eclipse_integration/metamodels/klt_new.ecore
ecore
klt Expr literal Pattern literal Def name ProcDef channelNames paramExprs p channels FuncDef varNames expr vars PythonRef Module pythonref Proc Null Trigger channel output Listen branches ListenBranch channel match after p listenProc New channelNames p channels Delay time p Par p ParIndexed p f e Seq Inst name channelNames paramExprs channels LocalDef def p Condition else ConditionBranch if then ConditionSet branches alternative Name literal Site name modules Model sites modules Match e cases MatchCase p proc Print output RootElement contains TopLevelElement
null
{"directed":true,"nodes":[{"nsPrefix":"klt","nsURI":"http://klt_new.ecore","name":"klt","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Def","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcDef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncDef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PythonRef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proc","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Listen","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListenBranch","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"New","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Par","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParIndexed","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Seq","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inst","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalDef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionBranch","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionSet","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Site","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Match","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchCase","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootElement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelElement","instanceClass":null,"abstract":false,"id":30,"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":"literal","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"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":"literal","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"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":"channelNames","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":"paramExprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"channels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pythonref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"channel","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":"listenProc","changeable":false,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"channel","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"match","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"after","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"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":"channelNames","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"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":"channels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":2,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"f","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channelNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paramExprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"channels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"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":"def","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"p","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"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":"branches","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternative","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"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":"cases","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"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":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":31,"target":32},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":33},{"source":33,"target":34},{"source":33,"target":2},{"source":3,"target":0},{"source":3,"target":35},{"source":35,"target":36},{"source":35,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":37,"target":23},{"source":37,"target":42},{"source":37,"target":4},{"source":42,"target":23},{"source":38,"target":1},{"source":38,"target":43},{"source":38,"target":4},{"source":43,"target":1},{"source":39,"target":8},{"source":39,"target":44},{"source":39,"target":4},{"source":44,"target":8},{"source":40,"target":23},{"source":40,"target":45},{"source":40,"target":4},{"source":45,"target":23},{"source":41,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":46,"target":23},{"source":46,"target":50},{"source":46,"target":5},{"source":50,"target":23},{"source":47,"target":1},{"source":47,"target":51},{"source":47,"target":5},{"source":51,"target":1},{"source":48,"target":23},{"source":48,"target":52},{"source":48,"target":5},{"source":52,"target":23},{"source":49,"target":3},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":53},{"source":53,"target":23},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":54},{"source":7,"target":55},{"source":54,"target":6},{"source":54,"target":56},{"source":54,"target":7},{"source":56,"target":6},{"source":55,"target":4},{"source":8,"target":0},{"source":8,"target":30},{"source":8,"target":57},{"source":57,"target":30},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":58},{"source":58,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":59,"target":62},{"source":59,"target":10},{"source":60,"target":1},{"source":60,"target":63},{"source":60,"target":10},{"source":63,"target":1},{"source":61,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":64},{"source":11,"target":65},{"source":64,"target":12},{"source":64,"target":66},{"source":64,"target":11},{"source":64,"target":67},{"source":66,"target":12},{"source":65,"target":8},{"source":12,"target":0},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":12,"target":67},{"source":68,"target":72},{"source":68,"target":12},{"source":69,"target":2},{"source":69,"target":73},{"source":69,"target":12},{"source":73,"target":2},{"source":70,"target":74},{"source":70,"target":12},{"source":71,"target":8},{"source":71,"target":75},{"source":71,"target":12},{"source":75,"target":8},{"source":67,"target":11},{"source":67,"target":76},{"source":67,"target":12},{"source":67,"target":64},{"source":76,"target":11},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":77,"target":23},{"source":77,"target":81},{"source":77,"target":13},{"source":81,"target":23},{"source":78,"target":8},{"source":78,"target":82},{"source":78,"target":13},{"source":82,"target":8},{"source":79,"target":23},{"source":79,"target":83},{"source":79,"target":13},{"source":83,"target":23},{"source":80,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":84},{"source":14,"target":85},{"source":14,"target":86},{"source":84,"target":1},{"source":84,"target":87},{"source":84,"target":14},{"source":87,"target":1},{"source":85,"target":8},{"source":85,"target":88},{"source":85,"target":14},{"source":88,"target":8},{"source":86,"target":8},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":89},{"source":15,"target":90},{"source":89,"target":8},{"source":89,"target":91},{"source":89,"target":15},{"source":91,"target":8},{"source":90,"target":8},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":92},{"source":16,"target":93},{"source":16,"target":94},{"source":16,"target":95},{"source":92,"target":8},{"source":92,"target":96},{"source":92,"target":16},{"source":96,"target":8},{"source":93,"target":2},{"source":93,"target":97},{"source":93,"target":16},{"source":97,"target":2},{"source":94,"target":1},{"source":94,"target":98},{"source":94,"target":16},{"source":98,"target":1},{"source":95,"target":8},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":99},{"source":99,"target":15},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":100},{"source":18,"target":101},{"source":18,"target":102},{"source":18,"target":103},{"source":18,"target":104},{"source":100,"target":105},{"source":100,"target":18},{"source":101,"target":23},{"source":101,"target":106},{"source":101,"target":18},{"source":106,"target":23},{"source":102,"target":1},{"source":102,"target":107},{"source":102,"target":18},{"source":107,"target":1},{"source":103,"target":23},{"source":103,"target":108},{"source":103,"target":18},{"source":108,"target":23},{"source":104,"target":8},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":109},{"source":19,"target":110},{"source":19,"target":111},{"source":109,"target":3},{"source":109,"target":112},{"source":109,"target":19},{"source":112,"target":3},{"source":110,"target":8},{"source":110,"target":113},{"source":110,"target":19},{"source":113,"target":8},{"source":111,"target":8},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":21},{"source":20,"target":114},{"source":20,"target":115},{"source":20,"target":116},{"source":114,"target":8},{"source":114,"target":117},{"source":114,"target":20},{"source":117,"target":8},{"source":115,"target":8},{"source":116,"target":21},{"source":21,"target":0},{"source":21,"target":118},{"source":21,"target":119},{"source":118,"target":1},{"source":118,"target":120},{"source":118,"target":21},{"source":120,"target":1},{"source":119,"target":8},{"source":119,"target":121},{"source":119,"target":21},{"source":121,"target":8},{"source":22,"target":0},{"source":22,"target":8},{"source":22,"target":122},{"source":22,"target":123},{"source":22,"target":124},{"source":122,"target":21},{"source":122,"target":125},{"source":122,"target":22},{"source":125,"target":21},{"source":123,"target":8},{"source":123,"target":126},{"source":123,"target":22},{"source":126,"target":8},{"source":124,"target":8},{"source":23,"target":0},{"source":23,"target":127},{"source":127,"target":128},{"source":127,"target":23},{"source":24,"target":0},{"source":24,"target":129},{"source":24,"target":130},{"source":129,"target":131},{"source":129,"target":24},{"source":130,"target":7},{"source":130,"target":132},{"source":130,"target":24},{"source":132,"target":7},{"source":25,"target":0},{"source":25,"target":133},{"source":25,"target":134},{"source":133,"target":24},{"source":133,"target":135},{"source":133,"target":25},{"source":135,"target":24},{"source":134,"target":7},{"source":134,"target":136},{"source":134,"target":25},{"source":136,"target":7},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":137},{"source":26,"target":138},{"source":26,"target":139},{"source":137,"target":1},{"source":137,"target":140},{"source":137,"target":26},{"source":140,"target":1},{"source":138,"target":27},{"source":138,"target":141},{"source":138,"target":26},{"source":141,"target":27},{"source":139,"target":8},{"source":27,"target":0},{"source":27,"target":142},{"source":27,"target":143},{"source":142,"target":2},{"source":142,"target":144},{"source":142,"target":27},{"source":144,"target":2},{"source":143,"target":8},{"source":143,"target":145},{"source":143,"target":27},{"source":145,"target":8},{"source":28,"target":0},{"source":28,"target":8},{"source":28,"target":146},{"source":28,"target":147},{"source":146,"target":1},{"source":146,"target":148},{"source":146,"target":28},{"source":148,"target":1},{"source":147,"target":8},{"source":29,"target":0},{"source":29,"target":149},{"source":149,"target":30},{"source":149,"target":150},{"source":149,"target":29},{"source":150,"target":30},{"source":30,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="ASCII"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="EssentialOCL" name="EssentialOCL" nsURI="http://schema.omg.org/spec/QVT/1.1/essentialocl.xml" nsPrefix="essentialocl"> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.AnyType" name="AnyType"> <eSuperTypes href="EMOF.ecore#EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BagType" name="BagType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BooleanLiteralExp" name="BooleanLiteralExp" eSuperTypes="EssentialOCL.PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.BooleanLiteralExp.booleanSymbol" name="booleanSymbol"> <eType xsi:type="ecore:EDataType" href="EMOF.ecore#PrimitiveTypes.Boolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CallExp" name="CallExp" abstract="true" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CallExp.source" name="source" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="appliedElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionItem" name="CollectionItem" eSuperTypes="EssentialOCL.CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionItem.item" name="item" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="EssentialOCL.CollectionKind" name="CollectionKind"> <eLiterals xmi:id="EssentialOCL.CollectionKind.Set" name="Set"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.OrderedSet" name="OrderedSet" value="1"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Bag" name="Bag" value="2"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Sequence" name="Sequence" value="3"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Collection" name="Collection" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralExp" name="CollectionLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.CollectionLiteralExp.kind" name="kind" eType="EssentialOCL.CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="EssentialOCL.CollectionLiteralPart" containment="true" resolveProxies="false" eOpposite="EssentialOCL.CollectionLiteralPart.collectionLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralPart" name="CollectionLiteralPart" abstract="true"> <eSuperTypes href="EMOF.ecore#EMOF.TypedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralPart.collectionLiteralExp" name="collectionLiteralExp" lowerBound="1" eType="EssentialOCL.CollectionLiteralExp" transient="true" resolveProxies="false" eOpposite="EssentialOCL.CollectionLiteralExp.part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionRange" name="CollectionRange" eSuperTypes="EssentialOCL.CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.first" name="first" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="firstOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.last" name="last" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="lastOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionType" name="CollectionType"> <eSuperTypes href="EMOF.ecore#EMOF.DataType"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionType.elementType" name="elementType" lowerBound="1"> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.Type"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.EnumLiteralExp" name="EnumLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.EnumLiteralExp.referredEnumLiteral" name="referredEnumLiteral"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="literalExp"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.EnumerationLiteral"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.ExpressionInOcl" name="ExpressionInOcl"> <eSuperTypes href="EMOF.ecore#EMOF.TypedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.bodyExpression" name="bodyExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="topExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.contextVariable" name="contextVariable" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="selfOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.generatedType" name="generatedType" ordered="false" upperBound="-1" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owningExpression"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.Type"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.parameterVariable" name="parameterVariable" ordered="false" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="varOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.resultVariable" name="resultVariable" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resultOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.FeatureCallExp" name="FeatureCallExp" abstract="true" eSuperTypes="EssentialOCL.CallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IfExp" name="IfExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.condition" name="condition" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ifOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.elseExpression" name="elseExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elseOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.thenExpression" name="thenExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="thenOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IntegerLiteralExp" name="IntegerLiteralExp" eSuperTypes="EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.IntegerLiteralExp.integerSymbol" name="integerSymbol"> <eType xsi:type="ecore:EDataType" href="EMOF.ecore#PrimitiveTypes.Integer"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidLiteralExp" name="InvalidLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidType" name="InvalidType"> <eSuperTypes href="EMOF.ecore#EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IterateExp" name="IterateExp" eSuperTypes="EssentialOCL.LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IterateExp.result" name="result" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="baseExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IteratorExp" name="IteratorExp" eSuperTypes="EssentialOCL.LoopExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LetExp" name="LetExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.in" name="in" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.variable" name="variable" lowerBound="1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false" eOpposite="EssentialOCL.Variable.letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LiteralExp" name="LiteralExp" abstract="true" eSuperTypes="EssentialOCL.OclExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LoopExp" name="LoopExp" abstract="true" eSuperTypes="EssentialOCL.CallExp EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.body" name="body" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopBodyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.iterator" name="iterator" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NavigationCallExp" name="NavigationCallExp" eSuperTypes="EssentialOCL.FeatureCallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NullLiteralExp" name="NullLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NumericLiteralExp" name="NumericLiteralExp" abstract="true" eSuperTypes="EssentialOCL.PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OclExpression" name="OclExpression" abstract="true"> <eSuperTypes href="EMOF.ecore#EMOF.TypedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OperationCallExp" name="OperationCallExp" eSuperTypes="EssentialOCL.FeatureCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.argument" name="argument" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="parentCall"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.referredOperation" name="referredOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.Operation"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OrderedSetType" name="OrderedSetType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PrimitiveLiteralExp" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PropertyCallExp" name="PropertyCallExp" eSuperTypes="EssentialOCL.NavigationCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.PropertyCallExp.referredProperty" name="referredProperty"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.Property"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.RealLiteralExp" name="RealLiteralExp" eSuperTypes="EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.RealLiteralExp.realSymbol" name="realSymbol"> <eType xsi:type="ecore:EDataType" href="EMOF.ecore#PrimitiveTypes.Real"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SequenceType" name="SequenceType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SetType" name="SetType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.StringLiteralExp" name="StringLiteralExp" eSuperTypes="EssentialOCL.PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.StringLiteralExp.stringSymbol" name="stringSymbol"> <eType xsi:type="ecore:EDataType" href="EMOF.ecore#PrimitiveTypes.String"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TemplateParameterType" name="TemplateParameterType"> <eSuperTypes href="EMOF.ecore#EMOF.Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.TemplateParameterType.specification" name="specification"> <eType xsi:type="ecore:EDataType" href="EMOF.ecore#PrimitiveTypes.String"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralExp" name="TupleLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="EssentialOCL.TupleLiteralPart" containment="true" resolveProxies="false" eOpposite="EssentialOCL.TupleLiteralPart.tupleLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralPart" name="TupleLiteralPart"> <eSuperTypes href="EMOF.ecore#EMOF.TypedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.attribute" name="attribute"> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.Property"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.tupleLiteralExp" name="tupleLiteralExp" eType="EssentialOCL.TupleLiteralExp" transient="true" resolveProxies="false" eOpposite="EssentialOCL.TupleLiteralExp.part"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.value" name="value" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleType" name="TupleType"> <eSuperTypes href="EMOF.ecore#EMOF.Class"/> <eSuperTypes href="EMOF.ecore#EMOF.DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TypeExp" name="TypeExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TypeExp.referredType" name="referredType"> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.Type"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.UnlimitedNaturalExp" name="UnlimitedNaturalExp" eSuperTypes="EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.UnlimitedNaturalExp.symbol" name="symbol"> <eType xsi:type="ecore:EDataType" href="EMOF.ecore#PrimitiveTypes.UnlimitedNatural"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.Variable" name="Variable"> <eSuperTypes href="EMOF.ecore#EMOF.TypedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.initExpression" name="initExpression" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="initializedElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.letExp" name="letExp" eType="EssentialOCL.LetExp" transient="true" resolveProxies="false" eOpposite="EssentialOCL.LetExp.variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.representedParameter" name="representedParameter"> <eType xsi:type="ecore:EClass" href="EMOF.ecore#EMOF.Parameter"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VariableExp" name="VariableExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.VariableExp.referredVariable" name="referredVariable" eType="EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VoidType" name="VoidType"> <eSuperTypes href="EMOF.ecore#EMOF.Type"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/arcanefoam/qvtMustus/plugins/org.eclipse.qvt/model/traditionalEcore/EssentialOCL.ecore
ecore
EssentialOCL AnyType BagType BooleanLiteralExp booleanSymbol CallExp source CollectionItem item CollectionKind Set Set OrderedSet OrderedSet Bag Bag Sequence Sequence Collection Collection CollectionLiteralExp kind part CollectionLiteralPart collectionLiteralExp CollectionRange first last CollectionType elementType EnumLiteralExp referredEnumLiteral ExpressionInOcl bodyExpression contextVariable generatedType parameterVariable resultVariable FeatureCallExp IfExp condition elseExpression thenExpression IntegerLiteralExp integerSymbol InvalidLiteralExp InvalidType IterateExp result IteratorExp LetExp in variable LiteralExp LoopExp body iterator NavigationCallExp NullLiteralExp NumericLiteralExp OclExpression OperationCallExp argument referredOperation OrderedSetType PrimitiveLiteralExp PropertyCallExp referredProperty RealLiteralExp realSymbol SequenceType SetType StringLiteralExp stringSymbol TemplateParameterType specification TupleLiteralExp part TupleLiteralPart attribute tupleLiteralExp value TupleType TypeExp referredType UnlimitedNaturalExp symbol Variable initExpression letExp representedParameter VariableExp referredVariable VoidType
null
{"directed":true,"nodes":[{"nsPrefix":"essentialocl","nsURI":"http://schema.omg.org/spec/QVT/1.1/essentialocl.xml","name":"EssentialOCL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOcl","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExp","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationCallExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalExp","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"name":"Set","id":55,"value":0,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":56,"value":1,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Bag","id":57,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":58,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":59,"value":4,"literal":"Collection","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"collectionLiteralExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":false,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"last","changeable":true,"resolveProxies":false,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":1,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"letExp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"tupleLiteralExp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":1,"target":0},{"source":1,"target":44},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":45},{"source":45,"target":10},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":46},{"source":3,"target":47},{"source":46,"target":48},{"source":46,"target":3},{"source":47,"target":29},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":49},{"source":4,"target":50},{"source":49,"target":26},{"source":49,"target":51},{"source":49,"target":4},{"source":51,"target":26},{"source":50,"target":26},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":52},{"source":5,"target":53},{"source":52,"target":26},{"source":52,"target":54},{"source":52,"target":5},{"source":54,"target":26},{"source":53,"target":8},{"source":6,"target":0},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":55,"target":6},{"source":56,"target":6},{"source":57,"target":6},{"source":58,"target":6},{"source":59,"target":6},{"source":7,"target":0},{"source":7,"target":21},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":60,"target":6},{"source":60,"target":63},{"source":60,"target":7},{"source":63,"target":6},{"source":61,"target":8},{"source":61,"target":64},{"source":61,"target":7},{"source":61,"target":65},{"source":64,"target":8},{"source":62,"target":21},{"source":8,"target":0},{"source":8,"target":65},{"source":8,"target":66},{"source":65,"target":7},{"source":65,"target":67},{"source":65,"target":8},{"source":65,"target":61},{"source":67,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":68,"target":26},{"source":68,"target":71},{"source":68,"target":9},{"source":71,"target":26},{"source":69,"target":26},{"source":69,"target":72},{"source":69,"target":9},{"source":72,"target":26},{"source":70,"target":8},{"source":10,"target":0},{"source":10,"target":73},{"source":10,"target":74},{"source":73,"target":75},{"source":73,"target":10},{"source":11,"target":0},{"source":11,"target":21},{"source":11,"target":76},{"source":11,"target":77},{"source":76,"target":78},{"source":76,"target":11},{"source":77,"target":21},{"source":12,"target":0},{"source":12,"target":79},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":79,"target":26},{"source":79,"target":85},{"source":79,"target":12},{"source":85,"target":26},{"source":80,"target":41},{"source":80,"target":86},{"source":80,"target":12},{"source":86,"target":41},{"source":81,"target":87},{"source":81,"target":12},{"source":82,"target":41},{"source":82,"target":88},{"source":82,"target":12},{"source":88,"target":41},{"source":83,"target":41},{"source":83,"target":89},{"source":83,"target":12},{"source":89,"target":41},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":90},{"source":90,"target":4},{"source":14,"target":0},{"source":14,"target":26},{"source":14,"target":91},{"source":14,"target":92},{"source":14,"target":93},{"source":14,"target":94},{"source":91,"target":26},{"source":91,"target":95},{"source":91,"target":14},{"source":95,"target":26},{"source":92,"target":26},{"source":92,"target":96},{"source":92,"target":14},{"source":96,"target":26},{"source":93,"target":26},{"source":93,"target":97},{"source":93,"target":14},{"source":97,"target":26},{"source":94,"target":26},{"source":15,"target":0},{"source":15,"target":25},{"source":15,"target":98},{"source":15,"target":99},{"source":98,"target":100},{"source":98,"target":15},{"source":99,"target":25},{"source":16,"target":0},{"source":16,"target":21},{"source":16,"target":101},{"source":101,"target":21},{"source":17,"target":0},{"source":17,"target":102},{"source":18,"target":0},{"source":18,"target":22},{"source":18,"target":103},{"source":18,"target":104},{"source":103,"target":41},{"source":103,"target":105},{"source":103,"target":18},{"source":105,"target":41},{"source":104,"target":22},{"source":19,"target":0},{"source":19,"target":22},{"source":19,"target":106},{"source":106,"target":22},{"source":20,"target":0},{"source":20,"target":26},{"source":20,"target":107},{"source":20,"target":108},{"source":20,"target":109},{"source":107,"target":26},{"source":107,"target":110},{"source":107,"target":20},{"source":110,"target":26},{"source":108,"target":41},{"source":108,"target":111},{"source":108,"target":20},{"source":108,"target":112},{"source":111,"target":41},{"source":109,"target":26},{"source":21,"target":0},{"source":21,"target":26},{"source":21,"target":113},{"source":113,"target":26},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":114},{"source":22,"target":115},{"source":22,"target":116},{"source":22,"target":117},{"source":114,"target":26},{"source":114,"target":118},{"source":114,"target":22},{"source":118,"target":26},{"source":115,"target":41},{"source":115,"target":119},{"source":115,"target":22},{"source":119,"target":41},{"source":116,"target":4},{"source":117,"target":26},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":120},{"source":120,"target":13},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":121},{"source":121,"target":21},{"source":25,"target":0},{"source":25,"target":29},{"source":25,"target":122},{"source":122,"target":29},{"source":26,"target":0},{"source":26,"target":123},{"source":27,"target":0},{"source":27,"target":13},{"source":27,"target":124},{"source":27,"target":125},{"source":27,"target":126},{"source":124,"target":26},{"source":124,"target":127},{"source":124,"target":27},{"source":127,"target":26},{"source":125,"target":128},{"source":125,"target":27},{"source":126,"target":13},{"source":28,"target":0},{"source":28,"target":10},{"source":28,"target":129},{"source":129,"target":10},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":130},{"source":130,"target":21},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":131},{"source":30,"target":132},{"source":131,"target":133},{"source":131,"target":30},{"source":132,"target":23},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":134},{"source":31,"target":135},{"source":134,"target":136},{"source":134,"target":31},{"source":135,"target":25},{"source":32,"target":0},{"source":32,"target":10},{"source":32,"target":137},{"source":137,"target":10},{"source":33,"target":0},{"source":33,"target":10},{"source":33,"target":138},{"source":138,"target":10},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":139},{"source":34,"target":140},{"source":139,"target":141},{"source":139,"target":34},{"source":140,"target":29},{"source":35,"target":0},{"source":35,"target":142},{"source":35,"target":143},{"source":142,"target":144},{"source":142,"target":35},{"source":36,"target":0},{"source":36,"target":21},{"source":36,"target":145},{"source":36,"target":146},{"source":145,"target":37},{"source":145,"target":147},{"source":145,"target":36},{"source":145,"target":148},{"source":147,"target":37},{"source":146,"target":21},{"source":37,"target":0},{"source":37,"target":149},{"source":37,"target":148},{"source":37,"target":150},{"source":37,"target":151},{"source":149,"target":152},{"source":149,"target":37},{"source":148,"target":36},{"source":148,"target":153},{"source":148,"target":37},{"source":148,"target":145},{"source":153,"target":36},{"source":150,"target":26},{"source":150,"target":154},{"source":150,"target":37},{"source":154,"target":26},{"source":38,"target":0},{"source":38,"target":155},{"source":38,"target":156},{"source":39,"target":0},{"source":39,"target":26},{"source":39,"target":157},{"source":39,"target":158},{"source":157,"target":159},{"source":157,"target":39},{"source":158,"target":26},{"source":40,"target":0},{"source":40,"target":25},{"source":40,"target":160},{"source":40,"target":161},{"source":160,"target":162},{"source":160,"target":40},{"source":161,"target":25},{"source":41,"target":0},{"source":41,"target":163},{"source":41,"target":112},{"source":41,"target":164},{"source":41,"target":165},{"source":163,"target":26},{"source":163,"target":166},{"source":163,"target":41},{"source":166,"target":26},{"source":112,"target":20},{"source":112,"target":167},{"source":112,"target":41},{"source":112,"target":108},{"source":167,"target":20},{"source":164,"target":168},{"source":164,"target":41},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":169},{"source":42,"target":170},{"source":169,"target":41},{"source":169,"target":171},{"source":169,"target":42},{"source":171,"target":41},{"source":170,"target":26},{"source":43,"target":0},{"source":43,"target":172}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="textct" nsURI="http://org.be.textbe/textct" nsPrefix="textct"> <eClassifiers xsi:type="ecore:EClass" name="TextCT"> <eStructuralFeatures xsi:type="ecore:EReference" name="options" eType="#//OptionList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requirements" eType="#//RequirementList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" eType="#//ComponentList" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compositionTree" lowerBound="1" eType="#//CompositionTree" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequirementList"> <eStructuralFeatures xsi:type="ecore:EReference" name="requirements" lowerBound="1" upperBound="-1" eType="#//Requirement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requirement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentList"> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviors" upperBound="-1" eType="#//AbstractBehavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemComponent" eSuperTypes="#//Component"/> <eClassifiers xsi:type="ecore:EClass" name="OptionList"> <eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1" eType="#//Option" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Option"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositionTree"> <eStructuralFeatures xsi:type="ecore:EReference" name="rootNode" lowerBound="1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractBehavior" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="RelationalBehavior" eSuperTypes="#//AbstractBehavior"> <eStructuralFeatures xsi:type="ecore:EReference" name="behavior" lowerBound="1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" lowerBound="1" upperBound="-1" eType="#//Relation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="question" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preposition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentRef" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviorRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mci" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" abstract="true" eSuperTypes="#//AbstractBehavior"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//Relation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Selection" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Guard" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="InternalInput" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="InternalOutput" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalInput" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalOutput" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Assertion" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EEnum" name="FiveWs"> <eLiterals name="Who" literal="Who"/> <eLiterals name="What" value="1" literal="What"/> <eLiterals name="Where" value="2" literal="Where"/> <eLiterals name="When" value="3" literal="When"/> <eLiterals name="Why" value="4" literal="Why"/> <eLiterals name="How" value="5" literal="How"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Validity"> <eLiterals name="Valid" literal=""/> <eLiterals name="Implied" value="1" literal="+"/> <eLiterals name="Invalid" value="2" literal="-"/> <eLiterals name="Deleted" value="3" literal="--"/> <eLiterals name="Refined" value="4" literal="+-"/> <eLiterals name="Updated" value="5" literal="++"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractBlockOrNode" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractBlock" abstract="true" eSuperTypes="#//AbstractBlockOrNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="childNode" lowerBound="2" upperBound="-1" eType="#//AbstractBlockOrNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNode" abstract="true" eSuperTypes="#//AbstractBlockOrNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requirementRef" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traceabilityStatus" eType="#//Validity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentSet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mci" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childNode" upperBound="-1" eType="#//AbstractBlockOrNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//AbstractNode"/> <eClassifiers xsi:type="ecore:EClass" name="AggregatedNode" eSuperTypes="#//AbstractBlockOrNode #//AbstractNode"/> <eClassifiers xsi:type="ecore:EClass" name="InheritedNode" eSuperTypes="#//AbstractBlockOrNode #//AbstractNode"/> <eClassifiers xsi:type="ecore:EClass" name="AssociatedNode" eSuperTypes="#//AbstractBlockOrNode #//AbstractNode"/> <eClassifiers xsi:type="ecore:EClass" name="AlternativeBlock" eSuperTypes="#//AbstractBlock"/> <eClassifiers xsi:type="ecore:EClass" name="AggregatedBlock" eSuperTypes="#//AbstractBlock"/> <eClassifiers xsi:type="ecore:EClass" name="AssociatedBlock" eSuperTypes="#//AbstractBlock"/> <eClassifiers xsi:type="ecore:EClass" name="InheritedBlock" eSuperTypes="#//AbstractBlock"/> </ecore:EPackage>
github:ecore:/data/t-ho/textbe/btVisualizer/branches/0.9.0/org.be.textbe.ct.model/metamodel/textCT.ecore
ecore
textct TextCT options requirements components compositionTree RequirementList requirements Requirement ref val ComponentList components Component ref val behaviors quantifier SystemComponent OptionList options Option name value CompositionTree rootNode AbstractBehavior RelationalBehavior behavior relations Relation question preposition componentRef behaviorRef level componentLevel componentSet mci Behavior ref val relations State Selection Event Guard InternalInput InternalOutput ExternalInput ExternalOutput Assertion FiveWs Who Who What What Where Where When When Why Why How How Validity Valid Implied + Invalid - Deleted -- Refined +- Updated ++ AbstractBlockOrNode AbstractBlock childNode AbstractNode componentRef requirementRef traceabilityStatus label operator componentSet mci childNode Node AggregatedNode InheritedNode AssociatedNode AlternativeBlock AggregatedBlock AssociatedBlock InheritedBlock
null
{"directed":true,"nodes":[{"nsPrefix":"textct","nsURI":"http://org.be.textbe/textct","name":"textct","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextCT","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementList","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentList","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemComponent","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionList","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Option","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositionTree","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractBehavior","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalBehavior","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalInput","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalOutput","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalInput","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalOutput","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FiveWs","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Validity","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractBlockOrNode","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractBlock","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNode","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InheritedNode","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociatedNode","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternativeBlock","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregatedBlock","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociatedBlock","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InheritedBlock","instanceClass":null,"abstract":false,"id":35,"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":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compositionTree","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requirements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behaviors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantifier","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"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":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":"value","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootNode","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"question","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preposition","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentRef","changeable":true,"lowerBound":1,"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":"behaviorRef","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":"level","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentLevel","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":"componentSet","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mci","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"name":"Who","id":106,"value":0,"literal":"Who","eClass":"EEnumLiteral"},{"name":"What","id":107,"value":1,"literal":"What","eClass":"EEnumLiteral"},{"name":"Where","id":108,"value":2,"literal":"Where","eClass":"EEnumLiteral"},{"name":"When","id":109,"value":3,"literal":"When","eClass":"EEnumLiteral"},{"name":"Why","id":110,"value":4,"literal":"Why","eClass":"EEnumLiteral"},{"name":"How","id":111,"value":5,"literal":"How","eClass":"EEnumLiteral"},{"name":"Valid","id":112,"value":0,"literal":"","eClass":"EEnumLiteral"},{"name":"Implied","id":113,"value":1,"literal":"+","eClass":"EEnumLiteral"},{"name":"Invalid","id":114,"value":2,"literal":"-","eClass":"EEnumLiteral"},{"name":"Deleted","id":115,"value":3,"literal":"--","eClass":"EEnumLiteral"},{"name":"Refined","id":116,"value":4,"literal":"+-","eClass":"EEnumLiteral"},{"name":"Updated","id":117,"value":5,"literal":"++","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":"childNode","changeable":true,"resolveProxies":true,"lowerBound":2,"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":"componentRef","changeable":true,"lowerBound":0,"iD":false,"id":121,"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":"requirementRef","changeable":true,"lowerBound":0,"iD":false,"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":"traceabilityStatus","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"componentSet","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mci","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":"childNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":1,"target":0},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":36,"target":7},{"source":36,"target":40},{"source":36,"target":1},{"source":40,"target":7},{"source":37,"target":2},{"source":37,"target":41},{"source":37,"target":1},{"source":41,"target":2},{"source":38,"target":4},{"source":38,"target":42},{"source":38,"target":1},{"source":42,"target":4},{"source":39,"target":9},{"source":39,"target":43},{"source":39,"target":1},{"source":43,"target":9},{"source":2,"target":0},{"source":2,"target":44},{"source":44,"target":3},{"source":44,"target":45},{"source":44,"target":2},{"source":45,"target":3},{"source":3,"target":0},{"source":3,"target":46},{"source":3,"target":47},{"source":46,"target":48},{"source":46,"target":3},{"source":47,"target":49},{"source":47,"target":3},{"source":4,"target":0},{"source":4,"target":50},{"source":50,"target":5},{"source":50,"target":51},{"source":50,"target":4},{"source":51,"target":5},{"source":5,"target":0},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":52,"target":56},{"source":52,"target":5},{"source":53,"target":57},{"source":53,"target":5},{"source":54,"target":10},{"source":54,"target":58},{"source":54,"target":5},{"source":58,"target":10},{"source":55,"target":59},{"source":55,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":60},{"source":60,"target":5},{"source":7,"target":0},{"source":7,"target":61},{"source":61,"target":8},{"source":61,"target":62},{"source":61,"target":7},{"source":62,"target":8},{"source":8,"target":0},{"source":8,"target":63},{"source":8,"target":64},{"source":63,"target":65},{"source":63,"target":8},{"source":64,"target":66},{"source":64,"target":8},{"source":9,"target":0},{"source":9,"target":67},{"source":67,"target":28},{"source":67,"target":68},{"source":67,"target":9},{"source":68,"target":28},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":69,"target":13},{"source":69,"target":72},{"source":69,"target":11},{"source":72,"target":13},{"source":70,"target":12},{"source":70,"target":73},{"source":70,"target":11},{"source":73,"target":12},{"source":71,"target":10},{"source":12,"target":0},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":12,"target":78},{"source":12,"target":79},{"source":12,"target":80},{"source":12,"target":81},{"source":74,"target":82},{"source":74,"target":12},{"source":75,"target":83},{"source":75,"target":12},{"source":76,"target":84},{"source":76,"target":12},{"source":77,"target":85},{"source":77,"target":12},{"source":78,"target":86},{"source":78,"target":12},{"source":79,"target":87},{"source":79,"target":12},{"source":80,"target":88},{"source":80,"target":12},{"source":81,"target":89},{"source":81,"target":12},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":90},{"source":13,"target":91},{"source":13,"target":92},{"source":13,"target":93},{"source":90,"target":94},{"source":90,"target":13},{"source":91,"target":95},{"source":91,"target":13},{"source":92,"target":12},{"source":92,"target":96},{"source":92,"target":13},{"source":96,"target":12},{"source":93,"target":10},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":97},{"source":97,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":98},{"source":98,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":99},{"source":99,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":100},{"source":100,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":101},{"source":101,"target":13},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":102},{"source":102,"target":13},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":103},{"source":103,"target":13},{"source":21,"target":0},{"source":21,"target":13},{"source":21,"target":104},{"source":104,"target":13},{"source":22,"target":0},{"source":22,"target":13},{"source":22,"target":105},{"source":105,"target":13},{"source":23,"target":0},{"source":23,"target":106},{"source":23,"target":107},{"source":23,"target":108},{"source":23,"target":109},{"source":23,"target":110},{"source":23,"target":111},{"source":106,"target":23},{"source":107,"target":23},{"source":108,"target":23},{"source":109,"target":23},{"source":110,"target":23},{"source":111,"target":23},{"source":24,"target":0},{"source":24,"target":112},{"source":24,"target":113},{"source":24,"target":114},{"source":24,"target":115},{"source":24,"target":116},{"source":24,"target":117},{"source":112,"target":24},{"source":113,"target":24},{"source":114,"target":24},{"source":115,"target":24},{"source":116,"target":24},{"source":117,"target":24},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":118},{"source":26,"target":119},{"source":118,"target":25},{"source":118,"target":120},{"source":118,"target":26},{"source":120,"target":25},{"source":119,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":121},{"source":27,"target":122},{"source":27,"target":123},{"source":27,"target":124},{"source":27,"target":125},{"source":27,"target":126},{"source":27,"target":127},{"source":27,"target":128},{"source":27,"target":129},{"source":121,"target":130},{"source":121,"target":27},{"source":122,"target":131},{"source":122,"target":27},{"source":123,"target":24},{"source":123,"target":132},{"source":123,"target":27},{"source":132,"target":24},{"source":124,"target":133},{"source":124,"target":27},{"source":125,"target":134},{"source":125,"target":27},{"source":126,"target":135},{"source":126,"target":27},{"source":127,"target":136},{"source":127,"target":27},{"source":128,"target":25},{"source":128,"target":137},{"source":128,"target":27},{"source":137,"target":25},{"source":129,"target":25},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":138},{"source":138,"target":27},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":27},{"source":29,"target":139},{"source":29,"target":140},{"source":139,"target":25},{"source":140,"target":27},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":27},{"source":30,"target":141},{"source":30,"target":142},{"source":141,"target":25},{"source":142,"target":27},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":27},{"source":31,"target":143},{"source":31,"target":144},{"source":143,"target":25},{"source":144,"target":27},{"source":32,"target":0},{"source":32,"target":26},{"source":32,"target":145},{"source":145,"target":26},{"source":33,"target":0},{"source":33,"target":26},{"source":33,"target":146},{"source":146,"target":26},{"source":34,"target":0},{"source":34,"target":26},{"source":34,"target":147},{"source":147,"target":26},{"source":35,"target":0},{"source":35,"target":26},{"source":35,"target":148},{"source":148,"target":26}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="miniJava" nsURI="http://miniJava.miniJava.miniJava/" nsPrefix="miniJava"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//TypeDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessLevel" eType="#//AccessLevel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementz" unique="false" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clazz" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="#//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="#//TypedDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//AccessLevel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isstatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1" eType="#//ClazzToMethodMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Symbol"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessLevel"> <eLiterals name="PRIVATE" literal="private"/> <eLiterals name="PROTECTED" value="1" literal="protected"/> <eLiterals name="PUBLIC" value="2" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="PrintStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" 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="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progression" eType="#//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="SingleTypeRef" eSuperTypes="#//TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="ClassRef" eSuperTypes="#//SingleTypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedClass" eType="#//TypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Symbol" eSuperTypes="#//TypedDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Symbol #//Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//Assignee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Statement #//Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeRef" eSuperTypes="#//TypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//SingleTypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="StringTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="VoidTypeRef" eSuperTypes="#//SingleTypeRef"/> <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:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inequality" 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="SuperiorOrEqual" 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="InferiorOrEqual" 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="Superior" 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="Inferior" 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="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="Multiplication" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLength" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" 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="Neg" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//Method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"/> </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="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="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="This" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NewObject" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewArray" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" eType="#//Symbol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//SymbolBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentContext" eType="#//Context" eOpposite="#//Context/childContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childContext" eType="#//Context" containment="true" eOpposite="#//Context/parentContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1" eType="#//SymbolToSymbolBindingMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <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="SymbolBinding"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" lowerBound="1" eType="#//Symbol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldBinding"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//Field"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <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="BooleanValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputStream"> <eAnnotations source="aspect"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stream" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="aspect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootFrame" eType="#//Frame" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectsHeap" upperBound="-1" eType="#//ObjectInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputStream" eType="#//OutputStream" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arraysHeap" upperBound="-1" eType="#//ArrayInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextCache" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frameCache" eType="#//Frame"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Frame"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="#//Call" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childFrame" eType="#//Frame" containment="true" eOpposite="#//Frame/parentFrame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentFrame" eType="#//Frame" eOpposite="#//Frame/childFrame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootContext" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" abstract="true"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewCall" eSuperTypes="#//Call"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newz" lowerBound="1" eType="#//NewObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall2" eSuperTypes="#//Call"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodcall" lowerBound="1" eType="#//MethodCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectInstance"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldbindings" upperBound="-1" eType="#//FieldBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstance"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//Value" containment="true"/> <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="ObjectRefValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayRefValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ArrayInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolToSymbolBindingMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Symbol"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//SymbolBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClazzToMethodMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modulo" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gemoc/ale-lang-compiler/languages/minijava_bak/bak/org.tetrabox.minijava.lang.interpreter2/interpreter-comp/miniJava.ecore
ecore
miniJava Program name imports classes state Import importedNamespace TypeDeclaration accessLevel implementz members Clazz isabstract superClass Interface Member access Method isabstract isstatic params body cache Parameter Field defaultValue AccessLevel PRIVATE private PROTECTED protected PUBLIC public Block statements Statement PrintStatement expression Return expression IfStatement expression thenBlock elseBlock WhileStatement condition block ForStatement declaration condition progression block TypeRef SingleTypeRef ClassRef referencedClass NamedElement name TypedDeclaration typeRef Symbol VariableDeclaration Assignment assignee value Assignee Expression ArrayTypeRef typeRef IntegerTypeRef BooleanTypeRef StringTypeRef VoidTypeRef Or left right And left right Equality left right Inequality left right SuperiorOrEqual left right InferiorOrEqual left right Superior left right Inferior left right Plus left right Minus left right Multiplication left right Division left right ArrayAccess object index ArrayLength array Not expression Neg expression FieldAccess receiver field MethodCall receiver method args StringConstant value IntConstant value BoolConstant value This Super Null NewObject type args NewArray type size SymbolRef symbol Context bindings parentContext childContext cache Value IntegerValue value SymbolBinding value symbol FieldBinding field value StringValue value BooleanValue value OutputStream stream State rootFrame objectsHeap outputStream arraysHeap contextCache frameCache Frame call instance childFrame parentFrame rootContext returnValue NullValue Call NewCall newz MethodCall2 methodcall ObjectInstance fieldbindings type ArrayInstance value size ObjectRefValue instance ArrayRefValue instance SymbolToSymbolBindingMap java.util.Map$Entry java.util.Map$Entry key value ClazzToMethodMap java.util.Map$Entry java.util.Map$Entry key value Modulo left right
null
{"directed":true,"nodes":[{"nsPrefix":"miniJava","nsURI":"http://miniJava.miniJava.miniJava/","name":"miniJava","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clazz","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessLevel","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleTypeRef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbol","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignee","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeRef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerTypeRef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanTypeRef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringTypeRef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidTypeRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inequality","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperiorOrEqual","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InferiorOrEqual","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Superior","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inferior","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLength","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewObject","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewArray","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolRef","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolBinding","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldBinding","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputStream","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frame","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValue","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewCall","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall2","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectInstance","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstance","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectRefValue","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayRefValue","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"SymbolToSymbolBindingMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ClazzToMethodMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulo","instanceClass":null,"abstract":false,"id":80,"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":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":"imports","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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessLevel","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"implementz","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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"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":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"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":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isstatic","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"name":"PRIVATE","id":122,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":123,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":124,"value":2,"literal":"public","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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","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":"condition","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":"progression","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":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":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":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":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":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":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"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":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"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":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"args","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":"type","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":"size","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"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":"parentContext","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":"childContext","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":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"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":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stream","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"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":"rootFrame","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":"objectsHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputStream","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":"arraysHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frameCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"call","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"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":"parentFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newz","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodcall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldbindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":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":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":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":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":81,"target":85},{"source":81,"target":1},{"source":82,"target":2},{"source":82,"target":86},{"source":82,"target":1},{"source":86,"target":2},{"source":83,"target":3},{"source":83,"target":87},{"source":83,"target":1},{"source":87,"target":3},{"source":84,"target":68},{"source":84,"target":88},{"source":84,"target":1},{"source":88,"target":68},{"source":2,"target":0},{"source":2,"target":89},{"source":89,"target":90},{"source":89,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":91,"target":10},{"source":91,"target":95},{"source":91,"target":3},{"source":95,"target":10},{"source":92,"target":5},{"source":92,"target":96},{"source":92,"target":3},{"source":96,"target":5},{"source":93,"target":6},{"source":93,"target":97},{"source":93,"target":3},{"source":97,"target":6},{"source":94,"target":21},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":98,"target":101},{"source":98,"target":4},{"source":99,"target":4},{"source":99,"target":102},{"source":99,"target":4},{"source":102,"target":4},{"source":100,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":103},{"source":103,"target":3},{"source":6,"target":0},{"source":6,"target":22},{"source":6,"target":104},{"source":6,"target":105},{"source":104,"target":10},{"source":104,"target":106},{"source":104,"target":6},{"source":106,"target":10},{"source":105,"target":22},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":107,"target":113},{"source":107,"target":7},{"source":108,"target":114},{"source":108,"target":7},{"source":109,"target":8},{"source":109,"target":115},{"source":109,"target":7},{"source":115,"target":8},{"source":110,"target":11},{"source":110,"target":116},{"source":110,"target":7},{"source":116,"target":11},{"source":111,"target":79},{"source":111,"target":117},{"source":111,"target":7},{"source":117,"target":79},{"source":112,"target":6},{"source":8,"target":0},{"source":8,"target":23},{"source":8,"target":118},{"source":118,"target":23},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":119},{"source":9,"target":120},{"source":119,"target":27},{"source":119,"target":121},{"source":119,"target":9},{"source":121,"target":27},{"source":120,"target":6},{"source":10,"target":0},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":122,"target":10},{"source":123,"target":10},{"source":124,"target":10},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":125},{"source":11,"target":126},{"source":125,"target":12},{"source":125,"target":127},{"source":125,"target":11},{"source":127,"target":12},{"source":126,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":128},{"source":13,"target":129},{"source":128,"target":27},{"source":128,"target":130},{"source":128,"target":13},{"source":130,"target":27},{"source":129,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":131},{"source":14,"target":132},{"source":131,"target":27},{"source":131,"target":133},{"source":131,"target":14},{"source":133,"target":27},{"source":132,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":15,"target":137},{"source":134,"target":27},{"source":134,"target":138},{"source":134,"target":15},{"source":138,"target":27},{"source":135,"target":11},{"source":135,"target":139},{"source":135,"target":15},{"source":139,"target":11},{"source":136,"target":11},{"source":136,"target":140},{"source":136,"target":15},{"source":140,"target":11},{"source":137,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":141},{"source":16,"target":142},{"source":16,"target":143},{"source":141,"target":27},{"source":141,"target":144},{"source":141,"target":16},{"source":144,"target":27},{"source":142,"target":11},{"source":142,"target":145},{"source":142,"target":16},{"source":145,"target":11},{"source":143,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":146},{"source":17,"target":147},{"source":17,"target":148},{"source":17,"target":149},{"source":17,"target":150},{"source":146,"target":25},{"source":146,"target":151},{"source":146,"target":17},{"source":151,"target":25},{"source":147,"target":27},{"source":147,"target":152},{"source":147,"target":17},{"source":152,"target":27},{"source":148,"target":25},{"source":148,"target":153},{"source":148,"target":17},{"source":153,"target":25},{"source":149,"target":11},{"source":149,"target":154},{"source":149,"target":17},{"source":154,"target":11},{"source":150,"target":12},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":155},{"source":155,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":156},{"source":20,"target":157},{"source":156,"target":3},{"source":156,"target":158},{"source":156,"target":20},{"source":158,"target":3},{"source":157,"target":19},{"source":21,"target":0},{"source":21,"target":159},{"source":159,"target":160},{"source":159,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":161},{"source":22,"target":162},{"source":161,"target":18},{"source":161,"target":163},{"source":161,"target":22},{"source":163,"target":18},{"source":162,"target":21},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":164},{"source":164,"target":22},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":26},{"source":24,"target":165},{"source":24,"target":166},{"source":165,"target":23},{"source":166,"target":26},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":167},{"source":25,"target":168},{"source":25,"target":169},{"source":167,"target":26},{"source":167,"target":170},{"source":167,"target":25},{"source":170,"target":26},{"source":168,"target":27},{"source":168,"target":171},{"source":168,"target":25},{"source":171,"target":27},{"source":169,"target":12},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":26},{"source":27,"target":172},{"source":27,"target":173},{"source":172,"target":12},{"source":173,"target":26},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":174},{"source":28,"target":175},{"source":174,"target":19},{"source":174,"target":176},{"source":174,"target":28},{"source":176,"target":19},{"source":175,"target":18},{"source":29,"target":0},{"source":29,"target":19},{"source":29,"target":177},{"source":177,"target":19},{"source":30,"target":0},{"source":30,"target":19},{"source":30,"target":178},{"source":178,"target":19},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":179},{"source":179,"target":19},{"source":32,"target":0},{"source":32,"target":19},{"source":32,"target":180},{"source":180,"target":19},{"source":33,"target":0},{"source":33,"target":27},{"source":33,"target":181},{"source":33,"target":182},{"source":33,"target":183},{"source":181,"target":27},{"source":181,"target":184},{"source":181,"target":33},{"source":184,"target":27},{"source":182,"target":27},{"source":182,"target":185},{"source":182,"target":33},{"source":185,"target":27},{"source":183,"target":27},{"source":34,"target":0},{"source":34,"target":27},{"source":34,"target":186},{"source":34,"target":187},{"source":34,"target":188},{"source":186,"target":27},{"source":186,"target":189},{"source":186,"target":34},{"source":189,"target":27},{"source":187,"target":27},{"source":187,"target":190},{"source":187,"target":34},{"source":190,"target":27},{"source":188,"target":27},{"source":35,"target":0},{"source":35,"target":27},{"source":35,"target":191},{"source":35,"target":192},{"source":35,"target":193},{"source":191,"target":27},{"source":191,"target":194},{"source":191,"target":35},{"source":194,"target":27},{"source":192,"target":27},{"source":192,"target":195},{"source":192,"target":35},{"source":195,"target":27},{"source":193,"target":27},{"source":36,"target":0},{"source":36,"target":27},{"source":36,"target":196},{"source":36,"target":197},{"source":36,"target":198},{"source":196,"target":27},{"source":196,"target":199},{"source":196,"target":36},{"source":199,"target":27},{"source":197,"target":27},{"source":197,"target":200},{"source":197,"target":36},{"source":200,"target":27},{"source":198,"target":27},{"source":37,"target":0},{"source":37,"target":27},{"source":37,"target":201},{"source":37,"target":202},{"source":37,"target":203},{"source":201,"target":27},{"source":201,"target":204},{"source":201,"target":37},{"source":204,"target":27},{"source":202,"target":27},{"source":202,"target":205},{"source":202,"target":37},{"source":205,"target":27},{"source":203,"target":27},{"source":38,"target":0},{"source":38,"target":27},{"source":38,"target":206},{"source":38,"target":207},{"source":38,"target":208},{"source":206,"target":27},{"source":206,"target":209},{"source":206,"target":38},{"source":209,"target":27},{"source":207,"target":27},{"source":207,"target":210},{"source":207,"target":38},{"source":210,"target":27},{"source":208,"target":27},{"source":39,"target":0},{"source":39,"target":27},{"source":39,"target":211},{"source":39,"target":212},{"source":39,"target":213},{"source":211,"target":27},{"source":211,"target":214},{"source":211,"target":39},{"source":214,"target":27},{"source":212,"target":27},{"source":212,"target":215},{"source":212,"target":39},{"source":215,"target":27},{"source":213,"target":27},{"source":40,"target":0},{"source":40,"target":27},{"source":40,"target":216},{"source":40,"target":217},{"source":40,"target":218},{"source":216,"target":27},{"source":216,"target":219},{"source":216,"target":40},{"source":219,"target":27},{"source":217,"target":27},{"source":217,"target":220},{"source":217,"target":40},{"source":220,"target":27},{"source":218,"target":27},{"source":41,"target":0},{"source":41,"target":27},{"source":41,"target":221},{"source":41,"target":222},{"source":41,"target":223},{"source":221,"target":27},{"source":221,"target":224},{"source":221,"target":41},{"source":224,"target":27},{"source":222,"target":27},{"source":222,"target":225},{"source":222,"target":41},{"source":225,"target":27},{"source":223,"target":27},{"source":42,"target":0},{"source":42,"target":27},{"source":42,"target":226},{"source":42,"target":227},{"source":42,"target":228},{"source":226,"target":27},{"source":226,"target":229},{"source":226,"target":42},{"source":229,"target":27},{"source":227,"target":27},{"source":227,"target":230},{"source":227,"target":42},{"source":230,"target":27},{"source":228,"target":27},{"source":43,"target":0},{"source":43,"target":27},{"source":43,"target":231},{"source":43,"target":232},{"source":43,"target":233},{"source":231,"target":27},{"source":231,"target":234},{"source":231,"target":43},{"source":234,"target":27},{"source":232,"target":27},{"source":232,"target":235},{"source":232,"target":43},{"source":235,"target":27},{"source":233,"target":27},{"source":44,"target":0},{"source":44,"target":27},{"source":44,"target":236},{"source":44,"target":237},{"source":44,"target":238},{"source":236,"target":27},{"source":236,"target":239},{"source":236,"target":44},{"source":239,"target":27},{"source":237,"target":27},{"source":237,"target":240},{"source":237,"target":44},{"source":240,"target":27},{"source":238,"target":27},{"source":45,"target":0},{"source":45,"target":27},{"source":45,"target":241},{"source":45,"target":242},{"source":45,"target":243},{"source":241,"target":27},{"source":241,"target":244},{"source":241,"target":45},{"source":244,"target":27},{"source":242,"target":27},{"source":242,"target":245},{"source":242,"target":45},{"source":245,"target":27},{"source":243,"target":27},{"source":46,"target":0},{"source":46,"target":27},{"source":46,"target":246},{"source":46,"target":247},{"source":246,"target":27},{"source":246,"target":248},{"source":246,"target":46},{"source":248,"target":27},{"source":247,"target":27},{"source":47,"target":0},{"source":47,"target":27},{"source":47,"target":249},{"source":47,"target":250},{"source":249,"target":27},{"source":249,"target":251},{"source":249,"target":47},{"source":251,"target":27},{"source":250,"target":27},{"source":48,"target":0},{"source":48,"target":27},{"source":48,"target":252},{"source":48,"target":253},{"source":252,"target":27},{"source":252,"target":254},{"source":252,"target":48},{"source":254,"target":27},{"source":253,"target":27},{"source":49,"target":0},{"source":49,"target":27},{"source":49,"target":255},{"source":49,"target":256},{"source":49,"target":257},{"source":255,"target":27},{"source":255,"target":258},{"source":255,"target":49},{"source":258,"target":27},{"source":256,"target":9},{"source":256,"target":259},{"source":256,"target":49},{"source":259,"target":9},{"source":257,"target":27},{"source":50,"target":0},{"source":50,"target":27},{"source":50,"target":260},{"source":50,"target":261},{"source":50,"target":262},{"source":50,"target":263},{"source":260,"target":27},{"source":260,"target":264},{"source":260,"target":50},{"source":264,"target":27},{"source":261,"target":7},{"source":261,"target":265},{"source":261,"target":50},{"source":265,"target":7},{"source":262,"target":27},{"source":262,"target":266},{"source":262,"target":50},{"source":266,"target":27},{"source":263,"target":27},{"source":51,"target":0},{"source":51,"target":27},{"source":51,"target":267},{"source":51,"target":268},{"source":267,"target":269},{"source":267,"target":51},{"source":268,"target":27},{"source":52,"target":0},{"source":52,"target":27},{"source":52,"target":270},{"source":52,"target":271},{"source":270,"target":272},{"source":270,"target":52},{"source":271,"target":27},{"source":53,"target":0},{"source":53,"target":27},{"source":53,"target":273},{"source":53,"target":274},{"source":273,"target":275},{"source":273,"target":53},{"source":274,"target":27},{"source":54,"target":0},{"source":54,"target":27},{"source":54,"target":276},{"source":276,"target":27},{"source":55,"target":0},{"source":55,"target":27},{"source":55,"target":277},{"source":277,"target":27},{"source":56,"target":0},{"source":56,"target":27},{"source":56,"target":278},{"source":278,"target":27},{"source":57,"target":0},{"source":57,"target":27},{"source":57,"target":279},{"source":57,"target":280},{"source":57,"target":281},{"source":279,"target":4},{"source":279,"target":282},{"source":279,"target":57},{"source":282,"target":4},{"source":280,"target":27},{"source":280,"target":283},{"source":280,"target":57},{"source":283,"target":27},{"source":281,"target":27},{"source":58,"target":0},{"source":58,"target":27},{"source":58,"target":284},{"source":58,"target":285},{"source":58,"target":286},{"source":284,"target":18},{"source":284,"target":287},{"source":284,"target":58},{"source":287,"target":18},{"source":285,"target":27},{"source":285,"target":288},{"source":285,"target":58},{"source":288,"target":27},{"source":286,"target":27},{"source":59,"target":0},{"source":59,"target":27},{"source":59,"target":289},{"source":59,"target":290},{"source":289,"target":23},{"source":289,"target":291},{"source":289,"target":59},{"source":291,"target":23},{"source":290,"target":27},{"source":60,"target":0},{"source":60,"target":292},{"source":60,"target":293},{"source":60,"target":294},{"source":60,"target":295},{"source":292,"target":63},{"source":292,"target":296},{"source":292,"target":60},{"source":296,"target":63},{"source":293,"target":60},{"source":293,"target":297},{"source":293,"target":60},{"source":293,"target":294},{"source":297,"target":60},{"source":294,"target":60},{"source":294,"target":298},{"source":294,"target":60},{"source":294,"target":293},{"source":298,"target":60},{"source":295,"target":78},{"source":295,"target":299},{"source":295,"target":60},{"source":299,"target":78},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":300},{"source":62,"target":301},{"source":300,"target":302},{"source":300,"target":62},{"source":301,"target":61},{"source":63,"target":0},{"source":63,"target":303},{"source":63,"target":304},{"source":303,"target":61},{"source":303,"target":305},{"source":303,"target":63},{"source":305,"target":61},{"source":304,"target":23},{"source":304,"target":306},{"source":304,"target":63},{"source":306,"target":23},{"source":64,"target":0},{"source":64,"target":307},{"source":64,"target":308},{"source":307,"target":9},{"source":307,"target":309},{"source":307,"target":64},{"source":309,"target":9},{"source":308,"target":61},{"source":308,"target":310},{"source":308,"target":64},{"source":310,"target":61},{"source":65,"target":0},{"source":65,"target":61},{"source":65,"target":311},{"source":65,"target":312},{"source":311,"target":313},{"source":311,"target":65},{"source":312,"target":61},{"source":66,"target":0},{"source":66,"target":61},{"source":66,"target":314},{"source":66,"target":315},{"source":314,"target":316},{"source":314,"target":66},{"source":315,"target":61},{"source":67,"target":0},{"source":67,"target":317},{"source":317,"target":318},{"source":317,"target":67},{"source":68,"target":0},{"source":68,"target":319},{"source":68,"target":320},{"source":68,"target":321},{"source":68,"target":322},{"source":68,"target":323},{"source":68,"target":324},{"source":319,"target":69},{"source":319,"target":325},{"source":319,"target":68},{"source":325,"target":69},{"source":320,"target":74},{"source":320,"target":326},{"source":320,"target":68},{"source":326,"target":74},{"source":321,"target":67},{"source":321,"target":327},{"source":321,"target":68},{"source":327,"target":67},{"source":322,"target":75},{"source":322,"target":328},{"source":322,"target":68},{"source":328,"target":75},{"source":323,"target":60},{"source":323,"target":329},{"source":323,"target":68},{"source":329,"target":60},{"source":324,"target":69},{"source":324,"target":330},{"source":324,"target":68},{"source":330,"target":69},{"source":69,"target":0},{"source":69,"target":331},{"source":69,"target":332},{"source":69,"target":333},{"source":69,"target":334},{"source":69,"target":335},{"source":69,"target":336},{"source":331,"target":71},{"source":331,"target":337},{"source":331,"target":69},{"source":337,"target":71},{"source":332,"target":74},{"source":332,"target":338},{"source":332,"target":69},{"source":338,"target":74},{"source":333,"target":69},{"source":333,"target":339},{"source":333,"target":69},{"source":333,"target":334},{"source":339,"target":69},{"source":334,"target":69},{"source":334,"target":340},{"source":334,"target":69},{"source":334,"target":333},{"source":340,"target":69},{"source":335,"target":60},{"source":335,"target":341},{"source":335,"target":69},{"source":341,"target":60},{"source":336,"target":61},{"source":336,"target":342},{"source":336,"target":69},{"source":342,"target":61},{"source":70,"target":0},{"source":70,"target":61},{"source":70,"target":343},{"source":343,"target":61},{"source":71,"target":0},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":344},{"source":72,"target":345},{"source":344,"target":57},{"source":344,"target":346},{"source":344,"target":72},{"source":346,"target":57},{"source":345,"target":71},{"source":73,"target":0},{"source":73,"target":71},{"source":73,"target":347},{"source":73,"target":348},{"source":347,"target":50},{"source":347,"target":349},{"source":347,"target":73},{"source":349,"target":50},{"source":348,"target":71},{"source":74,"target":0},{"source":74,"target":350},{"source":74,"target":351},{"source":350,"target":64},{"source":350,"target":352},{"source":350,"target":74},{"source":352,"target":64},{"source":351,"target":4},{"source":351,"target":353},{"source":351,"target":74},{"source":353,"target":4},{"source":75,"target":0},{"source":75,"target":354},{"source":75,"target":355},{"source":354,"target":61},{"source":354,"target":356},{"source":354,"target":75},{"source":356,"target":61},{"source":355,"target":357},{"source":355,"target":75},{"source":76,"target":0},{"source":76,"target":61},{"source":76,"target":358},{"source":76,"target":359},{"source":358,"target":74},{"source":358,"target":360},{"source":358,"target":76},{"source":360,"target":74},{"source":359,"target":61},{"source":77,"target":0},{"source":77,"target":61},{"source":77,"target":361},{"source":77,"target":362},{"source":361,"target":75},{"source":361,"target":363},{"source":361,"target":77},{"source":363,"target":75},{"source":362,"target":61},{"source":78,"target":0},{"source":78,"target":364},{"source":78,"target":365},{"source":364,"target":23},{"source":364,"target":366},{"source":364,"target":78},{"source":366,"target":23},{"source":365,"target":63},{"source":365,"target":367},{"source":365,"target":78},{"source":367,"target":63},{"source":79,"target":0},{"source":79,"target":368},{"source":79,"target":369},{"source":368,"target":4},{"source":368,"target":370},{"source":368,"target":79},{"source":370,"target":4},{"source":369,"target":7},{"source":369,"target":371},{"source":369,"target":79},{"source":371,"target":7},{"source":80,"target":0},{"source":80,"target":27},{"source":80,"target":372},{"source":80,"target":373},{"source":80,"target":374},{"source":372,"target":27},{"source":372,"target":375},{"source":372,"target":80},{"source":375,"target":27},{"source":373,"target":27},{"source":373,"target":376},{"source":373,"target":80},{"source":376,"target":27},{"source":374,"target":27}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="miniJava" nsURI="http://www.example.org/minijava/MiniJava" nsPrefix="miniJava"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//TypeDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessLevel" eType="#//AccessLevel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implementz" unique="false" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clazz" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="#//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="#//TypedDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="access" eType="#//AccessLevel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isabstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isstatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1" eType="#//ClazzToMethodMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//Symbol"/> <eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessLevel"> <eLiterals name="PRIVATE" literal="private"/> <eLiterals name="PROTECTED" value="1" literal="protected"/> <eLiterals name="PUBLIC" value="2" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="PrintStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Return" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" 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="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" eType="#//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progression" eType="#//Assignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="SingleTypeRef" eSuperTypes="#//TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="ClassRef" eSuperTypes="#//SingleTypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedClass" eType="#//TypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Symbol" eSuperTypes="#//TypedDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Symbol #//Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignee" eType="#//Assignee" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Statement #//Assignee"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeRef" eSuperTypes="#//TypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeRef" eType="#//SingleTypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="StringTypeRef" eSuperTypes="#//SingleTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="VoidTypeRef" eSuperTypes="#//SingleTypeRef"/> <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:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Inequality" 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="SuperiorOrEqual" 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="InferiorOrEqual" 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="Superior" 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="Inferior" 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="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="Multiplication" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLength" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" 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="Neg" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//Field"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" eType="#//Method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"/> </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="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="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="This" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Super" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NewObject" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewArray" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" eType="#//Symbol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//SymbolBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentContext" eType="#//Context" eOpposite="#//Context/childContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childContext" eType="#//Context" containment="true" eOpposite="#//Context/parentContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cache" upperBound="-1" eType="#//SymbolToSymbolBindingMap" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <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="SymbolBinding"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbol" lowerBound="1" eType="#//Symbol"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldBinding"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//Field"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <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="BooleanValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputStream"> <eAnnotations source="aspect"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stream" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eAnnotations source="aspect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootFrame" eType="#//Frame" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectsHeap" upperBound="-1" eType="#//ObjectInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputStream" eType="#//OutputStream" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arraysHeap" upperBound="-1" eType="#//ArrayInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextCache" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="frameCache" eType="#//Frame"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Frame"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="#//Call" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childFrame" eType="#//Frame" containment="true" eOpposite="#//Frame/parentFrame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentFrame" eType="#//Frame" eOpposite="#//Frame/childFrame"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootContext" eType="#//Context" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Value" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Call" abstract="true"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewCall" eSuperTypes="#//Call"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newz" lowerBound="1" eType="#//NewObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall2" eSuperTypes="#//Call"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodcall" lowerBound="1" eType="#//MethodCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectInstance"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldbindings" upperBound="-1" eType="#//FieldBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Clazz"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInstance"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//Value" containment="true"/> <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="ObjectRefValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ObjectInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayRefValue" eSuperTypes="#//Value"> <eAnnotations source="aspect"/> <eAnnotations source="RuntimeData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" eType="#//ArrayInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolToSymbolBindingMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Symbol"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//SymbolBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClazzToMethodMap" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Clazz"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modulo" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gemoc/ale-lang-compiler/languages/minijava/minijava.model/model/MiniJava.ecore
ecore
miniJava Program name imports classes state Import importedNamespace TypeDeclaration accessLevel implementz members Clazz isabstract superClass Interface Member access Method isabstract isstatic params body cache Parameter Field defaultValue AccessLevel PRIVATE private PROTECTED protected PUBLIC public Block statements Statement PrintStatement expression Return expression IfStatement expression thenBlock elseBlock WhileStatement condition block ForStatement declaration condition progression block TypeRef SingleTypeRef ClassRef referencedClass NamedElement name TypedDeclaration typeRef Symbol VariableDeclaration Assignment assignee value Assignee Expression ArrayTypeRef typeRef IntegerTypeRef BooleanTypeRef StringTypeRef VoidTypeRef Or left right And left right Equality left right Inequality left right SuperiorOrEqual left right InferiorOrEqual left right Superior left right Inferior left right Plus left right Minus left right Multiplication left right Division left right ArrayAccess object index ArrayLength array Not expression Neg expression FieldAccess receiver field MethodCall receiver method args StringConstant value IntConstant value BoolConstant value This Super Null NewObject type args NewArray type size SymbolRef symbol Context bindings parentContext childContext cache Value IntegerValue value SymbolBinding value symbol FieldBinding field value StringValue value BooleanValue value OutputStream stream State rootFrame objectsHeap outputStream arraysHeap contextCache frameCache Frame call instance childFrame parentFrame rootContext returnValue NullValue Call NewCall newz MethodCall2 methodcall ObjectInstance fieldbindings type ArrayInstance value size ObjectRefValue instance ArrayRefValue instance SymbolToSymbolBindingMap java.util.Map$Entry java.util.Map$Entry key value ClazzToMethodMap java.util.Map$Entry java.util.Map$Entry key value Modulo left right
null
{"directed":true,"nodes":[{"nsPrefix":"miniJava","nsURI":"http://www.example.org/minijava/MiniJava","name":"miniJava","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clazz","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AccessLevel","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrintStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Return","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleTypeRef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRef","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Symbol","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignee","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeRef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerTypeRef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanTypeRef","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringTypeRef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidTypeRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inequality","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperiorOrEqual","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InferiorOrEqual","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Superior","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inferior","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiplication","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLength","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"This","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Super","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewObject","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewArray","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolRef","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolBinding","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldBinding","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputStream","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Frame","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValue","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewCall","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall2","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectInstance","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInstance","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectRefValue","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayRefValue","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"SymbolToSymbolBindingMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"ClazzToMethodMap","instanceClass":"java.util.Map$Entry","abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulo","instanceClass":null,"abstract":false,"id":80,"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":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":"imports","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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessLevel","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"implementz","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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"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":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"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":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isstatic","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"name":"PRIVATE","id":122,"value":0,"literal":"private","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":123,"value":1,"literal":"protected","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":124,"value":2,"literal":"public","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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","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":"condition","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":"progression","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":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":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":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":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":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":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"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":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"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":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"args","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":"type","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":"size","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"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":"parentContext","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":"childContext","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":"cache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"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":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"resolveProxies":true,"lowerBound":1,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"stream","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"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":"rootFrame","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":"objectsHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputStream","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":"arraysHeap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"frameCache","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"call","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"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":"parentFrame","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newz","changeable":true,"resolveProxies":true,"lowerBound":1,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"methodcall","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fieldbindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":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":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"container":false,"ordered":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":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":1,"target":0},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":81,"target":85},{"source":81,"target":1},{"source":82,"target":2},{"source":82,"target":86},{"source":82,"target":1},{"source":86,"target":2},{"source":83,"target":3},{"source":83,"target":87},{"source":83,"target":1},{"source":87,"target":3},{"source":84,"target":68},{"source":84,"target":88},{"source":84,"target":1},{"source":88,"target":68},{"source":2,"target":0},{"source":2,"target":89},{"source":89,"target":90},{"source":89,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":91,"target":10},{"source":91,"target":95},{"source":91,"target":3},{"source":95,"target":10},{"source":92,"target":5},{"source":92,"target":96},{"source":92,"target":3},{"source":96,"target":5},{"source":93,"target":6},{"source":93,"target":97},{"source":93,"target":3},{"source":97,"target":6},{"source":94,"target":21},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":98},{"source":4,"target":99},{"source":4,"target":100},{"source":98,"target":101},{"source":98,"target":4},{"source":99,"target":4},{"source":99,"target":102},{"source":99,"target":4},{"source":102,"target":4},{"source":100,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":103},{"source":103,"target":3},{"source":6,"target":0},{"source":6,"target":22},{"source":6,"target":104},{"source":6,"target":105},{"source":104,"target":10},{"source":104,"target":106},{"source":104,"target":6},{"source":106,"target":10},{"source":105,"target":22},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":107,"target":113},{"source":107,"target":7},{"source":108,"target":114},{"source":108,"target":7},{"source":109,"target":8},{"source":109,"target":115},{"source":109,"target":7},{"source":115,"target":8},{"source":110,"target":11},{"source":110,"target":116},{"source":110,"target":7},{"source":116,"target":11},{"source":111,"target":79},{"source":111,"target":117},{"source":111,"target":7},{"source":117,"target":79},{"source":112,"target":6},{"source":8,"target":0},{"source":8,"target":23},{"source":8,"target":118},{"source":118,"target":23},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":119},{"source":9,"target":120},{"source":119,"target":27},{"source":119,"target":121},{"source":119,"target":9},{"source":121,"target":27},{"source":120,"target":6},{"source":10,"target":0},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":122,"target":10},{"source":123,"target":10},{"source":124,"target":10},{"source":11,"target":0},{"source":11,"target":12},{"source":11,"target":125},{"source":11,"target":126},{"source":125,"target":12},{"source":125,"target":127},{"source":125,"target":11},{"source":127,"target":12},{"source":126,"target":12},{"source":12,"target":0},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":128},{"source":13,"target":129},{"source":128,"target":27},{"source":128,"target":130},{"source":128,"target":13},{"source":130,"target":27},{"source":129,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":131},{"source":14,"target":132},{"source":131,"target":27},{"source":131,"target":133},{"source":131,"target":14},{"source":133,"target":27},{"source":132,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":15,"target":137},{"source":134,"target":27},{"source":134,"target":138},{"source":134,"target":15},{"source":138,"target":27},{"source":135,"target":11},{"source":135,"target":139},{"source":135,"target":15},{"source":139,"target":11},{"source":136,"target":11},{"source":136,"target":140},{"source":136,"target":15},{"source":140,"target":11},{"source":137,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":141},{"source":16,"target":142},{"source":16,"target":143},{"source":141,"target":27},{"source":141,"target":144},{"source":141,"target":16},{"source":144,"target":27},{"source":142,"target":11},{"source":142,"target":145},{"source":142,"target":16},{"source":145,"target":11},{"source":143,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":146},{"source":17,"target":147},{"source":17,"target":148},{"source":17,"target":149},{"source":17,"target":150},{"source":146,"target":25},{"source":146,"target":151},{"source":146,"target":17},{"source":151,"target":25},{"source":147,"target":27},{"source":147,"target":152},{"source":147,"target":17},{"source":152,"target":27},{"source":148,"target":25},{"source":148,"target":153},{"source":148,"target":17},{"source":153,"target":25},{"source":149,"target":11},{"source":149,"target":154},{"source":149,"target":17},{"source":154,"target":11},{"source":150,"target":12},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":155},{"source":155,"target":18},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":156},{"source":20,"target":157},{"source":156,"target":3},{"source":156,"target":158},{"source":156,"target":20},{"source":158,"target":3},{"source":157,"target":19},{"source":21,"target":0},{"source":21,"target":159},{"source":159,"target":160},{"source":159,"target":21},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":161},{"source":22,"target":162},{"source":161,"target":18},{"source":161,"target":163},{"source":161,"target":22},{"source":163,"target":18},{"source":162,"target":21},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":164},{"source":164,"target":22},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":26},{"source":24,"target":165},{"source":24,"target":166},{"source":165,"target":23},{"source":166,"target":26},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":167},{"source":25,"target":168},{"source":25,"target":169},{"source":167,"target":26},{"source":167,"target":170},{"source":167,"target":25},{"source":170,"target":26},{"source":168,"target":27},{"source":168,"target":171},{"source":168,"target":25},{"source":171,"target":27},{"source":169,"target":12},{"source":26,"target":0},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":26},{"source":27,"target":172},{"source":27,"target":173},{"source":172,"target":12},{"source":173,"target":26},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":174},{"source":28,"target":175},{"source":174,"target":19},{"source":174,"target":176},{"source":174,"target":28},{"source":176,"target":19},{"source":175,"target":18},{"source":29,"target":0},{"source":29,"target":19},{"source":29,"target":177},{"source":177,"target":19},{"source":30,"target":0},{"source":30,"target":19},{"source":30,"target":178},{"source":178,"target":19},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":179},{"source":179,"target":19},{"source":32,"target":0},{"source":32,"target":19},{"source":32,"target":180},{"source":180,"target":19},{"source":33,"target":0},{"source":33,"target":27},{"source":33,"target":181},{"source":33,"target":182},{"source":33,"target":183},{"source":181,"target":27},{"source":181,"target":184},{"source":181,"target":33},{"source":184,"target":27},{"source":182,"target":27},{"source":182,"target":185},{"source":182,"target":33},{"source":185,"target":27},{"source":183,"target":27},{"source":34,"target":0},{"source":34,"target":27},{"source":34,"target":186},{"source":34,"target":187},{"source":34,"target":188},{"source":186,"target":27},{"source":186,"target":189},{"source":186,"target":34},{"source":189,"target":27},{"source":187,"target":27},{"source":187,"target":190},{"source":187,"target":34},{"source":190,"target":27},{"source":188,"target":27},{"source":35,"target":0},{"source":35,"target":27},{"source":35,"target":191},{"source":35,"target":192},{"source":35,"target":193},{"source":191,"target":27},{"source":191,"target":194},{"source":191,"target":35},{"source":194,"target":27},{"source":192,"target":27},{"source":192,"target":195},{"source":192,"target":35},{"source":195,"target":27},{"source":193,"target":27},{"source":36,"target":0},{"source":36,"target":27},{"source":36,"target":196},{"source":36,"target":197},{"source":36,"target":198},{"source":196,"target":27},{"source":196,"target":199},{"source":196,"target":36},{"source":199,"target":27},{"source":197,"target":27},{"source":197,"target":200},{"source":197,"target":36},{"source":200,"target":27},{"source":198,"target":27},{"source":37,"target":0},{"source":37,"target":27},{"source":37,"target":201},{"source":37,"target":202},{"source":37,"target":203},{"source":201,"target":27},{"source":201,"target":204},{"source":201,"target":37},{"source":204,"target":27},{"source":202,"target":27},{"source":202,"target":205},{"source":202,"target":37},{"source":205,"target":27},{"source":203,"target":27},{"source":38,"target":0},{"source":38,"target":27},{"source":38,"target":206},{"source":38,"target":207},{"source":38,"target":208},{"source":206,"target":27},{"source":206,"target":209},{"source":206,"target":38},{"source":209,"target":27},{"source":207,"target":27},{"source":207,"target":210},{"source":207,"target":38},{"source":210,"target":27},{"source":208,"target":27},{"source":39,"target":0},{"source":39,"target":27},{"source":39,"target":211},{"source":39,"target":212},{"source":39,"target":213},{"source":211,"target":27},{"source":211,"target":214},{"source":211,"target":39},{"source":214,"target":27},{"source":212,"target":27},{"source":212,"target":215},{"source":212,"target":39},{"source":215,"target":27},{"source":213,"target":27},{"source":40,"target":0},{"source":40,"target":27},{"source":40,"target":216},{"source":40,"target":217},{"source":40,"target":218},{"source":216,"target":27},{"source":216,"target":219},{"source":216,"target":40},{"source":219,"target":27},{"source":217,"target":27},{"source":217,"target":220},{"source":217,"target":40},{"source":220,"target":27},{"source":218,"target":27},{"source":41,"target":0},{"source":41,"target":27},{"source":41,"target":221},{"source":41,"target":222},{"source":41,"target":223},{"source":221,"target":27},{"source":221,"target":224},{"source":221,"target":41},{"source":224,"target":27},{"source":222,"target":27},{"source":222,"target":225},{"source":222,"target":41},{"source":225,"target":27},{"source":223,"target":27},{"source":42,"target":0},{"source":42,"target":27},{"source":42,"target":226},{"source":42,"target":227},{"source":42,"target":228},{"source":226,"target":27},{"source":226,"target":229},{"source":226,"target":42},{"source":229,"target":27},{"source":227,"target":27},{"source":227,"target":230},{"source":227,"target":42},{"source":230,"target":27},{"source":228,"target":27},{"source":43,"target":0},{"source":43,"target":27},{"source":43,"target":231},{"source":43,"target":232},{"source":43,"target":233},{"source":231,"target":27},{"source":231,"target":234},{"source":231,"target":43},{"source":234,"target":27},{"source":232,"target":27},{"source":232,"target":235},{"source":232,"target":43},{"source":235,"target":27},{"source":233,"target":27},{"source":44,"target":0},{"source":44,"target":27},{"source":44,"target":236},{"source":44,"target":237},{"source":44,"target":238},{"source":236,"target":27},{"source":236,"target":239},{"source":236,"target":44},{"source":239,"target":27},{"source":237,"target":27},{"source":237,"target":240},{"source":237,"target":44},{"source":240,"target":27},{"source":238,"target":27},{"source":45,"target":0},{"source":45,"target":27},{"source":45,"target":241},{"source":45,"target":242},{"source":45,"target":243},{"source":241,"target":27},{"source":241,"target":244},{"source":241,"target":45},{"source":244,"target":27},{"source":242,"target":27},{"source":242,"target":245},{"source":242,"target":45},{"source":245,"target":27},{"source":243,"target":27},{"source":46,"target":0},{"source":46,"target":27},{"source":46,"target":246},{"source":46,"target":247},{"source":246,"target":27},{"source":246,"target":248},{"source":246,"target":46},{"source":248,"target":27},{"source":247,"target":27},{"source":47,"target":0},{"source":47,"target":27},{"source":47,"target":249},{"source":47,"target":250},{"source":249,"target":27},{"source":249,"target":251},{"source":249,"target":47},{"source":251,"target":27},{"source":250,"target":27},{"source":48,"target":0},{"source":48,"target":27},{"source":48,"target":252},{"source":48,"target":253},{"source":252,"target":27},{"source":252,"target":254},{"source":252,"target":48},{"source":254,"target":27},{"source":253,"target":27},{"source":49,"target":0},{"source":49,"target":27},{"source":49,"target":255},{"source":49,"target":256},{"source":49,"target":257},{"source":255,"target":27},{"source":255,"target":258},{"source":255,"target":49},{"source":258,"target":27},{"source":256,"target":9},{"source":256,"target":259},{"source":256,"target":49},{"source":259,"target":9},{"source":257,"target":27},{"source":50,"target":0},{"source":50,"target":27},{"source":50,"target":260},{"source":50,"target":261},{"source":50,"target":262},{"source":50,"target":263},{"source":260,"target":27},{"source":260,"target":264},{"source":260,"target":50},{"source":264,"target":27},{"source":261,"target":7},{"source":261,"target":265},{"source":261,"target":50},{"source":265,"target":7},{"source":262,"target":27},{"source":262,"target":266},{"source":262,"target":50},{"source":266,"target":27},{"source":263,"target":27},{"source":51,"target":0},{"source":51,"target":27},{"source":51,"target":267},{"source":51,"target":268},{"source":267,"target":269},{"source":267,"target":51},{"source":268,"target":27},{"source":52,"target":0},{"source":52,"target":27},{"source":52,"target":270},{"source":52,"target":271},{"source":270,"target":272},{"source":270,"target":52},{"source":271,"target":27},{"source":53,"target":0},{"source":53,"target":27},{"source":53,"target":273},{"source":53,"target":274},{"source":273,"target":275},{"source":273,"target":53},{"source":274,"target":27},{"source":54,"target":0},{"source":54,"target":27},{"source":54,"target":276},{"source":276,"target":27},{"source":55,"target":0},{"source":55,"target":27},{"source":55,"target":277},{"source":277,"target":27},{"source":56,"target":0},{"source":56,"target":27},{"source":56,"target":278},{"source":278,"target":27},{"source":57,"target":0},{"source":57,"target":27},{"source":57,"target":279},{"source":57,"target":280},{"source":57,"target":281},{"source":279,"target":4},{"source":279,"target":282},{"source":279,"target":57},{"source":282,"target":4},{"source":280,"target":27},{"source":280,"target":283},{"source":280,"target":57},{"source":283,"target":27},{"source":281,"target":27},{"source":58,"target":0},{"source":58,"target":27},{"source":58,"target":284},{"source":58,"target":285},{"source":58,"target":286},{"source":284,"target":18},{"source":284,"target":287},{"source":284,"target":58},{"source":287,"target":18},{"source":285,"target":27},{"source":285,"target":288},{"source":285,"target":58},{"source":288,"target":27},{"source":286,"target":27},{"source":59,"target":0},{"source":59,"target":27},{"source":59,"target":289},{"source":59,"target":290},{"source":289,"target":23},{"source":289,"target":291},{"source":289,"target":59},{"source":291,"target":23},{"source":290,"target":27},{"source":60,"target":0},{"source":60,"target":292},{"source":60,"target":293},{"source":60,"target":294},{"source":60,"target":295},{"source":292,"target":63},{"source":292,"target":296},{"source":292,"target":60},{"source":296,"target":63},{"source":293,"target":60},{"source":293,"target":297},{"source":293,"target":60},{"source":293,"target":294},{"source":297,"target":60},{"source":294,"target":60},{"source":294,"target":298},{"source":294,"target":60},{"source":294,"target":293},{"source":298,"target":60},{"source":295,"target":78},{"source":295,"target":299},{"source":295,"target":60},{"source":299,"target":78},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":300},{"source":62,"target":301},{"source":300,"target":302},{"source":300,"target":62},{"source":301,"target":61},{"source":63,"target":0},{"source":63,"target":303},{"source":63,"target":304},{"source":303,"target":61},{"source":303,"target":305},{"source":303,"target":63},{"source":305,"target":61},{"source":304,"target":23},{"source":304,"target":306},{"source":304,"target":63},{"source":306,"target":23},{"source":64,"target":0},{"source":64,"target":307},{"source":64,"target":308},{"source":307,"target":9},{"source":307,"target":309},{"source":307,"target":64},{"source":309,"target":9},{"source":308,"target":61},{"source":308,"target":310},{"source":308,"target":64},{"source":310,"target":61},{"source":65,"target":0},{"source":65,"target":61},{"source":65,"target":311},{"source":65,"target":312},{"source":311,"target":313},{"source":311,"target":65},{"source":312,"target":61},{"source":66,"target":0},{"source":66,"target":61},{"source":66,"target":314},{"source":66,"target":315},{"source":314,"target":316},{"source":314,"target":66},{"source":315,"target":61},{"source":67,"target":0},{"source":67,"target":317},{"source":317,"target":318},{"source":317,"target":67},{"source":68,"target":0},{"source":68,"target":319},{"source":68,"target":320},{"source":68,"target":321},{"source":68,"target":322},{"source":68,"target":323},{"source":68,"target":324},{"source":319,"target":69},{"source":319,"target":325},{"source":319,"target":68},{"source":325,"target":69},{"source":320,"target":74},{"source":320,"target":326},{"source":320,"target":68},{"source":326,"target":74},{"source":321,"target":67},{"source":321,"target":327},{"source":321,"target":68},{"source":327,"target":67},{"source":322,"target":75},{"source":322,"target":328},{"source":322,"target":68},{"source":328,"target":75},{"source":323,"target":60},{"source":323,"target":329},{"source":323,"target":68},{"source":329,"target":60},{"source":324,"target":69},{"source":324,"target":330},{"source":324,"target":68},{"source":330,"target":69},{"source":69,"target":0},{"source":69,"target":331},{"source":69,"target":332},{"source":69,"target":333},{"source":69,"target":334},{"source":69,"target":335},{"source":69,"target":336},{"source":331,"target":71},{"source":331,"target":337},{"source":331,"target":69},{"source":337,"target":71},{"source":332,"target":74},{"source":332,"target":338},{"source":332,"target":69},{"source":338,"target":74},{"source":333,"target":69},{"source":333,"target":339},{"source":333,"target":69},{"source":333,"target":334},{"source":339,"target":69},{"source":334,"target":69},{"source":334,"target":340},{"source":334,"target":69},{"source":334,"target":333},{"source":340,"target":69},{"source":335,"target":60},{"source":335,"target":341},{"source":335,"target":69},{"source":341,"target":60},{"source":336,"target":61},{"source":336,"target":342},{"source":336,"target":69},{"source":342,"target":61},{"source":70,"target":0},{"source":70,"target":61},{"source":70,"target":343},{"source":343,"target":61},{"source":71,"target":0},{"source":72,"target":0},{"source":72,"target":71},{"source":72,"target":344},{"source":72,"target":345},{"source":344,"target":57},{"source":344,"target":346},{"source":344,"target":72},{"source":346,"target":57},{"source":345,"target":71},{"source":73,"target":0},{"source":73,"target":71},{"source":73,"target":347},{"source":73,"target":348},{"source":347,"target":50},{"source":347,"target":349},{"source":347,"target":73},{"source":349,"target":50},{"source":348,"target":71},{"source":74,"target":0},{"source":74,"target":350},{"source":74,"target":351},{"source":350,"target":64},{"source":350,"target":352},{"source":350,"target":74},{"source":352,"target":64},{"source":351,"target":4},{"source":351,"target":353},{"source":351,"target":74},{"source":353,"target":4},{"source":75,"target":0},{"source":75,"target":354},{"source":75,"target":355},{"source":354,"target":61},{"source":354,"target":356},{"source":354,"target":75},{"source":356,"target":61},{"source":355,"target":357},{"source":355,"target":75},{"source":76,"target":0},{"source":76,"target":61},{"source":76,"target":358},{"source":76,"target":359},{"source":358,"target":74},{"source":358,"target":360},{"source":358,"target":76},{"source":360,"target":74},{"source":359,"target":61},{"source":77,"target":0},{"source":77,"target":61},{"source":77,"target":361},{"source":77,"target":362},{"source":361,"target":75},{"source":361,"target":363},{"source":361,"target":77},{"source":363,"target":75},{"source":362,"target":61},{"source":78,"target":0},{"source":78,"target":364},{"source":78,"target":365},{"source":364,"target":23},{"source":364,"target":366},{"source":364,"target":78},{"source":366,"target":23},{"source":365,"target":63},{"source":365,"target":367},{"source":365,"target":78},{"source":367,"target":63},{"source":79,"target":0},{"source":79,"target":368},{"source":79,"target":369},{"source":368,"target":4},{"source":368,"target":370},{"source":368,"target":79},{"source":370,"target":4},{"source":369,"target":7},{"source":369,"target":371},{"source":369,"target":79},{"source":371,"target":7},{"source":80,"target":0},{"source":80,"target":27},{"source":80,"target":372},{"source":80,"target":373},{"source":80,"target":374},{"source":372,"target":27},{"source":372,"target":375},{"source":372,"target":80},{"source":375,"target":27},{"source":373,"target":27},{"source":373,"target":376},{"source":373,"target":80},{"source":376,"target":27},{"source":374,"target":27}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore: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="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1" eType="#//Feature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsUML2interfaceFeaturesArePublic.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public Node ActivityFinalNode Variable ValueSpecification TimeObservationAction TimeTrigger Usage InstanceValue ReadIsClassifiedObjectAction VariableAction ClearAssociationAction Device Connector DataStoreNode IntervalConstraint ReadLinkObjectEndAction Stereotype ConditionalNode ParameterableClassifier ValuePin ProtocolTransition WriteVariableAction Enumeration PartDecomposition LiteralInteger ProtocolStateMachine UseCase MergeNode SignalTrigger GeneralizationSet InteractionConstraint CreateLinkAction EventOccurrence RedefinableTemplateSignature Deployment TimeInterval DeployedArtifact CallAction NamedElement visibility Implementation AcceptCallAction Activity LiteralString Behavior ExpansionRegion Lifeline ReadStructuralFeatureAction TimeConstraint ObjectFlow Profile WriteStructuralFeatureAction CommunicationPath Type Substitution InteractionOccurrence Include LiteralBoolean LinkAction CentralBufferNode InvocationAction Abstraction ReadSelfAction Reception Parameter PrimitiveType Interval DurationConstraint ReclassifyObjectAction ClearVariableAction ExecutableNode InteractionFragment FinalNode OutputPin ExecutionOccurrence Stop ControlNode CallTrigger LiteralSpecification PrimitiveFunction EnumerationLiteral StructuredActivityNode StartOwnedBehaviorAction InformationFlow GeneralOrdering ActivityPartition InteractionOperand CombinedFragment Class TestIdentityAction ChangeTrigger ReadExtentAction Vertex AddStructuralFeatureValueAction CreateLinkObjectAction ExtensionPoint Artifact Interaction DurationObservationAction DurationInterval TimeExpression Feature TypedElement StructuralFeatureAction AnyTrigger StructuredClassifier State WriteLinkAction Signal Continuation Duration BehavioralFeature FlowFinalNode PackageableElement InputPin AssociationClass ExtensionEnd InformationItem ActivityParameterNode Actor Realization Port Namespace Dependency AcceptEventAction EncapsulatedClassifier Extension CallBehaviorAction LoopNode Trigger ForkNode MessageTrigger Expression DestroyObjectAction FinalState ActivityNode StructuralFeature ExpansionNode Classifier feature RaiseExceptionAction Package ActivityEdge AddVariableValueAction DataType ReadVariableAction Component Permission Extend SendObjectAction ObjectNode DestroyLinkAction RedefinableElement ReadLinkAction Operation Action ConnectionPointReference RemoveVariableValueAction Interface BehavioredClassifier RemoveStructuralFeatureValueAction LiteralUnlimitedNatural Manifestation OpaqueExpression Collaboration DeploymentSpecification TemplateableClassifier CallOperationAction LiteralNull StateMachine DecisionNode ClearStructuralFeatureAction ControlFlow ParameterSet StateInvariant MessageEnd ReplyAction ConnectableElement ApplyFunctionAction SendSignalAction Model Region InstanceSpecification Pseudostate Constraint ReadLinkObjectEndQualifierAction Transition Property JoinNode BroadcastSignalAction DeploymentTarget CollaborationOccurrence Gate InitialNode CreateObjectAction Pin ExecutionEnvironment Message Association
null
{"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":"Node","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","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":"InteractionConstraint","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","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":"Namespace","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","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":"Expression","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","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"},{"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":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"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"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":89},{"source":2,"target":190},{"source":2,"target":203},{"source":2,"target":204},{"source":203,"target":89},{"source":204,"target":190},{"source":3,"target":0},{"source":3,"target":73},{"source":3,"target":205},{"source":205,"target":73},{"source":4,"target":0},{"source":4,"target":177},{"source":4,"target":103},{"source":4,"target":206},{"source":4,"target":207},{"source":206,"target":177},{"source":207,"target":103},{"source":5,"target":0},{"source":5,"target":103},{"source":5,"target":208},{"source":208,"target":103},{"source":6,"target":0},{"source":6,"target":52},{"source":6,"target":209},{"source":209,"target":52},{"source":7,"target":0},{"source":7,"target":130},{"source":7,"target":210},{"source":210,"target":130},{"source":8,"target":0},{"source":8,"target":124},{"source":8,"target":211},{"source":211,"target":124},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":212},{"source":212,"target":5},{"source":10,"target":0},{"source":10,"target":155},{"source":10,"target":213},{"source":213,"target":155},{"source":11,"target":0},{"source":11,"target":155},{"source":11,"target":214},{"source":214,"target":155},{"source":12,"target":0},{"source":12,"target":155},{"source":12,"target":215},{"source":215,"target":155},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":216},{"source":216,"target":2},{"source":14,"target":0},{"source":14,"target":102},{"source":14,"target":217},{"source":217,"target":102},{"source":15,"target":0},{"source":15,"target":60},{"source":15,"target":218},{"source":218,"target":60},{"source":16,"target":0},{"source":16,"target":184},{"source":16,"target":219},{"source":219,"target":184},{"source":17,"target":0},{"source":17,"target":155},{"source":17,"target":220},{"source":220,"target":155},{"source":18,"target":0},{"source":18,"target":89},{"source":18,"target":221},{"source":221,"target":89},{"source":19,"target":0},{"source":19,"target":82},{"source":19,"target":222},{"source":222,"target":82},{"source":20,"target":0},{"source":20,"target":139},{"source":20,"target":223},{"source":223,"target":139},{"source":21,"target":0},{"source":21,"target":115},{"source":21,"target":224},{"source":224,"target":115},{"source":22,"target":0},{"source":22,"target":186},{"source":22,"target":225},{"source":225,"target":186},{"source":23,"target":0},{"source":23,"target":11},{"source":23,"target":226},{"source":226,"target":11},{"source":24,"target":0},{"source":24,"target":144},{"source":24,"target":227},{"source":227,"target":144},{"source":25,"target":0},{"source":25,"target":56},{"source":25,"target":228},{"source":228,"target":56},{"source":26,"target":0},{"source":26,"target":79},{"source":26,"target":229},{"source":229,"target":79},{"source":27,"target":0},{"source":27,"target":169},{"source":27,"target":230},{"source":230,"target":169},{"source":28,"target":0},{"source":28,"target":159},{"source":28,"target":231},{"source":231,"target":159},{"source":29,"target":0},{"source":29,"target":77},{"source":29,"target":232},{"source":232,"target":77},{"source":30,"target":0},{"source":30,"target":132},{"source":30,"target":233},{"source":233,"target":132},{"source":31,"target":0},{"source":31,"target":114},{"source":31,"target":234},{"source":234,"target":114},{"source":32,"target":0},{"source":32,"target":184},{"source":32,"target":235},{"source":235,"target":184},{"source":33,"target":0},{"source":33,"target":108},{"source":33,"target":236},{"source":236,"target":108},{"source":34,"target":0},{"source":34,"target":72},{"source":34,"target":175},{"source":34,"target":237},{"source":34,"target":238},{"source":237,"target":72},{"source":238,"target":175},{"source":35,"target":0},{"source":35,"target":152},{"source":35,"target":239},{"source":239,"target":152},{"source":36,"target":0},{"source":36,"target":124},{"source":36,"target":240},{"source":240,"target":124},{"source":37,"target":0},{"source":37,"target":67},{"source":37,"target":241},{"source":241,"target":67},{"source":38,"target":0},{"source":38,"target":40},{"source":38,"target":242},{"source":242,"target":40},{"source":39,"target":0},{"source":39,"target":61},{"source":39,"target":243},{"source":243,"target":61},{"source":40,"target":0},{"source":40,"target":244},{"source":244,"target":1},{"source":244,"target":245},{"source":244,"target":40},{"source":245,"target":1},{"source":41,"target":0},{"source":41,"target":121},{"source":41,"target":246},{"source":246,"target":121},{"source":42,"target":0},{"source":42,"target":125},{"source":42,"target":247},{"source":247,"target":125},{"source":43,"target":0},{"source":43,"target":45},{"source":43,"target":248},{"source":248,"target":45},{"source":44,"target":0},{"source":44,"target":79},{"source":44,"target":249},{"source":249,"target":79},{"source":45,"target":0},{"source":45,"target":89},{"source":45,"target":250},{"source":250,"target":89},{"source":46,"target":0},{"source":46,"target":82},{"source":46,"target":251},{"source":251,"target":82},{"source":47,"target":0},{"source":47,"target":40},{"source":47,"target":252},{"source":252,"target":40},{"source":48,"target":0},{"source":48,"target":104},{"source":48,"target":253},{"source":253,"target":104},{"source":49,"target":0},{"source":49,"target":16},{"source":49,"target":254},{"source":254,"target":16},{"source":50,"target":0},{"source":50,"target":142},{"source":50,"target":255},{"source":255,"target":142},{"source":51,"target":0},{"source":51,"target":141},{"source":51,"target":256},{"source":256,"target":141},{"source":52,"target":0},{"source":52,"target":104},{"source":52,"target":257},{"source":257,"target":104},{"source":53,"target":0},{"source":53,"target":198},{"source":53,"target":258},{"source":258,"target":198},{"source":54,"target":0},{"source":54,"target":114},{"source":54,"target":259},{"source":259,"target":114},{"source":55,"target":0},{"source":55,"target":121},{"source":55,"target":260},{"source":260,"target":121},{"source":56,"target":0},{"source":56,"target":72},{"source":56,"target":261},{"source":261,"target":72},{"source":57,"target":0},{"source":57,"target":40},{"source":57,"target":262},{"source":262,"target":40},{"source":58,"target":0},{"source":58,"target":79},{"source":58,"target":263},{"source":263,"target":79},{"source":59,"target":0},{"source":59,"target":155},{"source":59,"target":264},{"source":264,"target":155},{"source":60,"target":0},{"source":60,"target":150},{"source":60,"target":265},{"source":265,"target":150},{"source":61,"target":0},{"source":61,"target":155},{"source":61,"target":266},{"source":266,"target":155},{"source":62,"target":0},{"source":62,"target":124},{"source":62,"target":267},{"source":267,"target":124},{"source":63,"target":0},{"source":63,"target":155},{"source":63,"target":268},{"source":268,"target":155},{"source":64,"target":0},{"source":64,"target":112},{"source":64,"target":269},{"source":269,"target":112},{"source":65,"target":0},{"source":65,"target":177},{"source":65,"target":103},{"source":65,"target":270},{"source":65,"target":271},{"source":270,"target":177},{"source":271,"target":103},{"source":66,"target":0},{"source":66,"target":144},{"source":66,"target":272},{"source":272,"target":144},{"source":67,"target":0},{"source":67,"target":5},{"source":67,"target":273},{"source":273,"target":5},{"source":68,"target":0},{"source":68,"target":16},{"source":68,"target":274},{"source":274,"target":16},{"source":69,"target":0},{"source":69,"target":155},{"source":69,"target":275},{"source":275,"target":155},{"source":70,"target":0},{"source":70,"target":11},{"source":70,"target":276},{"source":276,"target":11},{"source":71,"target":0},{"source":71,"target":136},{"source":71,"target":277},{"source":277,"target":136},{"source":72,"target":0},{"source":72,"target":40},{"source":72,"target":278},{"source":278,"target":40},{"source":73,"target":0},{"source":73,"target":77},{"source":73,"target":279},{"source":279,"target":77},{"source":74,"target":0},{"source":74,"target":195},{"source":74,"target":280},{"source":280,"target":195},{"source":75,"target":0},{"source":75,"target":72},{"source":75,"target":281},{"source":281,"target":72},{"source":76,"target":0},{"source":76,"target":34},{"source":76,"target":282},{"source":282,"target":34},{"source":77,"target":0},{"source":77,"target":136},{"source":77,"target":283},{"source":283,"target":136},{"source":78,"target":0},{"source":78,"target":132},{"source":78,"target":284},{"source":284,"target":132},{"source":79,"target":0},{"source":79,"target":5},{"source":79,"target":285},{"source":285,"target":5},{"source":80,"target":0},{"source":80,"target":114},{"source":80,"target":286},{"source":286,"target":114},{"source":81,"target":0},{"source":81,"target":182},{"source":81,"target":287},{"source":287,"target":182},{"source":82,"target":0},{"source":82,"target":155},{"source":82,"target":123},{"source":82,"target":288},{"source":82,"target":289},{"source":288,"target":155},{"source":289,"target":123},{"source":83,"target":0},{"source":83,"target":155},{"source":83,"target":290},{"source":290,"target":155},{"source":84,"target":0},{"source":84,"target":114},{"source":84,"target":291},{"source":291,"target":114},{"source":85,"target":0},{"source":85,"target":40},{"source":85,"target":292},{"source":292,"target":40},{"source":86,"target":0},{"source":86,"target":40},{"source":86,"target":293},{"source":293,"target":40},{"source":87,"target":0},{"source":87,"target":123},{"source":87,"target":72},{"source":87,"target":294},{"source":87,"target":295},{"source":294,"target":123},{"source":295,"target":72},{"source":88,"target":0},{"source":88,"target":72},{"source":88,"target":296},{"source":296,"target":72},{"source":89,"target":0},{"source":89,"target":159},{"source":89,"target":126},{"source":89,"target":297},{"source":89,"target":298},{"source":297,"target":159},{"source":298,"target":126},{"source":90,"target":0},{"source":90,"target":155},{"source":90,"target":299},{"source":299,"target":155},{"source":91,"target":0},{"source":91,"target":130},{"source":91,"target":300},{"source":300,"target":130},{"source":92,"target":0},{"source":92,"target":155},{"source":92,"target":301},{"source":301,"target":155},{"source":93,"target":0},{"source":93,"target":40},{"source":93,"target":302},{"source":302,"target":40},{"source":94,"target":0},{"source":94,"target":52},{"source":94,"target":303},{"source":303,"target":52},{"source":95,"target":0},{"source":95,"target":33},{"source":95,"target":304},{"source":304,"target":33},{"source":96,"target":0},{"source":96,"target":152},{"source":96,"target":305},{"source":305,"target":152},{"source":97,"target":0},{"source":97,"target":139},{"source":97,"target":38},{"source":97,"target":306},{"source":97,"target":307},{"source":306,"target":139},{"source":307,"target":38},{"source":98,"target":0},{"source":98,"target":45},{"source":98,"target":72},{"source":98,"target":308},{"source":98,"target":309},{"source":308,"target":45},{"source":309,"target":72},{"source":99,"target":0},{"source":99,"target":52},{"source":99,"target":310},{"source":310,"target":52},{"source":100,"target":0},{"source":100,"target":67},{"source":100,"target":311},{"source":311,"target":67},{"source":101,"target":0},{"source":101,"target":5},{"source":101,"target":312},{"source":312,"target":5},{"source":102,"target":0},{"source":102,"target":152},{"source":102,"target":313},{"source":313,"target":152},{"source":103,"target":0},{"source":103,"target":40},{"source":103,"target":314},{"source":314,"target":40},{"source":104,"target":0},{"source":104,"target":155},{"source":104,"target":315},{"source":315,"target":155},{"source":105,"target":0},{"source":105,"target":132},{"source":105,"target":316},{"source":316,"target":132},{"source":106,"target":0},{"source":106,"target":139},{"source":106,"target":317},{"source":317,"target":139},{"source":107,"target":0},{"source":107,"target":123},{"source":107,"target":152},{"source":107,"target":93},{"source":107,"target":318},{"source":107,"target":319},{"source":107,"target":320},{"source":318,"target":123},{"source":319,"target":152},{"source":320,"target":93},{"source":108,"target":0},{"source":108,"target":59},{"source":108,"target":321},{"source":321,"target":59},{"source":109,"target":0},{"source":109,"target":139},{"source":109,"target":322},{"source":322,"target":139},{"source":110,"target":0},{"source":110,"target":72},{"source":110,"target":323},{"source":323,"target":72},{"source":111,"target":0},{"source":111,"target":5},{"source":111,"target":324},{"source":324,"target":5},{"source":112,"target":0},{"source":112,"target":123},{"source":112,"target":102},{"source":112,"target":325},{"source":112,"target":326},{"source":325,"target":123},{"source":326,"target":102},{"source":113,"target":0},{"source":113,"target":73},{"source":113,"target":327},{"source":327,"target":73},{"source":114,"target":0},{"source":114,"target":40},{"source":114,"target":328},{"source":328,"target":40},{"source":115,"target":0},{"source":115,"target":195},{"source":115,"target":329},{"source":329,"target":195},{"source":116,"target":0},{"source":116,"target":89},{"source":116,"target":198},{"source":116,"target":330},{"source":116,"target":331},{"source":330,"target":89},{"source":331,"target":198},{"source":117,"target":0},{"source":117,"target":187},{"source":117,"target":332},{"source":332,"target":187},{"source":118,"target":0},{"source":118,"target":139},{"source":118,"target":333},{"source":333,"target":139},{"source":119,"target":0},{"source":119,"target":150},{"source":119,"target":334},{"source":334,"target":150},{"source":120,"target":0},{"source":120,"target":139},{"source":120,"target":335},{"source":335,"target":139},{"source":121,"target":0},{"source":121,"target":62},{"source":121,"target":336},{"source":336,"target":62},{"source":122,"target":0},{"source":122,"target":187},{"source":122,"target":337},{"source":337,"target":187},{"source":123,"target":0},{"source":123,"target":40},{"source":123,"target":338},{"source":338,"target":40},{"source":124,"target":0},{"source":124,"target":114},{"source":124,"target":339},{"source":339,"target":114},{"source":125,"target":0},{"source":125,"target":155},{"source":125,"target":340},{"source":340,"target":155},{"source":126,"target":0},{"source":126,"target":106},{"source":126,"target":341},{"source":341,"target":106},{"source":127,"target":0},{"source":127,"target":198},{"source":127,"target":342},{"source":342,"target":198},{"source":128,"target":0},{"source":128,"target":39},{"source":128,"target":343},{"source":343,"target":39},{"source":129,"target":0},{"source":129,"target":82},{"source":129,"target":344},{"source":344,"target":82},{"source":130,"target":0},{"source":130,"target":40},{"source":130,"target":345},{"source":345,"target":40},{"source":131,"target":0},{"source":131,"target":77},{"source":131,"target":346},{"source":346,"target":77},{"source":132,"target":0},{"source":132,"target":130},{"source":132,"target":347},{"source":347,"target":130},{"source":133,"target":0},{"source":133,"target":163},{"source":133,"target":348},{"source":348,"target":163},{"source":134,"target":0},{"source":134,"target":155},{"source":134,"target":349},{"source":349,"target":155},{"source":135,"target":0},{"source":135,"target":107},{"source":135,"target":350},{"source":350,"target":107},{"source":136,"target":0},{"source":136,"target":152},{"source":136,"target":351},{"source":351,"target":152},{"source":137,"target":0},{"source":137,"target":102},{"source":137,"target":103},{"source":137,"target":352},{"source":137,"target":353},{"source":352,"target":102},{"source":353,"target":103},{"source":138,"target":0},{"source":138,"target":150},{"source":138,"target":354},{"source":354,"target":150},{"source":139,"target":0},{"source":139,"target":123},{"source":139,"target":54},{"source":139,"target":152},{"source":139,"target":355},{"source":139,"target":356},{"source":139,"target":357},{"source":139,"target":358},{"source":355,"target":102},{"source":355,"target":359},{"source":355,"target":139},{"source":359,"target":102},{"source":356,"target":123},{"source":357,"target":54},{"source":358,"target":152},{"source":140,"target":0},{"source":140,"target":155},{"source":140,"target":360},{"source":360,"target":155},{"source":141,"target":0},{"source":141,"target":123},{"source":141,"target":114},{"source":141,"target":361},{"source":141,"target":362},{"source":361,"target":123},{"source":362,"target":114},{"source":142,"target":0},{"source":142,"target":152},{"source":142,"target":363},{"source":363,"target":152},{"source":143,"target":0},{"source":143,"target":23},{"source":143,"target":364},{"source":364,"target":23},{"source":144,"target":0},{"source":144,"target":139},{"source":144,"target":365},{"source":365,"target":139},{"source":145,"target":0},{"source":145,"target":11},{"source":145,"target":366},{"source":366,"target":11},{"source":146,"target":0},{"source":146,"target":89},{"source":146,"target":367},{"source":367,"target":89},{"source":147,"target":0},{"source":147,"target":124},{"source":147,"target":368},{"source":368,"target":124},{"source":148,"target":0},{"source":148,"target":40},{"source":148,"target":369},{"source":369,"target":40},{"source":149,"target":0},{"source":149,"target":61},{"source":149,"target":370},{"source":370,"target":61},{"source":150,"target":0},{"source":150,"target":136},{"source":150,"target":103},{"source":150,"target":371},{"source":150,"target":372},{"source":371,"target":136},{"source":372,"target":103},{"source":151,"target":0},{"source":151,"target":108},{"source":151,"target":373},{"source":373,"target":108},{"source":152,"target":0},{"source":152,"target":40},{"source":152,"target":374},{"source":374,"target":40},{"source":153,"target":0},{"source":153,"target":59},{"source":153,"target":375},{"source":375,"target":59},{"source":154,"target":0},{"source":154,"target":112},{"source":154,"target":103},{"source":154,"target":376},{"source":154,"target":377},{"source":376,"target":112},{"source":377,"target":103},{"source":155,"target":0},{"source":155,"target":71},{"source":155,"target":378},{"source":378,"target":71},{"source":156,"target":0},{"source":156,"target":93},{"source":156,"target":379},{"source":379,"target":93},{"source":157,"target":0},{"source":157,"target":23},{"source":157,"target":380},{"source":380,"target":23},{"source":158,"target":0},{"source":158,"target":139},{"source":158,"target":381},{"source":381,"target":139},{"source":159,"target":0},{"source":159,"target":139},{"source":159,"target":382},{"source":382,"target":139},{"source":160,"target":0},{"source":160,"target":52},{"source":160,"target":383},{"source":383,"target":52},{"source":161,"target":0},{"source":161,"target":79},{"source":161,"target":384},{"source":384,"target":79},{"source":162,"target":0},{"source":162,"target":62},{"source":162,"target":385},{"source":385,"target":62},{"source":163,"target":0},{"source":163,"target":5},{"source":163,"target":386},{"source":386,"target":5},{"source":164,"target":0},{"source":164,"target":159},{"source":164,"target":106},{"source":164,"target":387},{"source":164,"target":388},{"source":387,"target":159},{"source":388,"target":106},{"source":165,"target":0},{"source":165,"target":97},{"source":165,"target":389},{"source":389,"target":97},{"source":166,"target":0},{"source":166,"target":139},{"source":166,"target":390},{"source":390,"target":139},{"source":167,"target":0},{"source":167,"target":39},{"source":167,"target":391},{"source":391,"target":39},{"source":168,"target":0},{"source":168,"target":79},{"source":168,"target":392},{"source":392,"target":79},{"source":169,"target":0},{"source":169,"target":45},{"source":169,"target":393},{"source":393,"target":45},{"source":170,"target":0},{"source":170,"target":77},{"source":170,"target":394},{"source":394,"target":77},{"source":171,"target":0},{"source":171,"target":104},{"source":171,"target":395},{"source":395,"target":104},{"source":172,"target":0},{"source":172,"target":142},{"source":172,"target":396},{"source":396,"target":142},{"source":173,"target":0},{"source":173,"target":40},{"source":173,"target":397},{"source":397,"target":40},{"source":174,"target":0},{"source":174,"target":72},{"source":174,"target":398},{"source":398,"target":72},{"source":175,"target":0},{"source":175,"target":40},{"source":175,"target":399},{"source":399,"target":40},{"source":176,"target":0},{"source":176,"target":155},{"source":176,"target":400},{"source":400,"target":155},{"source":177,"target":0},{"source":177,"target":40},{"source":177,"target":401},{"source":401,"target":40},{"source":178,"target":0},{"source":178,"target":155},{"source":178,"target":402},{"source":402,"target":155},{"source":179,"target":0},{"source":179,"target":61},{"source":179,"target":403},{"source":403,"target":61},{"source":180,"target":0},{"source":180,"target":141},{"source":180,"target":404},{"source":404,"target":141},{"source":181,"target":0},{"source":181,"target":123},{"source":181,"target":152},{"source":181,"target":405},{"source":181,"target":406},{"source":405,"target":123},{"source":406,"target":152},{"source":182,"target":0},{"source":182,"target":114},{"source":182,"target":190},{"source":182,"target":38},{"source":182,"target":407},{"source":182,"target":408},{"source":182,"target":409},{"source":407,"target":114},{"source":408,"target":190},{"source":409,"target":38},{"source":183,"target":0},{"source":183,"target":93},{"source":183,"target":410},{"source":410,"target":93},{"source":184,"target":0},{"source":184,"target":114},{"source":184,"target":411},{"source":411,"target":114},{"source":185,"target":0},{"source":185,"target":155},{"source":185,"target":412},{"source":412,"target":155},{"source":186,"target":0},{"source":186,"target":152},{"source":186,"target":413},{"source":413,"target":152},{"source":187,"target":0},{"source":187,"target":137},{"source":187,"target":177},{"source":187,"target":190},{"source":187,"target":414},{"source":187,"target":415},{"source":187,"target":416},{"source":414,"target":137},{"source":415,"target":177},{"source":416,"target":190},{"source":188,"target":0},{"source":188,"target":77},{"source":188,"target":417},{"source":417,"target":77},{"source":189,"target":0},{"source":189,"target":61},{"source":189,"target":418},{"source":418,"target":61},{"source":190,"target":0},{"source":190,"target":40},{"source":190,"target":419},{"source":419,"target":40},{"source":191,"target":0},{"source":191,"target":40},{"source":191,"target":420},{"source":420,"target":40},{"source":192,"target":0},{"source":192,"target":175},{"source":192,"target":421},{"source":421,"target":175},{"source":193,"target":0},{"source":193,"target":77},{"source":193,"target":422},{"source":422,"target":77},{"source":194,"target":0},{"source":194,"target":155},{"source":194,"target":423},{"source":423,"target":155},{"source":195,"target":0},{"source":195,"target":150},{"source":195,"target":424},{"source":424,"target":150},{"source":196,"target":0},{"source":196,"target":2},{"source":196,"target":425},{"source":425,"target":2},{"source":197,"target":0},{"source":197,"target":40},{"source":197,"target":426},{"source":426,"target":40},{"source":198,"target":0},{"source":198,"target":139},{"source":198,"target":427},{"source":427,"target":139}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="HotelManagementClassDiagram" nsURI="http:///HotelManagementClassDiagram.ecore" nsPrefix="HotelManagementClassDiagram"> <eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person"> <eOperations name="Booking" ordered="false" lowerBound="1"/> <eOperations name="Boolean" ordered="false" lowerBound="1"/> <eOperations name="roomTypes" ordered="false" lowerBound="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employeeType" ordered="false" lowerBound="1" eType="#//EmployeeType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="employeeID" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="workRate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="salary" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SSNumber" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="street" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="postalCode" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="country" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmployeeType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//EType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acessLevel" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EType"> <eLiterals name="Receptionist"/> <eLiterals name="Cleaner" value="1"/> <eLiterals name="Manager" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Booking"> <eOperations name="checkIn" ordered="false" lowerBound="1"/> <eOperations name="checkOut" ordered="false" lowerBound="1" eType="#//Bill"/> <eOperations name="addAddon" ordered="false" lowerBound="1"> <eParameters name="addon" ordered="false" lowerBound="1" eType="#//Addon"/> </eOperations> <eOperations name="addRoom" ordered="false" lowerBound="1"> <eParameters name="room" ordered="false" lowerBound="1" eType="#//Room"/> </eOperations> <eOperations name="removeAddon" ordered="false" lowerBound="1"> <eParameters name="addon" ordered="false" lowerBound="1" eType="#//Addon"/> </eOperations> <eOperations name="removeRoom" ordered="false" lowerBound="1"> <eParameters name="room" ordered="false" lowerBound="1" eType="#//Room"/> </eOperations> <eOperations name="generateBill" ordered="false" lowerBound="1" eType="#//Bill"/> <eOperations name="pay" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="bill" ordered="false" lowerBound="1" eType="#//Bill"/> </eOperations> <eOperations name="addDiscount" ordered="false" lowerBound="1"> <eParameters name="discount" ordered="false" lowerBound="1" eType="#//Discount"/> </eOperations> <eOperations name="removeDiscount" ordered="false" lowerBound="1"> <eParameters name="discount" ordered="false" lowerBound="1" eType="#//Discount"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bookingId" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="created" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="creditCard" ordered="false" lowerBound="1" eType="#//Creditcard"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customer" ordered="false" lowerBound="1" eType="#//Customer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="addons" ordered="false" upperBound="-1" eType="#//Addon"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bookedRooms" ordered="false" lowerBound="1" upperBound="-1" eType="#//Room"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="internalComments" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalComments" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkedIn" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkedOut" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paymentMaster" ordered="false" lowerBound="1" eType="#//Customer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="discounts" ordered="false" lowerBound="1" upperBound="-1" eType="#//Discount"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Creditcard"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cvc" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="owner" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expirationMonth" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expirationDay" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Customer" eSuperTypes="#//Person"> <eOperations name="addBonusPoints" ordered="false" lowerBound="1"> <eParameters name="bonusPoints" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <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:EAttribute" name="bonusPoints" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="miscInfo" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rank" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Addon"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="Room"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roomNumber" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="internalComment" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="booked" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxNbrPeople" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="underCleaning" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="underRepair" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="types" ordered="false" lowerBound="1" upperBound="-1" eType="#//RoomType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roomName" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RoomType"> <eLiterals name="Handicapable"/> <eLiterals name="Double" value="1"/> <eLiterals name="Single" value="2"/> <eLiterals name="Suite" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Discount"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPercentage" ordered="false" lowerBound="1" eType="ecore:EDataType types.ecore#//Boolean"/> <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="Bill"> <eOperations name="addCostable" ordered="false" lowerBound="1"> <eParameters name="costable" ordered="false" lowerBound="1" eType="#//Costable"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="costables" ordered="false" lowerBound="1" upperBound="-1" eType="#//Costable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="totalPrice" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customer" ordered="false" lowerBound="1" eType="#//Customer"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valueAddedTax" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paid" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Costable" abstract="true" interface="true"> <eOperations name="addDiscount" ordered="false" lowerBound="1"/> <eOperations name="removeDiscount" ordered="false" lowerBound="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="price" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="discounts" ordered="false" lowerBound="1" upperBound="-1" eType="#//Discount"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookingController"> <eOperations name="searchAvailableRoomTypes" ordered="false" lowerBound="1" upperBound="-1" eType="#//RoomType"> <eParameters name="fromDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="toDate" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eParameters name="nbrOfAdults" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="nbrOfChildren" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="createBooking" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="roomTypes" ordered="false" lowerBound="1" upperBound="-1" eType="#//RoomType"/> </eOperations> <eOperations name="sendConfirmation" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="booking" ordered="false" lowerBound="1" eType="#//Booking"/> </eOperations> <eOperations name="updateBooking" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="booking" ordered="false" lowerBound="1" eType="#//Booking"/> </eOperations> <eOperations name="getBooking" ordered="false" lowerBound="1" eType="#//Booking"> <eParameters name="bookingId" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="confirm" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="booking" ordered="false" lowerBound="1" eType="#//Booking"/> </eOperations> <eOperations name="checkIn" ordered="false" lowerBound="1"> <eParameters name="booking" ordered="false" lowerBound="1" eType="#//Booking"/> </eOperations> <eOperations name="createKeyCard" ordered="false" lowerBound="1"> <eParameters name="room" ordered="false" lowerBound="1" eType="#//Room"/> </eOperations> <eOperations name="checkOut" ordered="false" lowerBound="1"> <eParameters name="booking" ordered="false" lowerBound="1" eType="#//Booking"/> </eOperations> <eOperations name="saveCustomer" ordered="false" lowerBound="1"> <eParameters name="customer" ordered="false" lowerBound="1" eType="#//Customer"/> </eOperations> <eOperations name="findCustomer" ordered="false" lowerBound="1"> <eParameters name="ssNumber" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="assignRoom" ordered="false" lowerBound="1"> <eParameters name="room" ordered="false" lowerBound="1" eType="#//Room"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManagementController"> <eOperations name="registerDiscount" ordered="false" lowerBound="1"> <eParameters name="discount" ordered="false" lowerBound="1" eType="#//Discount"/> </eOperations> <eOperations name="modifyBooking" ordered="false" lowerBound="1"> <eParameters name="booking" ordered="false" lowerBound="1" eType="#//Booking"/> </eOperations> <eOperations name="setDateSpecificPrices" ordered="false" lowerBound="1"> <eParameters name="costable" ordered="false" lowerBound="1" eType="#//Costable"/> <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="priceChange" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eOperations> <eOperations name="registerRoom" ordered="false" lowerBound="1"> <eParameters name="room" ordered="false" lowerBound="1" eType="#//Room"/> </eOperations> <eOperations name="registerAddon" ordered="false" lowerBound="1"> <eParameters name="addon" ordered="false" lowerBound="1" eType="#//Addon"/> </eOperations> <eOperations name="updateRoom" ordered="false" lowerBound="1"> <eParameters name="room" ordered="false" lowerBound="1" eType="#//Room"/> </eOperations> <eOperations name="updateAddon" ordered="false" lowerBound="1"> <eParameters name="addon" ordered="false" lowerBound="1" eType="#//Addon"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MaintenanceController"> <eOperations name="addToStack" ordered="false" lowerBound="1"> <eParameters name="room" ordered="false" lowerBound="1" eType="#//Room"/> </eOperations> <eOperations name="setStatus" ordered="false" lowerBound="1"> <eParameters name="room" ordered="false" lowerBound="1" eType="#//Room"/> <eParameters name="status" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="notifyWorker" ordered="false" lowerBound="1"> <eParameters name="worker" ordered="false" lowerBound="1" eType="#//EmployeeType"/> </eOperations> <eOperations name="removeFromStack" ordered="false" lowerBound="1"> <eParameters name="room" ordered="false" lowerBound="1" eType="#//Room"/> </eOperations> <eOperations name="getNextRoomToClean" ordered="false" lowerBound="1"> <eParameters name="room" ordered="false" lowerBound="1" eType="#//Room"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="roomStack" ordered="false" upperBound="-1" eType="#//Room"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Hotel"> <eOperations name="authenticate" ordered="false" lowerBound="1"> <eParameters name="login" 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="getBookingController" ordered="false" lowerBound="1"/> <eOperations name="getManagementController" ordered="false" lowerBound="1"/> <eOperations name="getMaintenanceController" ordered="false" lowerBound="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="rank" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookedRoom" eSuperTypes="#//Room"> <eOperations name="addAddon" ordered="false" lowerBound="1"> <eParameters name="addon" ordered="false" lowerBound="1" eType="#//Addon"/> </eOperations> <eOperations name="removeAddon" ordered="false" lowerBound="1"> <eParameters name="addon" ordered="false" lowerBound="1" eType="#//Addon"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="addons" ordered="false" upperBound="-1" eType="#//Addon"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interaction1"> <eStructuralFeatures xsi:type="ecore:EReference" name="_" ordered="false" lowerBound="1" eType="#//Employee"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interaction2"> <eStructuralFeatures xsi:type="ecore:EReference" name="_" ordered="false" lowerBound="1" eType="#//Employee"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interaction3"> <eStructuralFeatures xsi:type="ecore:EReference" name="_" ordered="false" lowerBound="1" eType="#//MaintenanceController"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interaction4"> <eStructuralFeatures xsi:type="ecore:EReference" name="_" ordered="false" lowerBound="1" eType="#//Employee"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interaction5"> <eStructuralFeatures xsi:type="ecore:EReference" name="_" ordered="false" lowerBound="1" eType="#//Booking"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value=""/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/arneson/tda593/ClassDiagram/HotelManagementClassDiagram.ecore
ecore
HotelManagementClassDiagram Employee Booking Boolean roomTypes employeeType employeeID workRate salary Person name SSNumber phoneNumber street city postalCode country gender title EmployeeType type acessLevel EType Receptionist Receptionist Cleaner Cleaner Manager Manager Booking checkIn checkOut addAddon addon addRoom room removeAddon addon removeRoom room generateBill pay bill addDiscount discount removeDiscount discount bookingId startDate endDate created creditCard customer addons bookedRooms internalComments externalComments checkedIn checkedOut paymentMaster discounts Creditcard number cvc owner expirationMonth expirationDay Customer addBonusPoints bonusPoints customerID bonusPoints miscInfo rank Addon name description Room roomNumber size internalComment booked maxNbrPeople underCleaning underRepair types roomName RoomType Handicapable Handicapable Double Double Single Single Suite Suite Discount isPercentage amount Bill addCostable costable costables totalPrice customer valueAddedTax final paid Costable addDiscount removeDiscount price discounts BookingController searchAvailableRoomTypes fromDate toDate nbrOfAdults nbrOfChildren createBooking roomTypes sendConfirmation booking updateBooking booking getBooking bookingId confirm booking checkIn booking createKeyCard room checkOut booking saveCustomer customer findCustomer ssNumber assignRoom room ManagementController registerDiscount discount modifyBooking booking setDateSpecificPrices costable startDate endDate priceChange registerRoom room registerAddon addon updateRoom room updateAddon addon MaintenanceController addToStack room setStatus room status notifyWorker worker removeFromStack room getNextRoomToClean room roomStack Hotel authenticate login password getBookingController getManagementController getMaintenanceController name address rank BookedRoom addAddon addon removeAddon addon addons Interaction1 _ Interaction2 _ Interaction3 _ Interaction4 _ Interaction5 _
null
{"directed":true,"nodes":[{"nsPrefix":"HotelManagementClassDiagram","nsURI":"http:///HotelManagementClassDiagram.ecore","name":"HotelManagementClassDiagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmployeeType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Booking","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Creditcard","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addon","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Room","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RoomType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Discount","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bill","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Costable","instanceClass":null,"abstract":true,"id":13,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookingController","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManagementController","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaintenanceController","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hotel","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookedRoom","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction1","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction2","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction3","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction4","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction5","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"unique":true,"name":"Booking","lowerBound":1,"id":24,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"Boolean","lowerBound":1,"id":25,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"roomTypes","lowerBound":1,"id":26,"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":"employeeType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"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":"employeeID","changeable":true,"lowerBound":1,"iD":false,"id":28,"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":"workRate","changeable":true,"lowerBound":1,"iD":false,"id":29,"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":"salary","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":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":36,"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":"SSNumber","changeable":true,"lowerBound":1,"iD":false,"id":37,"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":38,"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":"street","changeable":true,"lowerBound":1,"iD":false,"id":39,"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":40,"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":"postalCode","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"country","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gender","changeable":true,"lowerBound":1,"iD":false,"id":43,"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":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":54,"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":"acessLevel","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"name":"Receptionist","id":58,"value":0,"literal":"Receptionist","eClass":"EEnumLiteral"},{"name":"Cleaner","id":59,"value":1,"literal":"Cleaner","eClass":"EEnumLiteral"},{"name":"Manager","id":60,"value":2,"literal":"Manager","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"unique":true,"name":"checkIn","lowerBound":1,"id":61,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"checkOut","lowerBound":1,"id":62,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addAddon","lowerBound":1,"id":63,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addRoom","lowerBound":1,"id":64,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeAddon","lowerBound":1,"id":65,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeRoom","lowerBound":1,"id":66,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"generateBill","lowerBound":1,"id":67,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"pay","lowerBound":1,"id":68,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"addDiscount","lowerBound":1,"id":69,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeDiscount","lowerBound":1,"id":70,"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":"bookingId","changeable":true,"lowerBound":1,"iD":false,"id":71,"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":"startDate","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":1,"iD":false,"id":73,"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":"created","changeable":true,"lowerBound":1,"iD":false,"id":74,"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":"creditCard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"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":76,"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":"addons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"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":"bookedRooms","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"internalComments","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":"externalComments","changeable":true,"lowerBound":1,"iD":false,"id":80,"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":"checkedIn","changeable":true,"lowerBound":1,"iD":false,"id":81,"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":"checkedOut","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":false,"unsettable":false,"transient":false,"unique":true,"name":"paymentMaster","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"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":"discounts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addon","lowerBound":1,"id":86,"many":false,"required":true,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"room","lowerBound":1,"id":88,"many":false,"required":true,"eClass":"EParameter"},{"id":89,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addon","lowerBound":1,"id":90,"many":false,"required":true,"eClass":"EParameter"},{"id":91,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"room","lowerBound":1,"id":92,"many":false,"required":true,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bill","lowerBound":1,"id":96,"many":false,"required":true,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"discount","lowerBound":1,"id":98,"many":false,"required":true,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"discount","lowerBound":1,"id":100,"many":false,"required":true,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":1,"iD":false,"id":116,"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":"cvc","changeable":true,"lowerBound":1,"iD":false,"id":117,"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":"owner","changeable":true,"lowerBound":1,"iD":false,"id":118,"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":"expirationMonth","changeable":true,"lowerBound":1,"iD":false,"id":119,"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":"expirationDay","changeable":true,"lowerBound":1,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addBonusPoints","lowerBound":1,"id":126,"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":"customerID","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":"bonusPoints","changeable":true,"lowerBound":1,"iD":false,"id":128,"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":"miscInfo","changeable":true,"lowerBound":1,"iD":false,"id":129,"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":"rank","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bonusPoints","lowerBound":1,"id":132,"many":false,"required":true,"eClass":"EParameter"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":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":"description","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"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":142,"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":"size","changeable":true,"lowerBound":1,"iD":false,"id":143,"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":"internalComment","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"booked","changeable":true,"lowerBound":1,"iD":false,"id":145,"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":"maxNbrPeople","changeable":true,"lowerBound":1,"iD":false,"id":146,"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":"underCleaning","changeable":true,"lowerBound":1,"iD":false,"id":147,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"underRepair","changeable":true,"lowerBound":1,"iD":false,"id":148,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roomName","changeable":true,"lowerBound":1,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"name":"Handicapable","id":160,"value":0,"literal":"Handicapable","eClass":"EEnumLiteral"},{"name":"Double","id":161,"value":1,"literal":"Double","eClass":"EEnumLiteral"},{"name":"Single","id":162,"value":2,"literal":"Single","eClass":"EEnumLiteral"},{"name":"Suite","id":163,"value":3,"literal":"Suite","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":"isPercentage","changeable":true,"lowerBound":1,"iD":false,"id":164,"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":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addCostable","lowerBound":1,"id":168,"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":"costables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"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":"totalPrice","changeable":true,"lowerBound":1,"iD":false,"id":170,"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":171,"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":"valueAddedTax","changeable":true,"lowerBound":1,"iD":false,"id":172,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":1,"iD":false,"id":173,"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":"paid","changeable":true,"lowerBound":1,"iD":false,"id":174,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"costable","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"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addDiscount","lowerBound":1,"id":183,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeDiscount","lowerBound":1,"id":184,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"price","changeable":true,"lowerBound":1,"iD":false,"id":185,"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":"discounts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"searchAvailableRoomTypes","lowerBound":1,"id":189,"many":true,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createBooking","lowerBound":1,"id":190,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"sendConfirmation","lowerBound":1,"id":191,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"updateBooking","lowerBound":1,"id":192,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getBooking","lowerBound":1,"id":193,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"confirm","lowerBound":1,"id":194,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"checkIn","lowerBound":1,"id":195,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createKeyCard","lowerBound":1,"id":196,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"checkOut","lowerBound":1,"id":197,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"saveCustomer","lowerBound":1,"id":198,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"findCustomer","lowerBound":1,"id":199,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"assignRoom","lowerBound":1,"id":200,"many":false,"required":true,"eClass":"EOperation"},{"id":201,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"fromDate","lowerBound":1,"id":202,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"toDate","lowerBound":1,"id":203,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"nbrOfAdults","lowerBound":1,"id":204,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"nbrOfChildren","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"},{"id":210,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"roomTypes","lowerBound":1,"id":211,"many":true,"required":true,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"booking","lowerBound":1,"id":214,"many":false,"required":true,"eClass":"EParameter"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"booking","lowerBound":1,"id":217,"many":false,"required":true,"eClass":"EParameter"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"bookingId","lowerBound":1,"id":220,"many":false,"required":true,"eClass":"EParameter"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"booking","lowerBound":1,"id":223,"many":false,"required":true,"eClass":"EParameter"},{"id":224,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"booking","lowerBound":1,"id":225,"many":false,"required":true,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"room","lowerBound":1,"id":227,"many":false,"required":true,"eClass":"EParameter"},{"id":228,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"booking","lowerBound":1,"id":229,"many":false,"required":true,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"customer","lowerBound":1,"id":231,"many":false,"required":true,"eClass":"EParameter"},{"id":232,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"ssNumber","lowerBound":1,"id":233,"many":false,"required":true,"eClass":"EParameter"},{"id":234,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"room","lowerBound":1,"id":235,"many":false,"required":true,"eClass":"EParameter"},{"id":236,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"registerDiscount","lowerBound":1,"id":237,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"modifyBooking","lowerBound":1,"id":238,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"setDateSpecificPrices","lowerBound":1,"id":239,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"registerRoom","lowerBound":1,"id":240,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"registerAddon","lowerBound":1,"id":241,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"updateRoom","lowerBound":1,"id":242,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"updateAddon","lowerBound":1,"id":243,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"discount","lowerBound":1,"id":244,"many":false,"required":true,"eClass":"EParameter"},{"id":245,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"booking","lowerBound":1,"id":246,"many":false,"required":true,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"costable","lowerBound":1,"id":248,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"startDate","lowerBound":1,"id":249,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"endDate","lowerBound":1,"id":250,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"priceChange","lowerBound":1,"id":251,"many":false,"required":true,"eClass":"EParameter"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"room","lowerBound":1,"id":256,"many":false,"required":true,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addon","lowerBound":1,"id":258,"many":false,"required":true,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"room","lowerBound":1,"id":260,"many":false,"required":true,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addon","lowerBound":1,"id":262,"many":false,"required":true,"eClass":"EParameter"},{"id":263,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addToStack","lowerBound":1,"id":264,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"setStatus","lowerBound":1,"id":265,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"notifyWorker","lowerBound":1,"id":266,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeFromStack","lowerBound":1,"id":267,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getNextRoomToClean","lowerBound":1,"id":268,"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":"roomStack","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"room","lowerBound":1,"id":270,"many":false,"required":true,"eClass":"EParameter"},{"id":271,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"room","lowerBound":1,"id":272,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"status","lowerBound":1,"id":273,"many":false,"required":true,"eClass":"EParameter"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"worker","lowerBound":1,"id":276,"many":false,"required":true,"eClass":"EParameter"},{"id":277,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"room","lowerBound":1,"id":278,"many":false,"required":true,"eClass":"EParameter"},{"id":279,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"room","lowerBound":1,"id":280,"many":false,"required":true,"eClass":"EParameter"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"authenticate","lowerBound":1,"id":283,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getBookingController","lowerBound":1,"id":284,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getManagementController","lowerBound":1,"id":285,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getMaintenanceController","lowerBound":1,"id":286,"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":287,"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":288,"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":"rank","changeable":true,"lowerBound":1,"iD":false,"id":289,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"login","lowerBound":1,"id":290,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"password","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"},{"ordered":false,"upperBound":1,"unique":true,"name":"addAddon","lowerBound":1,"id":297,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"removeAddon","lowerBound":1,"id":298,"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":"addons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addon","lowerBound":1,"id":301,"many":false,"required":true,"eClass":"EParameter"},{"id":302,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"addon","lowerBound":1,"id":303,"many":false,"required":true,"eClass":"EParameter"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"id":307,"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":"_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":308,"derived":false},{"id":309,"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":"_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":310,"derived":false},{"id":311,"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":"_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"derived":false},{"id":313,"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":"_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":24,"target":1},{"source":25,"target":1},{"source":26,"target":1},{"source":27,"target":3},{"source":27,"target":32},{"source":27,"target":1},{"source":32,"target":3},{"source":28,"target":33},{"source":28,"target":1},{"source":29,"target":34},{"source":29,"target":1},{"source":30,"target":35},{"source":30,"target":1},{"source":31,"target":2},{"source":2,"target":0},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":36,"target":45},{"source":36,"target":2},{"source":37,"target":46},{"source":37,"target":2},{"source":38,"target":47},{"source":38,"target":2},{"source":39,"target":48},{"source":39,"target":2},{"source":40,"target":49},{"source":40,"target":2},{"source":41,"target":50},{"source":41,"target":2},{"source":42,"target":51},{"source":42,"target":2},{"source":43,"target":52},{"source":43,"target":2},{"source":44,"target":53},{"source":44,"target":2},{"source":3,"target":0},{"source":3,"target":54},{"source":3,"target":55},{"source":54,"target":4},{"source":54,"target":56},{"source":54,"target":3},{"source":56,"target":4},{"source":55,"target":57},{"source":55,"target":3},{"source":4,"target":0},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":58,"target":4},{"source":59,"target":4},{"source":60,"target":4},{"source":5,"target":0},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":61,"target":5},{"source":62,"target":12},{"source":62,"target":85},{"source":62,"target":5},{"source":85,"target":12},{"source":63,"target":5},{"source":63,"target":86},{"source":86,"target":8},{"source":86,"target":87},{"source":86,"target":63},{"source":87,"target":8},{"source":64,"target":5},{"source":64,"target":88},{"source":88,"target":9},{"source":88,"target":89},{"source":88,"target":64},{"source":89,"target":9},{"source":65,"target":5},{"source":65,"target":90},{"source":90,"target":8},{"source":90,"target":91},{"source":90,"target":65},{"source":91,"target":8},{"source":66,"target":5},{"source":66,"target":92},{"source":92,"target":9},{"source":92,"target":93},{"source":92,"target":66},{"source":93,"target":9},{"source":67,"target":12},{"source":67,"target":94},{"source":67,"target":5},{"source":94,"target":12},{"source":68,"target":95},{"source":68,"target":5},{"source":68,"target":96},{"source":96,"target":12},{"source":96,"target":97},{"source":96,"target":68},{"source":97,"target":12},{"source":69,"target":5},{"source":69,"target":98},{"source":98,"target":11},{"source":98,"target":99},{"source":98,"target":69},{"source":99,"target":11},{"source":70,"target":5},{"source":70,"target":100},{"source":100,"target":11},{"source":100,"target":101},{"source":100,"target":70},{"source":101,"target":11},{"source":71,"target":102},{"source":71,"target":5},{"source":72,"target":103},{"source":72,"target":5},{"source":73,"target":104},{"source":73,"target":5},{"source":74,"target":105},{"source":74,"target":5},{"source":75,"target":6},{"source":75,"target":106},{"source":75,"target":5},{"source":106,"target":6},{"source":76,"target":7},{"source":76,"target":107},{"source":76,"target":5},{"source":107,"target":7},{"source":77,"target":8},{"source":77,"target":108},{"source":77,"target":5},{"source":108,"target":8},{"source":78,"target":9},{"source":78,"target":109},{"source":78,"target":5},{"source":109,"target":9},{"source":79,"target":110},{"source":79,"target":5},{"source":80,"target":111},{"source":80,"target":5},{"source":81,"target":112},{"source":81,"target":5},{"source":82,"target":113},{"source":82,"target":5},{"source":83,"target":7},{"source":83,"target":114},{"source":83,"target":5},{"source":114,"target":7},{"source":84,"target":11},{"source":84,"target":115},{"source":84,"target":5},{"source":115,"target":11},{"source":6,"target":0},{"source":6,"target":116},{"source":6,"target":117},{"source":6,"target":118},{"source":6,"target":119},{"source":6,"target":120},{"source":116,"target":121},{"source":116,"target":6},{"source":117,"target":122},{"source":117,"target":6},{"source":118,"target":123},{"source":118,"target":6},{"source":119,"target":124},{"source":119,"target":6},{"source":120,"target":125},{"source":120,"target":6},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":126},{"source":7,"target":127},{"source":7,"target":128},{"source":7,"target":129},{"source":7,"target":130},{"source":7,"target":131},{"source":126,"target":7},{"source":126,"target":132},{"source":132,"target":133},{"source":132,"target":126},{"source":127,"target":134},{"source":127,"target":7},{"source":128,"target":135},{"source":128,"target":7},{"source":129,"target":136},{"source":129,"target":7},{"source":130,"target":137},{"source":130,"target":7},{"source":131,"target":2},{"source":8,"target":0},{"source":8,"target":138},{"source":8,"target":139},{"source":138,"target":140},{"source":138,"target":8},{"source":139,"target":141},{"source":139,"target":8},{"source":9,"target":0},{"source":9,"target":142},{"source":9,"target":143},{"source":9,"target":144},{"source":9,"target":145},{"source":9,"target":146},{"source":9,"target":147},{"source":9,"target":148},{"source":9,"target":149},{"source":9,"target":150},{"source":142,"target":151},{"source":142,"target":9},{"source":143,"target":152},{"source":143,"target":9},{"source":144,"target":153},{"source":144,"target":9},{"source":145,"target":154},{"source":145,"target":9},{"source":146,"target":155},{"source":146,"target":9},{"source":147,"target":156},{"source":147,"target":9},{"source":148,"target":157},{"source":148,"target":9},{"source":149,"target":10},{"source":149,"target":158},{"source":149,"target":9},{"source":158,"target":10},{"source":150,"target":159},{"source":150,"target":9},{"source":10,"target":0},{"source":10,"target":160},{"source":10,"target":161},{"source":10,"target":162},{"source":10,"target":163},{"source":160,"target":10},{"source":161,"target":10},{"source":162,"target":10},{"source":163,"target":10},{"source":11,"target":0},{"source":11,"target":164},{"source":11,"target":165},{"source":164,"target":166},{"source":164,"target":11},{"source":165,"target":167},{"source":165,"target":11},{"source":12,"target":0},{"source":12,"target":168},{"source":12,"target":169},{"source":12,"target":170},{"source":12,"target":171},{"source":12,"target":172},{"source":12,"target":173},{"source":12,"target":174},{"source":168,"target":12},{"source":168,"target":175},{"source":175,"target":13},{"source":175,"target":176},{"source":175,"target":168},{"source":176,"target":13},{"source":169,"target":13},{"source":169,"target":177},{"source":169,"target":12},{"source":177,"target":13},{"source":170,"target":178},{"source":170,"target":12},{"source":171,"target":7},{"source":171,"target":179},{"source":171,"target":12},{"source":179,"target":7},{"source":172,"target":180},{"source":172,"target":12},{"source":173,"target":181},{"source":173,"target":12},{"source":174,"target":182},{"source":174,"target":12},{"source":13,"target":0},{"source":13,"target":183},{"source":13,"target":184},{"source":13,"target":185},{"source":13,"target":186},{"source":183,"target":13},{"source":184,"target":13},{"source":185,"target":187},{"source":185,"target":13},{"source":186,"target":11},{"source":186,"target":188},{"source":186,"target":13},{"source":188,"target":11},{"source":14,"target":0},{"source":14,"target":189},{"source":14,"target":190},{"source":14,"target":191},{"source":14,"target":192},{"source":14,"target":193},{"source":14,"target":194},{"source":14,"target":195},{"source":14,"target":196},{"source":14,"target":197},{"source":14,"target":198},{"source":14,"target":199},{"source":14,"target":200},{"source":189,"target":10},{"source":189,"target":201},{"source":189,"target":14},{"source":189,"target":202},{"source":189,"target":203},{"source":189,"target":204},{"source":189,"target":205},{"source":201,"target":10},{"source":202,"target":206},{"source":202,"target":189},{"source":203,"target":207},{"source":203,"target":189},{"source":204,"target":208},{"source":204,"target":189},{"source":205,"target":209},{"source":205,"target":189},{"source":190,"target":210},{"source":190,"target":14},{"source":190,"target":211},{"source":211,"target":10},{"source":211,"target":212},{"source":211,"target":190},{"source":212,"target":10},{"source":191,"target":213},{"source":191,"target":14},{"source":191,"target":214},{"source":214,"target":5},{"source":214,"target":215},{"source":214,"target":191},{"source":215,"target":5},{"source":192,"target":216},{"source":192,"target":14},{"source":192,"target":217},{"source":217,"target":5},{"source":217,"target":218},{"source":217,"target":192},{"source":218,"target":5},{"source":193,"target":5},{"source":193,"target":219},{"source":193,"target":14},{"source":193,"target":220},{"source":219,"target":5},{"source":220,"target":221},{"source":220,"target":193},{"source":194,"target":222},{"source":194,"target":14},{"source":194,"target":223},{"source":223,"target":5},{"source":223,"target":224},{"source":223,"target":194},{"source":224,"target":5},{"source":195,"target":14},{"source":195,"target":225},{"source":225,"target":5},{"source":225,"target":226},{"source":225,"target":195},{"source":226,"target":5},{"source":196,"target":14},{"source":196,"target":227},{"source":227,"target":9},{"source":227,"target":228},{"source":227,"target":196},{"source":228,"target":9},{"source":197,"target":14},{"source":197,"target":229},{"source":229,"target":5},{"source":229,"target":230},{"source":229,"target":197},{"source":230,"target":5},{"source":198,"target":14},{"source":198,"target":231},{"source":231,"target":7},{"source":231,"target":232},{"source":231,"target":198},{"source":232,"target":7},{"source":199,"target":14},{"source":199,"target":233},{"source":233,"target":234},{"source":233,"target":199},{"source":200,"target":14},{"source":200,"target":235},{"source":235,"target":9},{"source":235,"target":236},{"source":235,"target":200},{"source":236,"target":9},{"source":15,"target":0},{"source":15,"target":237},{"source":15,"target":238},{"source":15,"target":239},{"source":15,"target":240},{"source":15,"target":241},{"source":15,"target":242},{"source":15,"target":243},{"source":237,"target":15},{"source":237,"target":244},{"source":244,"target":11},{"source":244,"target":245},{"source":244,"target":237},{"source":245,"target":11},{"source":238,"target":15},{"source":238,"target":246},{"source":246,"target":5},{"source":246,"target":247},{"source":246,"target":238},{"source":247,"target":5},{"source":239,"target":15},{"source":239,"target":248},{"source":239,"target":249},{"source":239,"target":250},{"source":239,"target":251},{"source":248,"target":13},{"source":248,"target":252},{"source":248,"target":239},{"source":252,"target":13},{"source":249,"target":253},{"source":249,"target":239},{"source":250,"target":254},{"source":250,"target":239},{"source":251,"target":255},{"source":251,"target":239},{"source":240,"target":15},{"source":240,"target":256},{"source":256,"target":9},{"source":256,"target":257},{"source":256,"target":240},{"source":257,"target":9},{"source":241,"target":15},{"source":241,"target":258},{"source":258,"target":8},{"source":258,"target":259},{"source":258,"target":241},{"source":259,"target":8},{"source":242,"target":15},{"source":242,"target":260},{"source":260,"target":9},{"source":260,"target":261},{"source":260,"target":242},{"source":261,"target":9},{"source":243,"target":15},{"source":243,"target":262},{"source":262,"target":8},{"source":262,"target":263},{"source":262,"target":243},{"source":263,"target":8},{"source":16,"target":0},{"source":16,"target":264},{"source":16,"target":265},{"source":16,"target":266},{"source":16,"target":267},{"source":16,"target":268},{"source":16,"target":269},{"source":264,"target":16},{"source":264,"target":270},{"source":270,"target":9},{"source":270,"target":271},{"source":270,"target":264},{"source":271,"target":9},{"source":265,"target":16},{"source":265,"target":272},{"source":265,"target":273},{"source":272,"target":9},{"source":272,"target":274},{"source":272,"target":265},{"source":274,"target":9},{"source":273,"target":275},{"source":273,"target":265},{"source":266,"target":16},{"source":266,"target":276},{"source":276,"target":3},{"source":276,"target":277},{"source":276,"target":266},{"source":277,"target":3},{"source":267,"target":16},{"source":267,"target":278},{"source":278,"target":9},{"source":278,"target":279},{"source":278,"target":267},{"source":279,"target":9},{"source":268,"target":16},{"source":268,"target":280},{"source":280,"target":9},{"source":280,"target":281},{"source":280,"target":268},{"source":281,"target":9},{"source":269,"target":9},{"source":269,"target":282},{"source":269,"target":16},{"source":282,"target":9},{"source":17,"target":0},{"source":17,"target":283},{"source":17,"target":284},{"source":17,"target":285},{"source":17,"target":286},{"source":17,"target":287},{"source":17,"target":288},{"source":17,"target":289},{"source":283,"target":17},{"source":283,"target":290},{"source":283,"target":291},{"source":290,"target":292},{"source":290,"target":283},{"source":291,"target":293},{"source":291,"target":283},{"source":284,"target":17},{"source":285,"target":17},{"source":286,"target":17},{"source":287,"target":294},{"source":287,"target":17},{"source":288,"target":295},{"source":288,"target":17},{"source":289,"target":296},{"source":289,"target":17},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":297},{"source":18,"target":298},{"source":18,"target":299},{"source":18,"target":300},{"source":297,"target":18},{"source":297,"target":301},{"source":301,"target":8},{"source":301,"target":302},{"source":301,"target":297},{"source":302,"target":8},{"source":298,"target":18},{"source":298,"target":303},{"source":303,"target":8},{"source":303,"target":304},{"source":303,"target":298},{"source":304,"target":8},{"source":299,"target":8},{"source":299,"target":305},{"source":299,"target":18},{"source":305,"target":8},{"source":300,"target":9},{"source":19,"target":0},{"source":19,"target":306},{"source":306,"target":1},{"source":306,"target":307},{"source":306,"target":19},{"source":307,"target":1},{"source":20,"target":0},{"source":20,"target":308},{"source":308,"target":1},{"source":308,"target":309},{"source":308,"target":20},{"source":309,"target":1},{"source":21,"target":0},{"source":21,"target":310},{"source":310,"target":16},{"source":310,"target":311},{"source":310,"target":21},{"source":311,"target":16},{"source":22,"target":0},{"source":22,"target":312},{"source":312,"target":1},{"source":312,"target":313},{"source":312,"target":22},{"source":313,"target":1},{"source":23,"target":0},{"source":23,"target":314},{"source":314,"target":5},{"source":314,"target":315},{"source":314,"target":23},{"source":315,"target":5}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="statecharts" nsURI="http://uam.es/StateCharts" nsPrefix="schart"> <eClassifiers xsi:type="ecore:EClass" name="Statechart"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> <details key="model.extension" value="statechart"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="topState" lowerBound="1" eType="#//AND" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" 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="next" upperBound="-1" eType="#//State" eOpposite="#//State/rnext"> <eAnnotations source="gmf.link"> <details key="source" value="src"/> <details key="target" value="trg"/> <details key="target.decoration" value="arrow"/> <details key="color" value="0,0,0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rnext" upperBound="-1" eType="#//State" eOpposite="#//State/next"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rcontains" eType="#//Compound" eOpposite="#//Compound/contains"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HyperEdge" eSuperTypes="#//State"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="label.readOnly" value="true"/> <details key="figure" value="rectangle"/> <details key="color" value="0,0,0"/> <details key="border.color" value="0,0,0"/> <details key="tool.name" value="Hyper-edge"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Basic" eSuperTypes="#//State"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="label.readOnly" value="true"/> <details key="figure" value="rounded"/> <details key="border.color" value="0,0,0"/> <details key="tool.name" value="Basic"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compound" abstract="true" eSuperTypes="#//State"> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/rcontains"> <eAnnotations source="gmf.compartment"> <details key="collapsible" value="true"/> <details key="layout" value="free"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AND" eSuperTypes="#//Compound"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="figure" value="rectangle"/> <details key="border.color" value="0,0,0"/> <details key="tool.name" value="Region"/> <details key="size" value="250,250"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OR" eSuperTypes="#//Compound"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="figure" value="rectangle"/> <details key="border.color" value="0,0,0"/> <details key="border.style" value="dash"/> <details key="tool.name" value="Sub Region"/> <details key="size" value="150,150"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/izsob/TTC13-PN2SC-EIQ/metamodel/StateCharts/model/StateCharts.ecore
ecore
statecharts Statechart topState State name next rnext rcontains HyperEdge Basic Compound contains AND OR
null
{"directed":true,"nodes":[{"nsPrefix":"schart","nsURI":"http://uam.es/StateCharts","name":"statecharts","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statechart","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyperEdge","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Basic","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compound","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AND","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OR","instanceClass":null,"abstract":false,"id":7,"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":"topState","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"next","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":"rnext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"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":"rcontains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains","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"},{"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":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":6},{"source":8,"target":9},{"source":8,"target":1},{"source":9,"target":6},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":2},{"source":11,"target":15},{"source":11,"target":2},{"source":11,"target":12},{"source":15,"target":2},{"source":12,"target":2},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":11},{"source":16,"target":2},{"source":13,"target":5},{"source":13,"target":17},{"source":13,"target":2},{"source":13,"target":18},{"source":17,"target":5},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":19},{"source":19,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":20},{"source":20,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":18},{"source":5,"target":21},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":5},{"source":18,"target":13},{"source":22,"target":2},{"source":21,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":23},{"source":23,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":24},{"source":24,"target":5}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="edu" nsURI="http:///edu.ecore" nsPrefix="edu"> <eSubpackages name="isistan" nsURI="http:///edu/isistan.ecore" nsPrefix="isistan"> <eSubpackages name="uima" nsURI="http:///edu/isistan/uima.ecore" nsPrefix="uima"> <eSubpackages name="unified" nsURI="http:///edu/isistan/uima/unified.ecore" nsPrefix="unified"> <eSubpackages name="typesystems" nsURI="http:///edu/isistan/uima/unified/typesystems.ecore" nsPrefix="typesystems"> <eAnnotations source="http://uima.apache.org"/> <eClassifiers xsi:type="ecore:EClass" name="IdentifiableAnnotation" eSuperTypes="#/1/tcas/Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eSubpackages name="domain" nsURI="http:///edu/isistan/uima/unified/typesystems/domain.ecore" nsPrefix="domain"> <eClassifiers xsi:type="ecore:EClass" name="CrosscuttingConcern" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sentence" eType="#/0/isistan/uima/unified/typesystems/nlp/Sentence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="section" eType="#/0/isistan/uima/unified/typesystems/srs/Section"/> <eStructuralFeatures xsi:type="ecore:EReference" name="document" eType="#/0/isistan/uima/unified/typesystems/srs/Document"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainAction" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#/0/isistan/uima/unified/typesystems/nlp/Token"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="confidence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ranking" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#/0/isistan/uima/unified/typesystems/domain/DomainAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childs" upperBound="-1" eType="#/0/isistan/uima/unified/typesystems/domain/DomainAction"> <eAnnotations source="http://uima.apache.org"> <details key="uimaType" value="uima.cas.FSArray"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainActor" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainNumber" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"/> </eSubpackages> <eSubpackages name="nlp" nsURI="http:///edu/isistan/uima/unified/typesystems/nlp.ecore" nsPrefix="nlp"> <eClassifiers xsi:type="ecore:EClass" name="Chunk" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chunk" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoNLLDependency" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#/0/isistan/uima/unified/typesystems/nlp/Token"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#/0/isistan/uima/unified/typesystems/nlp/Token"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Coreference" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SDDependency" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gov" eType="#/0/isistan/uima/unified/typesystems/nlp/Token"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dep" eType="#/0/isistan/uima/unified/typesystems/nlp/Token"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sentence" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"/> <eClassifiers xsi:type="ecore:EClass" name="Token" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lemma" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="morph" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pos" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stopword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="srl" nsURI="http:///edu/isistan/uima/unified/typesystems/srl.ecore" nsPrefix="srl"> <eClassifiers xsi:type="ecore:EClass" name="Argument" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#/0/isistan/uima/unified/typesystems/nlp/Token"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yield" upperBound="-1" eType="#/0/isistan/uima/unified/typesystems/nlp/Token"> <eAnnotations source="http://uima.apache.org"> <details key="uimaType" value="uima.cas.FSArray"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Predicate" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#/0/isistan/uima/unified/typesystems/nlp/Token"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="passiveVoice" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#/0/isistan/uima/unified/typesystems/srl/Argument"> <eAnnotations source="http://uima.apache.org"> <details key="uimaType" value="uima.cas.FSArray"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://uima.apache.org"> <details key="uimaType" value="uima.cas.StringArray"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ocurrencies" upperBound="-1" eType="#/1/cas/FSArray"> <eAnnotations source="http://uima.apache.org"> <details key="uimaType" value="uima.cas.FSArray"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Structure" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EReference" name="subject" eType="#/0/isistan/uima/unified/typesystems/srl/Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="verb" eType="#/0/isistan/uima/unified/typesystems/srl/Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directObject" eType="#/0/isistan/uima/unified/typesystems/srl/Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="indirectObject" eType="#/0/isistan/uima/unified/typesystems/srl/Role"/> </eClassifiers> </eSubpackages> <eSubpackages name="srs" nsURI="http:///edu/isistan/uima/unified/typesystems/srs.ecore" nsPrefix="srs"> <eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <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="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <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="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="URI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <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="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="wordnet" nsURI="http:///edu/isistan/uima/unified/typesystems/wordnet.ecore" nsPrefix="wordnet"> <eClassifiers xsi:type="ecore:EClass" name="Sense" eSuperTypes="#/0/isistan/uima/unified/typesystems/IdentifiableAnnotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pos" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sense" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gloss" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="senses" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://uima.apache.org"> <details key="uimaType" value="uima.cas.StringArray"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> </eSubpackages> </eSubpackages> </eSubpackages> </eSubpackages> </ecore:EPackage> <ecore:EPackage name="uima" nsURI="http:///uima.ecore" nsPrefix="uima"> <eSubpackages name="cas" nsURI="http:///uima/cas.ecore" nsPrefix="cas"> <eClassifiers xsi:type="ecore:EClass" name="TOP"/> <eClassifiers xsi:type="ecore:EClass" name="Sofa" eSuperTypes="#/1/cas/TOP"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sofaNum" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sofaID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mimeType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sofaArray" eType="#/1/cas/TOP"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sofaString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sofaURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListBase" abstract="true" eSuperTypes="#/1/cas/TOP"/> <eClassifiers xsi:type="ecore:EClass" name="FSList" abstract="true" eSuperTypes="#/1/cas/ListBase"/> <eClassifiers xsi:type="ecore:EClass" name="NonEmptyFSList" eSuperTypes="#/1/cas/FSList"> <eStructuralFeatures xsi:type="ecore:EReference" name="head" eType="#/1/cas/TOP"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tail" eType="#/1/cas/FSList"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyFSList" eSuperTypes="#/1/cas/FSList"/> <eClassifiers xsi:type="ecore:EClass" name="StringList" abstract="true" eSuperTypes="#/1/cas/ListBase"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyStringList" eSuperTypes="#/1/cas/StringList"/> <eClassifiers xsi:type="ecore:EClass" name="NonEmptyStringList" eSuperTypes="#/1/cas/StringList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="head" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tail" eType="#/1/cas/StringList"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerList" eSuperTypes="#/1/cas/ListBase"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyIntegerList" eSuperTypes="#/1/cas/IntegerList"/> <eClassifiers xsi:type="ecore:EClass" name="NonEmptyIntegerList" eSuperTypes="#/1/cas/IntegerList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="head" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tail" eType="#/1/cas/IntegerList"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatList" eSuperTypes="#/1/cas/ListBase"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyFloatList" eSuperTypes="#/1/cas/FloatList"/> <eClassifiers xsi:type="ecore:EClass" name="NonEmptyFloatList" eSuperTypes="#/1/cas/FloatList"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="head" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tail" eType="#/1/cas/FloatList"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayBase" eSuperTypes="#/1/cas/TOP"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerArray" eSuperTypes="#/1/cas/ArrayBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatArray" eSuperTypes="#/1/cas/ArrayBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringArray" eSuperTypes="#/1/cas/ArrayBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FSArray" eSuperTypes="#/1/cas/ArrayBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" unique="false" upperBound="-1" eType="#/1/cas/TOP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NULL" eSuperTypes="#/1/cas/TOP"/> <eClassifiers xsi:type="ecore:EClass" name="View"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#/1/cas/TOP"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sofa" eType="#/1/cas/Sofa"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationBase" eSuperTypes="#/1/cas/TOP"> <eStructuralFeatures xsi:type="ecore:EReference" name="sofa" lowerBound="1" eType="#/1/cas/Sofa"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ShortArray" eSuperTypes="#/1/cas/ArrayBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LongArray" eSuperTypes="#/1/cas/ArrayBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleArray" eSuperTypes="#/1/cas/ArrayBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanArray" eSuperTypes="#/1/cas/ArrayBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ByteArray" eSuperTypes="#/1/cas/ArrayBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elements" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/> </eClassifiers> </eSubpackages> <eSubpackages name="tcas" nsURI="http:///uima/tcas.ecore" nsPrefix="tcas"> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#/1/cas/AnnotationBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="begin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="end" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentAnnotation" eSuperTypes="#/1/tcas/Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/brett1/reassistant/REAssistant/edu.isistan.uima.model/model/uima.ecore
ecore
edu isistan uima unified typesystems IdentifiableAnnotation identification domain CrosscuttingConcern name kind sentence section document DomainAction action label confidence ranking parent childs DomainActor kind role DomainNumber nlp Chunk chunk CoNLLDependency relation source target Coreference Entity kind SDDependency relation gov dep Sentence Token lemma morph pos probability stopword stem srl Argument label description root yield Predicate label description root kind passiveVoice arguments Role kind descriptions ocurrencies Structure subject verb directObject indirectObject srs Document id name kind Project id name content kind URI Section id name kind wordnet Sense pos sense gloss senses uima cas TOP Sofa sofaNum sofaID mimeType sofaArray sofaString sofaURI ListBase FSList NonEmptyFSList head tail EmptyFSList StringList EmptyStringList NonEmptyStringList head tail IntegerList EmptyIntegerList NonEmptyIntegerList head tail FloatList EmptyFloatList NonEmptyFloatList head tail ArrayBase IntegerArray elements FloatArray elements StringArray elements FSArray elements NULL View members sofa AnnotationBase sofa ShortArray elements LongArray elements DoubleArray elements BooleanArray elements ByteArray elements tcas Annotation begin end DocumentAnnotation language
null
{"directed":true,"nodes":[{"nsPrefix":"edu","nsURI":"http:///edu.ecore","name":"edu","id":0,"eClass":"EPackage"},{"nsPrefix":"isistan","nsURI":"http:///edu/isistan.ecore","name":"isistan","id":1,"eClass":"EPackage"},{"nsPrefix":"uima","nsURI":"http:///edu/isistan/uima.ecore","name":"uima","id":2,"eClass":"EPackage"},{"nsPrefix":"unified","nsURI":"http:///edu/isistan/uima/unified.ecore","name":"unified","id":3,"eClass":"EPackage"},{"nsPrefix":"typesystems","nsURI":"http:///edu/isistan/uima/unified/typesystems.ecore","name":"typesystems","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiableAnnotation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"nsPrefix":"domain","nsURI":"http:///edu/isistan/uima/unified/typesystems/domain.ecore","name":"domain","id":6,"eClass":"EPackage"},{"nsPrefix":"nlp","nsURI":"http:///edu/isistan/uima/unified/typesystems/nlp.ecore","name":"nlp","id":7,"eClass":"EPackage"},{"nsPrefix":"srl","nsURI":"http:///edu/isistan/uima/unified/typesystems/srl.ecore","name":"srl","id":8,"eClass":"EPackage"},{"nsPrefix":"srs","nsURI":"http:///edu/isistan/uima/unified/typesystems/srs.ecore","name":"srs","id":9,"eClass":"EPackage"},{"nsPrefix":"wordnet","nsURI":"http:///edu/isistan/uima/unified/typesystems/wordnet.ecore","name":"wordnet","id":10,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identification","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrosscuttingConcern","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainActor","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainNumber","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sentence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"document","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sentence","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"id":28,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"label","changeable":true,"lowerBound":0,"iD":false,"id":34,"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":"confidence","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ranking","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","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":"childs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chunk","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoNLLDependency","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Coreference","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SDDependency","instanceClass":null,"abstract":false,"id":57,"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":"chunk","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":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":"relation","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gov","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lemma","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"morph","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pos","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stopword","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stem","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Structure","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":"label","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"yield","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":106,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"passiveVoice","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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ocurrencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSArray","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"id":126,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"verb","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"directObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"indirectObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"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":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"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":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"URI","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"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":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sense","instanceClass":null,"abstract":false,"id":162,"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":"pos","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sense","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gloss","changeable":true,"lowerBound":0,"iD":false,"id":165,"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":"senses","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"nsPrefix":"uima","nsURI":"http:///uima.ecore","name":"uima","id":172,"eClass":"EPackage"},{"nsPrefix":"cas","nsURI":"http:///uima/cas.ecore","name":"cas","id":173,"eClass":"EPackage"},{"nsPrefix":"tcas","nsURI":"http:///uima/tcas.ecore","name":"tcas","id":174,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TOP","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sofa","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListBase","instanceClass":null,"abstract":true,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSList","instanceClass":null,"abstract":true,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonEmptyFSList","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyFSList","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringList","instanceClass":null,"abstract":true,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStringList","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonEmptyStringList","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerList","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyIntegerList","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonEmptyIntegerList","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatList","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyFloatList","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonEmptyFloatList","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayBase","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerArray","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatArray","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringArray","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NULL","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"View","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationBase","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortArray","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongArray","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleArray","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanArray","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByteArray","instanceClass":null,"abstract":false,"id":201,"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":"sofaNum","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sofaID","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mimeType","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sofaArray","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sofaString","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sofaURI","changeable":true,"lowerBound":0,"iD":false,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"head","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":"tail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"head","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":"tail","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tail","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"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":"elements","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sofa","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sofa","changeable":true,"resolveProxies":true,"lowerBound":1,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"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":"elements","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"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":"elements","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"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":"elements","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"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":"elements","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentAnnotation","instanceClass":null,"abstract":false,"id":280,"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":"begin","changeable":true,"lowerBound":1,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"lowerBound":1,"iD":false,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":1},{"source":3,"target":4},{"source":3,"target":2},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":3},{"source":5,"target":4},{"source":5,"target":11},{"source":5,"target":12},{"source":5,"target":13},{"source":12,"target":14},{"source":12,"target":5},{"source":13,"target":11},{"source":6,"target":15},{"source":6,"target":16},{"source":6,"target":17},{"source":6,"target":18},{"source":6,"target":4},{"source":15,"target":6},{"source":15,"target":5},{"source":15,"target":19},{"source":15,"target":20},{"source":15,"target":21},{"source":15,"target":22},{"source":15,"target":23},{"source":15,"target":24},{"source":19,"target":25},{"source":19,"target":15},{"source":20,"target":26},{"source":20,"target":15},{"source":21,"target":27},{"source":21,"target":28},{"source":21,"target":15},{"source":28,"target":27},{"source":22,"target":29},{"source":22,"target":30},{"source":22,"target":15},{"source":30,"target":29},{"source":23,"target":31},{"source":23,"target":32},{"source":23,"target":15},{"source":32,"target":31},{"source":24,"target":5},{"source":16,"target":6},{"source":16,"target":5},{"source":16,"target":33},{"source":16,"target":34},{"source":16,"target":35},{"source":16,"target":36},{"source":16,"target":37},{"source":16,"target":38},{"source":16,"target":39},{"source":33,"target":40},{"source":33,"target":41},{"source":33,"target":16},{"source":41,"target":40},{"source":34,"target":42},{"source":34,"target":16},{"source":35,"target":43},{"source":35,"target":16},{"source":36,"target":44},{"source":36,"target":16},{"source":37,"target":16},{"source":37,"target":45},{"source":37,"target":16},{"source":45,"target":16},{"source":38,"target":16},{"source":38,"target":46},{"source":38,"target":16},{"source":46,"target":16},{"source":39,"target":5},{"source":17,"target":6},{"source":17,"target":5},{"source":17,"target":47},{"source":17,"target":48},{"source":17,"target":49},{"source":47,"target":50},{"source":47,"target":17},{"source":48,"target":51},{"source":48,"target":17},{"source":49,"target":5},{"source":18,"target":6},{"source":18,"target":5},{"source":18,"target":52},{"source":52,"target":5},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":27},{"source":7,"target":40},{"source":7,"target":4},{"source":53,"target":7},{"source":53,"target":5},{"source":53,"target":58},{"source":53,"target":59},{"source":58,"target":60},{"source":58,"target":53},{"source":59,"target":5},{"source":54,"target":7},{"source":54,"target":5},{"source":54,"target":61},{"source":54,"target":62},{"source":54,"target":63},{"source":54,"target":64},{"source":61,"target":65},{"source":61,"target":54},{"source":62,"target":40},{"source":62,"target":66},{"source":62,"target":54},{"source":66,"target":40},{"source":63,"target":40},{"source":63,"target":67},{"source":63,"target":54},{"source":67,"target":40},{"source":64,"target":5},{"source":55,"target":7},{"source":55,"target":5},{"source":55,"target":68},{"source":68,"target":5},{"source":56,"target":7},{"source":56,"target":5},{"source":56,"target":69},{"source":56,"target":70},{"source":69,"target":71},{"source":69,"target":56},{"source":70,"target":5},{"source":57,"target":7},{"source":57,"target":5},{"source":57,"target":72},{"source":57,"target":73},{"source":57,"target":74},{"source":57,"target":75},{"source":72,"target":76},{"source":72,"target":57},{"source":73,"target":40},{"source":73,"target":77},{"source":73,"target":57},{"source":77,"target":40},{"source":74,"target":40},{"source":74,"target":78},{"source":74,"target":57},{"source":78,"target":40},{"source":75,"target":5},{"source":27,"target":7},{"source":27,"target":5},{"source":27,"target":79},{"source":79,"target":5},{"source":40,"target":7},{"source":40,"target":5},{"source":40,"target":80},{"source":40,"target":81},{"source":40,"target":82},{"source":40,"target":83},{"source":40,"target":84},{"source":40,"target":85},{"source":40,"target":86},{"source":80,"target":87},{"source":80,"target":40},{"source":81,"target":88},{"source":81,"target":40},{"source":82,"target":89},{"source":82,"target":40},{"source":83,"target":90},{"source":83,"target":40},{"source":84,"target":91},{"source":84,"target":40},{"source":85,"target":92},{"source":85,"target":40},{"source":86,"target":5},{"source":8,"target":93},{"source":8,"target":94},{"source":8,"target":95},{"source":8,"target":96},{"source":8,"target":4},{"source":93,"target":8},{"source":93,"target":5},{"source":93,"target":97},{"source":93,"target":98},{"source":93,"target":99},{"source":93,"target":100},{"source":93,"target":101},{"source":97,"target":102},{"source":97,"target":93},{"source":98,"target":103},{"source":98,"target":93},{"source":99,"target":40},{"source":99,"target":104},{"source":99,"target":93},{"source":104,"target":40},{"source":100,"target":40},{"source":100,"target":105},{"source":100,"target":93},{"source":105,"target":40},{"source":101,"target":5},{"source":94,"target":8},{"source":94,"target":5},{"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":106,"target":113},{"source":106,"target":94},{"source":107,"target":114},{"source":107,"target":94},{"source":108,"target":40},{"source":108,"target":115},{"source":108,"target":94},{"source":115,"target":40},{"source":109,"target":116},{"source":109,"target":94},{"source":110,"target":117},{"source":110,"target":94},{"source":111,"target":93},{"source":111,"target":118},{"source":111,"target":94},{"source":118,"target":93},{"source":112,"target":5},{"source":95,"target":8},{"source":95,"target":5},{"source":95,"target":119},{"source":95,"target":120},{"source":95,"target":121},{"source":95,"target":122},{"source":119,"target":123},{"source":119,"target":95},{"source":120,"target":124},{"source":120,"target":95},{"source":121,"target":125},{"source":121,"target":126},{"source":121,"target":95},{"source":126,"target":125},{"source":122,"target":5},{"source":96,"target":8},{"source":96,"target":5},{"source":96,"target":127},{"source":96,"target":128},{"source":96,"target":129},{"source":96,"target":130},{"source":96,"target":131},{"source":127,"target":95},{"source":127,"target":132},{"source":127,"target":96},{"source":132,"target":95},{"source":128,"target":95},{"source":128,"target":133},{"source":128,"target":96},{"source":133,"target":95},{"source":129,"target":95},{"source":129,"target":134},{"source":129,"target":96},{"source":134,"target":95},{"source":130,"target":95},{"source":130,"target":135},{"source":130,"target":96},{"source":135,"target":95},{"source":131,"target":5},{"source":9,"target":31},{"source":9,"target":136},{"source":9,"target":29},{"source":9,"target":4},{"source":31,"target":9},{"source":31,"target":5},{"source":31,"target":137},{"source":31,"target":138},{"source":31,"target":139},{"source":31,"target":140},{"source":137,"target":141},{"source":137,"target":31},{"source":138,"target":142},{"source":138,"target":31},{"source":139,"target":143},{"source":139,"target":31},{"source":140,"target":5},{"source":136,"target":9},{"source":136,"target":5},{"source":136,"target":144},{"source":136,"target":145},{"source":136,"target":146},{"source":136,"target":147},{"source":136,"target":148},{"source":136,"target":149},{"source":144,"target":150},{"source":144,"target":136},{"source":145,"target":151},{"source":145,"target":136},{"source":146,"target":152},{"source":146,"target":136},{"source":147,"target":153},{"source":147,"target":136},{"source":148,"target":154},{"source":148,"target":136},{"source":149,"target":5},{"source":29,"target":9},{"source":29,"target":5},{"source":29,"target":155},{"source":29,"target":156},{"source":29,"target":157},{"source":29,"target":158},{"source":155,"target":159},{"source":155,"target":29},{"source":156,"target":160},{"source":156,"target":29},{"source":157,"target":161},{"source":157,"target":29},{"source":158,"target":5},{"source":10,"target":162},{"source":10,"target":4},{"source":162,"target":10},{"source":162,"target":5},{"source":162,"target":163},{"source":162,"target":164},{"source":162,"target":165},{"source":162,"target":166},{"source":162,"target":167},{"source":163,"target":168},{"source":163,"target":162},{"source":164,"target":169},{"source":164,"target":162},{"source":165,"target":170},{"source":165,"target":162},{"source":166,"target":171},{"source":166,"target":162},{"source":167,"target":5},{"source":172,"target":173},{"source":172,"target":174},{"source":173,"target":175},{"source":173,"target":176},{"source":173,"target":177},{"source":173,"target":178},{"source":173,"target":179},{"source":173,"target":180},{"source":173,"target":181},{"source":173,"target":182},{"source":173,"target":183},{"source":173,"target":184},{"source":173,"target":185},{"source":173,"target":186},{"source":173,"target":187},{"source":173,"target":188},{"source":173,"target":189},{"source":173,"target":190},{"source":173,"target":191},{"source":173,"target":192},{"source":173,"target":193},{"source":173,"target":125},{"source":173,"target":194},{"source":173,"target":195},{"source":173,"target":196},{"source":173,"target":197},{"source":173,"target":198},{"source":173,"target":199},{"source":173,"target":200},{"source":173,"target":201},{"source":173,"target":172},{"source":175,"target":173},{"source":176,"target":173},{"source":176,"target":175},{"source":176,"target":202},{"source":176,"target":203},{"source":176,"target":204},{"source":176,"target":205},{"source":176,"target":206},{"source":176,"target":207},{"source":176,"target":208},{"source":202,"target":209},{"source":202,"target":176},{"source":203,"target":210},{"source":203,"target":176},{"source":204,"target":211},{"source":204,"target":176},{"source":205,"target":175},{"source":205,"target":212},{"source":205,"target":176},{"source":212,"target":175},{"source":206,"target":213},{"source":206,"target":176},{"source":207,"target":214},{"source":207,"target":176},{"source":208,"target":175},{"source":177,"target":173},{"source":177,"target":175},{"source":177,"target":215},{"source":215,"target":175},{"source":178,"target":173},{"source":178,"target":177},{"source":178,"target":216},{"source":216,"target":177},{"source":179,"target":173},{"source":179,"target":178},{"source":179,"target":217},{"source":179,"target":218},{"source":179,"target":219},{"source":217,"target":175},{"source":217,"target":220},{"source":217,"target":179},{"source":220,"target":175},{"source":218,"target":178},{"source":218,"target":221},{"source":218,"target":179},{"source":221,"target":178},{"source":219,"target":178},{"source":180,"target":173},{"source":180,"target":178},{"source":180,"target":222},{"source":222,"target":178},{"source":181,"target":173},{"source":181,"target":177},{"source":181,"target":223},{"source":223,"target":177},{"source":182,"target":173},{"source":182,"target":181},{"source":182,"target":224},{"source":224,"target":181},{"source":183,"target":173},{"source":183,"target":181},{"source":183,"target":225},{"source":183,"target":226},{"source":183,"target":227},{"source":225,"target":228},{"source":225,"target":183},{"source":226,"target":181},{"source":226,"target":229},{"source":226,"target":183},{"source":229,"target":181},{"source":227,"target":181},{"source":184,"target":173},{"source":184,"target":177},{"source":184,"target":230},{"source":230,"target":177},{"source":185,"target":173},{"source":185,"target":184},{"source":185,"target":231},{"source":231,"target":184},{"source":186,"target":173},{"source":186,"target":184},{"source":186,"target":232},{"source":186,"target":233},{"source":186,"target":234},{"source":232,"target":235},{"source":232,"target":186},{"source":233,"target":184},{"source":233,"target":236},{"source":233,"target":186},{"source":236,"target":184},{"source":234,"target":184},{"source":187,"target":173},{"source":187,"target":177},{"source":187,"target":237},{"source":237,"target":177},{"source":188,"target":173},{"source":188,"target":187},{"source":188,"target":238},{"source":238,"target":187},{"source":189,"target":173},{"source":189,"target":187},{"source":189,"target":239},{"source":189,"target":240},{"source":189,"target":241},{"source":239,"target":242},{"source":239,"target":189},{"source":240,"target":187},{"source":240,"target":243},{"source":240,"target":189},{"source":243,"target":187},{"source":241,"target":187},{"source":190,"target":173},{"source":190,"target":175},{"source":190,"target":244},{"source":244,"target":175},{"source":191,"target":173},{"source":191,"target":190},{"source":191,"target":245},{"source":191,"target":246},{"source":245,"target":247},{"source":245,"target":191},{"source":246,"target":190},{"source":192,"target":173},{"source":192,"target":190},{"source":192,"target":248},{"source":192,"target":249},{"source":248,"target":250},{"source":248,"target":192},{"source":249,"target":190},{"source":193,"target":173},{"source":193,"target":190},{"source":193,"target":251},{"source":193,"target":252},{"source":251,"target":253},{"source":251,"target":193},{"source":252,"target":190},{"source":125,"target":173},{"source":125,"target":190},{"source":125,"target":254},{"source":125,"target":255},{"source":254,"target":175},{"source":254,"target":256},{"source":254,"target":125},{"source":256,"target":175},{"source":255,"target":190},{"source":194,"target":173},{"source":194,"target":175},{"source":194,"target":257},{"source":257,"target":175},{"source":195,"target":173},{"source":195,"target":258},{"source":195,"target":259},{"source":258,"target":175},{"source":258,"target":260},{"source":258,"target":195},{"source":260,"target":175},{"source":259,"target":176},{"source":259,"target":261},{"source":259,"target":195},{"source":261,"target":176},{"source":196,"target":173},{"source":196,"target":175},{"source":196,"target":262},{"source":196,"target":263},{"source":262,"target":176},{"source":262,"target":264},{"source":262,"target":196},{"source":264,"target":176},{"source":263,"target":175},{"source":197,"target":173},{"source":197,"target":190},{"source":197,"target":265},{"source":197,"target":266},{"source":265,"target":267},{"source":265,"target":197},{"source":266,"target":190},{"source":198,"target":173},{"source":198,"target":190},{"source":198,"target":268},{"source":198,"target":269},{"source":268,"target":270},{"source":268,"target":198},{"source":269,"target":190},{"source":199,"target":173},{"source":199,"target":190},{"source":199,"target":271},{"source":199,"target":272},{"source":271,"target":273},{"source":271,"target":199},{"source":272,"target":190},{"source":200,"target":173},{"source":200,"target":190},{"source":200,"target":274},{"source":200,"target":275},{"source":274,"target":276},{"source":274,"target":200},{"source":275,"target":190},{"source":201,"target":173},{"source":201,"target":190},{"source":201,"target":277},{"source":201,"target":278},{"source":277,"target":279},{"source":277,"target":201},{"source":278,"target":190},{"source":174,"target":11},{"source":174,"target":280},{"source":174,"target":172},{"source":11,"target":174},{"source":11,"target":196},{"source":11,"target":281},{"source":11,"target":282},{"source":11,"target":283},{"source":281,"target":284},{"source":281,"target":11},{"source":282,"target":285},{"source":282,"target":11},{"source":283,"target":196},{"source":280,"target":174},{"source":280,"target":11},{"source":280,"target":286},{"source":280,"target":287},{"source":286,"target":288},{"source":286,"target":280},{"source":287,"target":11}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="spreadsheetGrammarLanguage" nsURI="http://www.sdu.dk/mmmi/sgl/SpreadsheetGrammarLanguage" nsPrefix="spreadsheetGrammarLanguage"> <eClassifiers xsi:type="ecore:EClass" name="Grammar"> <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" eType="#//Block"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="def" eType="#//ColumnDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="spec" eType="#//ColumnSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MandatoryColumn" eSuperTypes="#//ColumnDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="OptionalColumn" eSuperTypes="#//ColumnDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="ColumnSpec"/> <eClassifiers xsi:type="ecore:EClass" name="RowSpec" eSuperTypes="#//ColumnSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="header" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="syntax" eType="#//Syntax" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockSpec" eSuperTypes="#//ColumnSpec"> <eStructuralFeatures xsi:type="ecore:EReference" name="kind" eType="#//Block"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Syntax"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="is_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="is_string" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="is_int" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" eType="#//Rule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="alternatives" upperBound="-1" eType="#//SyntaxSeq" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SyntaxSeq"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//Syntax" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ulrikpaghschultz/spreadsheet-parsing/xtext/dk.sdu.mmmi.sgl/model/generated/SpreadsheetGrammarLanguage.ecore
ecore
spreadsheetGrammarLanguage Grammar name root elements Element name Block columns Column name multiple def ColumnDefinition spec MandatoryColumn OptionalColumn ColumnSpec RowSpec header syntax BlockSpec kind Syntax is_id is_string is_int token rule Rule alternatives SyntaxSeq parts
null
{"directed":true,"nodes":[{"nsPrefix":"spreadsheetGrammarLanguage","nsURI":"http://www.sdu.dk/mmmi/sgl/SpreadsheetGrammarLanguage","name":"spreadsheetGrammarLanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grammar","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnDefinition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MandatoryColumn","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionalColumn","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnSpec","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowSpec","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockSpec","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Syntax","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SyntaxSeq","instanceClass":null,"abstract":false,"id":13,"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":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":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":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":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},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiple","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":"def","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spec","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":"header","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":"syntax","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"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":"is_id","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_string","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"is_int","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"token","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":false,"unsettable":false,"transient":false,"unique":true,"name":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternatives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"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":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":14,"target":17},{"source":14,"target":1},{"source":15,"target":3},{"source":15,"target":18},{"source":15,"target":1},{"source":18,"target":3},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":2},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":21},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":4},{"source":22,"target":24},{"source":22,"target":3},{"source":24,"target":4},{"source":23,"target":2},{"source":4,"target":0},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":25,"target":28},{"source":25,"target":4},{"source":26,"target":29},{"source":26,"target":4},{"source":27,"target":5},{"source":27,"target":30},{"source":27,"target":4},{"source":30,"target":5},{"source":5,"target":0},{"source":5,"target":31},{"source":31,"target":8},{"source":31,"target":32},{"source":31,"target":5},{"source":32,"target":8},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":33},{"source":33,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":34},{"source":34,"target":5},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":35,"target":38},{"source":35,"target":9},{"source":36,"target":11},{"source":36,"target":39},{"source":36,"target":9},{"source":39,"target":11},{"source":37,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":40},{"source":10,"target":41},{"source":40,"target":3},{"source":40,"target":42},{"source":40,"target":10},{"source":42,"target":3},{"source":41,"target":8},{"source":11,"target":0},{"source":11,"target":43},{"source":11,"target":44},{"source":11,"target":45},{"source":11,"target":46},{"source":11,"target":47},{"source":43,"target":48},{"source":43,"target":11},{"source":44,"target":49},{"source":44,"target":11},{"source":45,"target":50},{"source":45,"target":11},{"source":46,"target":51},{"source":46,"target":11},{"source":47,"target":12},{"source":47,"target":52},{"source":47,"target":11},{"source":52,"target":12},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":53},{"source":12,"target":54},{"source":53,"target":13},{"source":53,"target":55},{"source":53,"target":12},{"source":55,"target":13},{"source":54,"target":2},{"source":13,"target":0},{"source":13,"target":56},{"source":56,"target":11},{"source":56,"target":57},{"source":56,"target":13},{"source":57,"target":11}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="etricegen" nsURI="http://www.eclipse.org/etrice/generator" nsPrefix="etricegen"> <eClassifiers xsi:type="ecore:EClass" name="Root"> <eOperations name="getReferencedModels" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//RoomModel"> <eParameters name="cls" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//RoomClass"/> </eOperations> <eOperations name="getReferencedProtocolClasses" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ProtocolClass"> <eParameters name="cls" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ActorClass"/> </eOperations> <eOperations name="getExpandedActorClass" eType="#//ExpandedActorClass"> <eParameters name="ai" eType="#//ActorInstance"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="library" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subSystemInstances" upperBound="-1" eType="#//SubSystemInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//RoomModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xpActorClasses" upperBound="-1" eType="#//ExpandedActorClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedDataClasses" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//DataClass" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedProtocolClasses" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ProtocolClass" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedActorClasses" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ActorClass" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usedRoomModels" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//RoomModel" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subSystemClasses" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//SubSystemClass" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceBase" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="threadId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" defaultValueLiteral="-1" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nObjIDs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructureInstance" eSuperTypes="#//InstanceBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//ActorInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1" eType="#//PortInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="saps" upperBound="-1" eType="#//SAPInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spps" upperBound="-1" eType="#//SPPInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="#//ServiceImplInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//BindingInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1" eType="#//ConnectionInstance" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allContainedInstances" upperBound="-1" eType="#//ActorInstance" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orderedIfItemInstances" upperBound="-1" eType="#//InterfaceItemInstance" changeable="false" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubSystemInstance" eSuperTypes="#//StructureInstance"> <eOperations name="getThreadId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="instance" eType="#//InstanceBase"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="subSystemClass" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//SubSystemClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxObjId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActorInstance" eSuperTypes="#//StructureInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="actorClass" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ActorClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replIdx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unindexedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceItemInstance" eSuperTypes="#//InstanceBase"> <eOperations name="isReplicated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isSimple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isRelay" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getInterfaceItem" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//InterfaceItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="protocol" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ProtocolClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="peers" upperBound="-1" eType="#//InterfaceItemInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortInstance" eSuperTypes="#//InterfaceItemInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Port"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//PortKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//BindingInstance" eOpposite="#//BindingInstance/ports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PortKind"> <eLiterals name="external" literal="external"/> <eLiterals name="internal" value="1" literal="internal"/> <eLiterals name="relay" value="2" literal="relay"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BindingInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="2" eType="#//PortInstance" eOpposite="#//PortInstance/bindings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binding" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Binding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SAPInstance" eSuperTypes="#//InterfaceItemInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="sap" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//SAPRef"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SPPInstance" eSuperTypes="#//InstanceBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="spp" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//SPPRef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//ConnectionInstance" eOpposite="#//ConnectionInstance/toSPP"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" eType="#//ConnectionInstance" eOpposite="#//ConnectionInstance/fromSPP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceImplInstance" eSuperTypes="#//InterfaceItemInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="svcImpl" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ServiceImplementation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionInstance"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromAI" eType="#//ActorInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromSPP" eType="#//SPPInstance" eOpposite="#//SPPInstance/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toSPP" eType="#//SPPInstance" eOpposite="#//SPPInstance/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connection" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//LayerConnection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActiveTrigger"> <eStructuralFeatures xsi:type="ecore:EReference" name="msg" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Message"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifitem" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//InterfaceItem"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//TriggeredTransition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionChain"> <eOperations name="getStateContext" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//State"/> <eOperations name="isHandler" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="genExecuteChain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="tcv" eType="#//ITransitionChainVisitor"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skipEntry" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//VarDecl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ITransitionChainVisitor" instanceTypeName="ITransitionChainVisitor" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="IDiagnostician" instanceTypeName="IDiagnostician" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ExpandedActorClass"> <eOperations name="prepare"> <eParameters name="validator" eType="#//IDiagnostician"/> </eOperations> <eOperations name="release"/> <eOperations name="addOwnObject"> <eParameters name="obj" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraphItem"/> </eOperations> <eOperations name="isOwnObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="obj" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraphItem"/> </eOperations> <eOperations name="getInterfaceItemLocalId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="ifitem" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//InterfaceItem"/> </eOperations> <eOperations name="hasStateMachine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getTriggerCodeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="mif" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//MessageFromIf"/> </eOperations> <eOperations name="getTriggerCodeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="mif" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getOutgoingTransitions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition"> <eParameters name="node" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraphNode"/> </eOperations> <eOperations name="getIncomingTransitions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition"> <eParameters name="node" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraphNode"/> </eOperations> <eOperations name="getActiveTriggers" upperBound="-1" eType="#//ActiveTrigger"> <eParameters name="state" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//State"/> </eOperations> <eOperations name="getTriggers" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//MessageFromIf"/> <eOperations name="getOwnTriggers" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//MessageFromIf"/> <eOperations name="getMessageID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="mif" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//MessageFromIf"/> </eOperations> <eOperations name="getChain" eType="#//TransitionChain"> <eParameters name="trans" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition"/> </eOperations> <eOperations name="getTransitionChains" upperBound="-1" eType="#//TransitionChain"/> <eOperations name="getOwnTransitionChains" upperBound="-1" eType="#//TransitionChain"/> <eOperations name="getNode" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraphNode"> <eParameters name="tt" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//TransitionTerminal"/> </eOperations> <eOperations name="isMatching" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="trig" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Trigger"/> <eParameters name="trigstr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getDefaultBranch" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ContinuationTransition"> <eParameters name="out" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition"/> </eOperations> <eOperations name="getOrig" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eParameters name="copy" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eOperations name="getData" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//VarDecl"> <eParameters name="trans" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="actorClass" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ActorClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpandedRefinedState" eSuperTypes="../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//SimpleState"> <eOperations name="init"> <eParameters name="rs" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//RefinedState"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedEntry" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//DetailCode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedExit" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//DetailCode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedDo" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//DetailCode" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/rohit21agrawal/etrice/plugins/org.eclipse.etrice.core.genmodel/model/etricegen.ecore
ecore
etricegen Root getReferencedModels cls getReferencedProtocolClasses cls getExpandedActorClass ai library subSystemInstances models xpActorClasses usedDataClasses usedProtocolClasses usedActorClasses usedRoomModels subSystemClasses InstanceBase name path objId threadId -1 nObjIDs StructureInstance instances ports saps spps services bindings connections allContainedInstances orderedIfItemInstances SubSystemInstance getThreadId instance subSystemClass maxObjId ActorInstance actorClass replIdx -1 unindexedName InterfaceItemInstance isReplicated isSimple isRelay getInterfaceItem protocol peers PortInstance port kind bindings PortKind external external internal internal relay relay BindingInstance ports binding SAPInstance sap SPPInstance spp incoming outgoing ServiceImplInstance svcImpl ConnectionInstance fromAI fromSPP toSPP connection ActiveTrigger msg ifitem trigger transitions TransitionChain getStateContext isHandler genExecuteChain tcv transition skipEntry false data ITransitionChainVisitor java.lang.Object ITransitionChainVisitor IDiagnostician java.lang.Object IDiagnostician ExpandedActorClass prepare validator release addOwnObject obj isOwnObject obj getInterfaceItemLocalId ifitem hasStateMachine getTriggerCodeName mif getTriggerCodeName mif getOutgoingTransitions node getIncomingTransitions node getActiveTriggers state getTriggers getOwnTriggers getMessageID mif getChain trans getTransitionChains getOwnTransitionChains getNode tt isMatching trig trigstr getDefaultBranch out getOrig copy getData trans actorClass stateMachine ExpandedRefinedState init rs inheritedEntry inheritedExit inheritedDo
null
{"directed":true,"nodes":[{"nsPrefix":"etricegen","nsURI":"http://www.eclipse.org/etrice/generator","name":"etricegen","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceBase","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureInstance","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSystemInstance","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorInstance","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceItemInstance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortInstance","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingInstance","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SAPInstance","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SPPInstance","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceImplInstance","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionInstance","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveTrigger","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionChain","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"ITransitionChainVisitor","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ITransitionChainVisitor","instanceClass":"java.lang.Object","abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":"IDiagnostician","defaultValue":null,"instanceClassName":"java.lang.Object","name":"IDiagnostician","instanceClass":"java.lang.Object","abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandedActorClass","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandedRefinedState","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getReferencedModels","lowerBound":0,"id":20,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getReferencedProtocolClasses","lowerBound":0,"id":21,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExpandedActorClass","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"library","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subSystemInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"models","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xpActorClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"usedDataClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"usedProtocolClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"usedActorClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"usedRoomModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"subSystemClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":true},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cls","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cls","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ai","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"path","changeable":false,"lowerBound":0,"iD":false,"id":51,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objId","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"threadId","changeable":false,"lowerBound":0,"iD":false,"id":53,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"nObjIDs","changeable":false,"lowerBound":0,"iD":false,"id":54,"derived":true},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"saps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allContainedInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"orderedIfItemInstances","changeable":false,"resolveProxies":true,"lowerBound":0,"id":68,"derived":true},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getThreadId","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subSystemClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"maxObjId","changeable":false,"lowerBound":0,"iD":false,"id":81,"derived":true},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"instance","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actorClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"replIdx","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"unindexedName","changeable":false,"lowerBound":0,"iD":false,"id":90,"derived":true},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isReplicated","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSimple","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRelay","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInterfaceItem","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"protocol","changeable":false,"resolveProxies":true,"lowerBound":0,"id":99,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"peers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"name":"external","id":116,"value":0,"literal":"external","eClass":"EEnumLiteral"},{"name":"internal","id":117,"value":1,"literal":"internal","eClass":"EEnumLiteral"},{"name":"relay","id":118,"value":2,"literal":"relay","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"spp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toSPP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromSPP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"svcImpl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fromAI","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"connection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"msg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ifitem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStateContext","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isHandler","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"genExecuteChain","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"skipEntry","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tcv","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prepare","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"release","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addOwnObject","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOwnObject","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInterfaceItemLocalId","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasStateMachine","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTriggerCodeName","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTriggerCodeName","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOutgoingTransitions","lowerBound":0,"id":173,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getIncomingTransitions","lowerBound":0,"id":174,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActiveTriggers","lowerBound":0,"id":175,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTriggers","lowerBound":0,"id":176,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOwnTriggers","lowerBound":0,"id":177,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessageID","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getChain","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTransitionChains","lowerBound":0,"id":180,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOwnTransitionChains","lowerBound":0,"id":181,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNode","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMatching","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultBranch","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOrig","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getData","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actorClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"validator","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EParameter"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"obj","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EParameter"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"obj","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EParameter"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ifitem","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mif","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mif","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EParameter"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EParameter"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mif","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EParameter"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trans","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EParameter"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tt","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EParameter"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trig","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"trigstr","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EParameter"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"out","lowerBound":0,"id":234,"many":true,"required":false,"eClass":"EParameter"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"copy","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EParameter"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trans","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EParameter"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"init","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inheritedEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inheritedExit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inheritedDo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rs","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":1,"target":0},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":20,"target":32},{"source":20,"target":1},{"source":20,"target":33},{"source":33,"target":34},{"source":33,"target":20},{"source":21,"target":35},{"source":21,"target":1},{"source":21,"target":36},{"source":36,"target":37},{"source":36,"target":21},{"source":22,"target":18},{"source":22,"target":38},{"source":22,"target":1},{"source":22,"target":39},{"source":38,"target":18},{"source":39,"target":5},{"source":39,"target":40},{"source":39,"target":22},{"source":40,"target":5},{"source":23,"target":41},{"source":23,"target":1},{"source":24,"target":4},{"source":24,"target":42},{"source":24,"target":1},{"source":42,"target":4},{"source":25,"target":43},{"source":25,"target":1},{"source":26,"target":18},{"source":26,"target":44},{"source":26,"target":1},{"source":44,"target":18},{"source":27,"target":45},{"source":27,"target":1},{"source":28,"target":46},{"source":28,"target":1},{"source":29,"target":47},{"source":29,"target":1},{"source":30,"target":48},{"source":30,"target":1},{"source":31,"target":49},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":50,"target":55},{"source":50,"target":2},{"source":51,"target":56},{"source":51,"target":2},{"source":52,"target":57},{"source":52,"target":2},{"source":53,"target":58},{"source":53,"target":2},{"source":54,"target":59},{"source":54,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":60,"target":5},{"source":60,"target":70},{"source":60,"target":3},{"source":70,"target":5},{"source":61,"target":7},{"source":61,"target":71},{"source":61,"target":3},{"source":71,"target":7},{"source":62,"target":10},{"source":62,"target":72},{"source":62,"target":3},{"source":72,"target":10},{"source":63,"target":11},{"source":63,"target":73},{"source":63,"target":3},{"source":73,"target":11},{"source":64,"target":12},{"source":64,"target":74},{"source":64,"target":3},{"source":74,"target":12},{"source":65,"target":9},{"source":65,"target":75},{"source":65,"target":3},{"source":75,"target":9},{"source":66,"target":13},{"source":66,"target":76},{"source":66,"target":3},{"source":76,"target":13},{"source":67,"target":5},{"source":67,"target":77},{"source":67,"target":3},{"source":77,"target":5},{"source":68,"target":6},{"source":68,"target":78},{"source":68,"target":3},{"source":78,"target":6},{"source":69,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":79,"target":83},{"source":79,"target":4},{"source":79,"target":84},{"source":84,"target":2},{"source":84,"target":85},{"source":84,"target":79},{"source":85,"target":2},{"source":80,"target":86},{"source":80,"target":4},{"source":81,"target":87},{"source":81,"target":4},{"source":82,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":88,"target":92},{"source":88,"target":5},{"source":89,"target":93},{"source":89,"target":5},{"source":90,"target":94},{"source":90,"target":5},{"source":91,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":95},{"source":6,"target":96},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":6,"target":101},{"source":95,"target":102},{"source":95,"target":6},{"source":96,"target":103},{"source":96,"target":6},{"source":97,"target":104},{"source":97,"target":6},{"source":98,"target":105},{"source":98,"target":6},{"source":99,"target":106},{"source":99,"target":6},{"source":100,"target":6},{"source":100,"target":107},{"source":100,"target":6},{"source":107,"target":6},{"source":101,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":108,"target":112},{"source":108,"target":7},{"source":109,"target":8},{"source":109,"target":113},{"source":109,"target":7},{"source":113,"target":8},{"source":110,"target":9},{"source":110,"target":114},{"source":110,"target":7},{"source":110,"target":115},{"source":114,"target":9},{"source":111,"target":6},{"source":8,"target":0},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":116,"target":8},{"source":117,"target":8},{"source":118,"target":8},{"source":9,"target":0},{"source":9,"target":115},{"source":9,"target":119},{"source":115,"target":7},{"source":115,"target":120},{"source":115,"target":9},{"source":115,"target":110},{"source":120,"target":7},{"source":119,"target":121},{"source":119,"target":9},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":122},{"source":10,"target":123},{"source":122,"target":124},{"source":122,"target":10},{"source":123,"target":6},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":128},{"source":125,"target":129},{"source":125,"target":11},{"source":126,"target":13},{"source":126,"target":130},{"source":126,"target":11},{"source":126,"target":131},{"source":130,"target":13},{"source":127,"target":13},{"source":127,"target":132},{"source":127,"target":11},{"source":127,"target":133},{"source":132,"target":13},{"source":128,"target":2},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":134},{"source":12,"target":135},{"source":134,"target":136},{"source":134,"target":12},{"source":135,"target":6},{"source":13,"target":0},{"source":13,"target":137},{"source":13,"target":133},{"source":13,"target":131},{"source":13,"target":138},{"source":137,"target":5},{"source":137,"target":139},{"source":137,"target":13},{"source":139,"target":5},{"source":133,"target":11},{"source":133,"target":140},{"source":133,"target":13},{"source":133,"target":127},{"source":140,"target":11},{"source":131,"target":11},{"source":131,"target":141},{"source":131,"target":13},{"source":131,"target":126},{"source":141,"target":11},{"source":138,"target":142},{"source":138,"target":13},{"source":14,"target":0},{"source":14,"target":143},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":143,"target":147},{"source":143,"target":14},{"source":144,"target":148},{"source":144,"target":14},{"source":145,"target":149},{"source":145,"target":14},{"source":146,"target":150},{"source":146,"target":14},{"source":15,"target":0},{"source":15,"target":151},{"source":15,"target":152},{"source":15,"target":153},{"source":15,"target":154},{"source":15,"target":155},{"source":15,"target":156},{"source":151,"target":157},{"source":151,"target":15},{"source":152,"target":158},{"source":152,"target":15},{"source":153,"target":159},{"source":153,"target":15},{"source":153,"target":160},{"source":160,"target":16},{"source":160,"target":161},{"source":160,"target":153},{"source":161,"target":16},{"source":154,"target":162},{"source":154,"target":15},{"source":155,"target":163},{"source":155,"target":15},{"source":156,"target":164},{"source":156,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":165},{"source":18,"target":166},{"source":18,"target":167},{"source":18,"target":168},{"source":18,"target":169},{"source":18,"target":170},{"source":18,"target":171},{"source":18,"target":172},{"source":18,"target":173},{"source":18,"target":174},{"source":18,"target":175},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":18,"target":179},{"source":18,"target":180},{"source":18,"target":181},{"source":18,"target":182},{"source":18,"target":183},{"source":18,"target":184},{"source":18,"target":185},{"source":18,"target":186},{"source":18,"target":187},{"source":18,"target":188},{"source":165,"target":18},{"source":165,"target":189},{"source":189,"target":17},{"source":189,"target":190},{"source":189,"target":165},{"source":190,"target":17},{"source":166,"target":18},{"source":167,"target":18},{"source":167,"target":191},{"source":191,"target":192},{"source":191,"target":167},{"source":168,"target":193},{"source":168,"target":18},{"source":168,"target":194},{"source":194,"target":195},{"source":194,"target":168},{"source":169,"target":196},{"source":169,"target":18},{"source":169,"target":197},{"source":197,"target":198},{"source":197,"target":169},{"source":170,"target":199},{"source":170,"target":18},{"source":171,"target":200},{"source":171,"target":18},{"source":171,"target":201},{"source":201,"target":202},{"source":201,"target":171},{"source":172,"target":203},{"source":172,"target":18},{"source":172,"target":204},{"source":204,"target":205},{"source":204,"target":172},{"source":173,"target":206},{"source":173,"target":18},{"source":173,"target":207},{"source":207,"target":208},{"source":207,"target":173},{"source":174,"target":209},{"source":174,"target":18},{"source":174,"target":210},{"source":210,"target":211},{"source":210,"target":174},{"source":175,"target":14},{"source":175,"target":212},{"source":175,"target":18},{"source":175,"target":213},{"source":212,"target":14},{"source":213,"target":214},{"source":213,"target":175},{"source":176,"target":215},{"source":176,"target":18},{"source":177,"target":216},{"source":177,"target":18},{"source":178,"target":217},{"source":178,"target":18},{"source":178,"target":218},{"source":218,"target":219},{"source":218,"target":178},{"source":179,"target":15},{"source":179,"target":220},{"source":179,"target":18},{"source":179,"target":221},{"source":220,"target":15},{"source":221,"target":222},{"source":221,"target":179},{"source":180,"target":15},{"source":180,"target":223},{"source":180,"target":18},{"source":223,"target":15},{"source":181,"target":15},{"source":181,"target":224},{"source":181,"target":18},{"source":224,"target":15},{"source":182,"target":225},{"source":182,"target":18},{"source":182,"target":226},{"source":226,"target":227},{"source":226,"target":182},{"source":183,"target":228},{"source":183,"target":18},{"source":183,"target":229},{"source":183,"target":230},{"source":229,"target":231},{"source":229,"target":183},{"source":230,"target":232},{"source":230,"target":183},{"source":184,"target":233},{"source":184,"target":18},{"source":184,"target":234},{"source":234,"target":235},{"source":234,"target":184},{"source":185,"target":236},{"source":185,"target":18},{"source":185,"target":237},{"source":237,"target":238},{"source":237,"target":185},{"source":186,"target":239},{"source":186,"target":18},{"source":186,"target":240},{"source":240,"target":241},{"source":240,"target":186},{"source":187,"target":242},{"source":187,"target":18},{"source":188,"target":243},{"source":188,"target":18},{"source":19,"target":0},{"source":19,"target":244},{"source":19,"target":245},{"source":19,"target":246},{"source":19,"target":247},{"source":19,"target":248},{"source":244,"target":19},{"source":244,"target":249},{"source":249,"target":250},{"source":249,"target":244},{"source":245,"target":251},{"source":245,"target":19},{"source":246,"target":252},{"source":246,"target":19},{"source":247,"target":253},{"source":247,"target":19}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="actormapping" nsURI="http://www.bonitasoft.org/ns/actormapping/6.0" nsPrefix="actormapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;Actor Mapping Schema 1.0 for Bonita Open Solution.&#xA;&#x9;&#x9;&#x9;Copyright (C) 2011 BonitaSoft S.A.&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/edapt"> <details key="historyURI" value="process.history"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ActorMapping"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="actorMapping"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="users" eType="#//Users" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="users"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" eType="#//Groups" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="groups"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" eType="#//Roles" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="roles"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="memberships" eType="#//Membership" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="memberships"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActorMappingsType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="actorMappings_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actorMapping" lowerBound="1" upperBound="-1" eType="#//ActorMapping" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="actorMapping"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="actorMappings" upperBound="-2" eType="#//ActorMappingsType" 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="actorMappings"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Groups"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Groups"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="group"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Membership"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Membership"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="membership" lowerBound="1" upperBound="-1" eType="#//MembershipType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="membership"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MembershipType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="membership_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="group" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="role"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Roles"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Roles"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="role"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Users"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Users"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="user" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="user"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/ActorMapping.ecore
ecore
actormapping ActorMapping description users groups roles memberships name ActorMappingsType actorMapping DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation actorMappings Groups group Membership membership MembershipType group role Roles role Users user
null
{"directed":true,"nodes":[{"nsPrefix":"actormapping","nsURI":"http://www.bonitasoft.org/ns/actormapping/6.0","name":"actormapping","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorMapping","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorMappingsType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Groups","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Membership","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MembershipType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Roles","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Users","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":false,"lowerBound":0,"id":10,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":false,"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":"roles","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memberships","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"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":"actorMapping","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"id":22,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":25,"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":"actorMappings","changeable":true,"resolveProxies":false,"lowerBound":0,"id":26,"derived":true},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"group","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"id":32,"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":"membership","changeable":true,"resolveProxies":false,"lowerBound":1,"id":33,"derived":false},{"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":"group","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"user","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":8},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":8},{"source":11,"target":4},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":4},{"source":12,"target":7},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":7},{"source":13,"target":5},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":5},{"source":14,"target":20},{"source":14,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":21,"target":1},{"source":21,"target":22},{"source":21,"target":2},{"source":22,"target":1},{"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":2},{"source":26,"target":30},{"source":26,"target":3},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":31},{"source":31,"target":32},{"source":31,"target":4},{"source":5,"target":0},{"source":5,"target":33},{"source":33,"target":6},{"source":33,"target":34},{"source":33,"target":5},{"source":34,"target":6},{"source":6,"target":0},{"source":6,"target":35},{"source":6,"target":36},{"source":35,"target":37},{"source":35,"target":6},{"source":36,"target":38},{"source":36,"target":6},{"source":7,"target":0},{"source":7,"target":39},{"source":39,"target":40},{"source":39,"target":7},{"source":8,"target":0},{"source":8,"target":41},{"source":41,"target":42},{"source":41,"target":8}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <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="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <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="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsDataSet2ownedElementHasVisibility.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public IntervalConstraint ExtensionPoint Interaction LiteralBoolean ActivityFinalNode AddStructuralFeatureValueAction CallTrigger InitialNode EncapsulatedClassifier DurationObservationAction ExpansionRegion LiteralInteger State Parameter ClearAssociationAction InteractionOccurrence DecisionNode Classifier Extension WriteStructuralFeatureAction ForkNode Actor BehavioredClassifier ExecutableNode RedefinableTemplateSignature CallBehaviorAction TimeExpression Namespace member Implementation Behavior PartDecomposition Operation ExtensionEnd Include Substitution Realization StructuralFeatureAction ObjectFlow ObjectNode LoopNode Lifeline CreateLinkObjectAction Continuation Action AddVariableValueAction Device ReadStructuralFeatureAction CreateObjectAction ParameterSet SendObjectAction WriteLinkAction RemoveStructuralFeatureValueAction ProtocolTransition ValuePin Package ReadSelfAction ConnectableElement Node Abstraction ProtocolStateMachine OutputPin UseCase InteractionConstraint DeploymentTarget FinalNode CommunicationPath PrimitiveType CallAction Enumeration TemplateableClassifier Manifestation Activity InformationItem LiteralUnlimitedNatural PrimitiveFunction StructuralFeature Reception ReplyAction Stop Pseudostate NamedElement visibility ReadLinkAction Constraint StateMachine GeneralizationSet MessageTrigger AcceptCallAction ActivityParameterNode Signal OpaqueExpression Variable ControlNode ParameterableClassifier EnumerationLiteral FlowFinalNode Usage ClearVariableAction Component ActivityPartition Vertex LiteralString Type CallOperationAction ReadLinkObjectEndQualifierAction InstanceValue ExpansionNode ReadLinkObjectEndAction Interface Profile Extend PackageableElement Stereotype InstanceSpecification CreateLinkAction Connector Interval ActivityNode AssociationClass InformationFlow ReadExtentAction GeneralOrdering StartOwnedBehaviorAction DestroyObjectAction ClearStructuralFeatureAction ConditionalNode DeploymentSpecification CentralBufferNode VariableAction Duration Class Association RedefinableElement Message Transition DataType JoinNode DeployedArtifact Collaboration SendSignalAction StructuredActivityNode BroadcastSignalAction InputPin ConnectionPointReference Region Gate Pin DurationConstraint Permission TimeObservationAction ActivityEdge RaiseExceptionAction ValueSpecification AcceptEventAction SignalTrigger MessageEnd ReadIsClassifiedObjectAction LiteralSpecification DurationInterval Feature ApplyFunctionAction InvocationAction FinalState DestroyLinkAction Expression TimeTrigger ControlFlow Port CombinedFragment TimeInterval InteractionFragment WriteVariableAction Model TimeConstraint ReadVariableAction Deployment ChangeTrigger Artifact Property CollaborationOccurrence ExecutionEnvironment EventOccurrence StateInvariant RemoveVariableValueAction Trigger InteractionOperand BehavioralFeature AnyTrigger Dependency TypedElement LiteralNull LinkAction TestIdentityAction StructuredClassifier DataStoreNode MergeNode ReclassifyObjectAction ExecutionOccurrence
null
{"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":"IntervalConstraint","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","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":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","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":"Abstraction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","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"},{"container":false,"ordered":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":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"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":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"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":84},{"source":2,"target":203},{"source":203,"target":84},{"source":3,"target":0},{"source":3,"target":133},{"source":3,"target":204},{"source":204,"target":133},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":171},{"source":4,"target":205},{"source":4,"target":206},{"source":205,"target":31},{"source":206,"target":171},{"source":5,"target":0},{"source":5,"target":158},{"source":5,"target":207},{"source":207,"target":158},{"source":6,"target":0},{"source":6,"target":66},{"source":6,"target":208},{"source":208,"target":66},{"source":7,"target":0},{"source":7,"target":21},{"source":7,"target":209},{"source":209,"target":21},{"source":8,"target":0},{"source":8,"target":87},{"source":8,"target":210},{"source":210,"target":87},{"source":9,"target":0},{"source":9,"target":93},{"source":9,"target":211},{"source":211,"target":93},{"source":10,"target":0},{"source":10,"target":194},{"source":10,"target":212},{"source":212,"target":194},{"source":11,"target":0},{"source":11,"target":21},{"source":11,"target":213},{"source":213,"target":21},{"source":12,"target":0},{"source":12,"target":141},{"source":12,"target":214},{"source":214,"target":141},{"source":13,"target":0},{"source":13,"target":158},{"source":13,"target":215},{"source":215,"target":158},{"source":14,"target":0},{"source":14,"target":29},{"source":14,"target":133},{"source":14,"target":101},{"source":14,"target":216},{"source":14,"target":217},{"source":14,"target":218},{"source":216,"target":29},{"source":217,"target":133},{"source":218,"target":101},{"source":15,"target":0},{"source":15,"target":58},{"source":15,"target":190},{"source":15,"target":219},{"source":15,"target":220},{"source":219,"target":58},{"source":220,"target":190},{"source":16,"target":0},{"source":16,"target":45},{"source":16,"target":221},{"source":221,"target":45},{"source":17,"target":0},{"source":17,"target":171},{"source":17,"target":222},{"source":222,"target":171},{"source":18,"target":0},{"source":18,"target":93},{"source":18,"target":223},{"source":223,"target":93},{"source":19,"target":0},{"source":19,"target":29},{"source":19,"target":103},{"source":19,"target":133},{"source":19,"target":224},{"source":19,"target":225},{"source":19,"target":226},{"source":224,"target":29},{"source":225,"target":103},{"source":226,"target":133},{"source":20,"target":0},{"source":20,"target":132},{"source":20,"target":227},{"source":227,"target":132},{"source":21,"target":0},{"source":21,"target":38},{"source":21,"target":228},{"source":228,"target":38},{"source":22,"target":0},{"source":22,"target":93},{"source":22,"target":229},{"source":229,"target":93},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":230},{"source":230,"target":19},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":231},{"source":231,"target":19},{"source":25,"target":0},{"source":25,"target":118},{"source":25,"target":232},{"source":232,"target":118},{"source":26,"target":0},{"source":26,"target":133},{"source":26,"target":233},{"source":233,"target":133},{"source":27,"target":0},{"source":27,"target":69},{"source":27,"target":234},{"source":234,"target":69},{"source":28,"target":0},{"source":28,"target":153},{"source":28,"target":235},{"source":235,"target":153},{"source":29,"target":0},{"source":29,"target":82},{"source":29,"target":236},{"source":29,"target":237},{"source":236,"target":82},{"source":236,"target":238},{"source":236,"target":29},{"source":238,"target":82},{"source":237,"target":82},{"source":30,"target":0},{"source":30,"target":37},{"source":30,"target":239},{"source":239,"target":37},{"source":31,"target":0},{"source":31,"target":131},{"source":31,"target":240},{"source":240,"target":131},{"source":32,"target":0},{"source":32,"target":17},{"source":32,"target":241},{"source":241,"target":17},{"source":33,"target":0},{"source":33,"target":187},{"source":33,"target":190},{"source":33,"target":242},{"source":33,"target":243},{"source":242,"target":187},{"source":243,"target":190},{"source":34,"target":0},{"source":34,"target":179},{"source":34,"target":244},{"source":244,"target":179},{"source":35,"target":0},{"source":35,"target":82},{"source":35,"target":245},{"source":245,"target":82},{"source":36,"target":0},{"source":36,"target":37},{"source":36,"target":246},{"source":246,"target":37},{"source":37,"target":0},{"source":37,"target":60},{"source":37,"target":247},{"source":247,"target":60},{"source":38,"target":0},{"source":38,"target":45},{"source":38,"target":248},{"source":248,"target":45},{"source":39,"target":0},{"source":39,"target":151},{"source":39,"target":249},{"source":249,"target":151},{"source":40,"target":0},{"source":40,"target":118},{"source":40,"target":190},{"source":40,"target":250},{"source":40,"target":251},{"source":250,"target":118},{"source":251,"target":190},{"source":41,"target":0},{"source":41,"target":141},{"source":41,"target":252},{"source":252,"target":141},{"source":42,"target":0},{"source":42,"target":82},{"source":42,"target":253},{"source":253,"target":82},{"source":43,"target":0},{"source":43,"target":115},{"source":43,"target":254},{"source":254,"target":115},{"source":44,"target":0},{"source":44,"target":171},{"source":44,"target":255},{"source":255,"target":171},{"source":45,"target":0},{"source":45,"target":25},{"source":45,"target":256},{"source":256,"target":25},{"source":46,"target":0},{"source":46,"target":172},{"source":46,"target":257},{"source":257,"target":172},{"source":47,"target":0},{"source":47,"target":59},{"source":47,"target":258},{"source":258,"target":59},{"source":48,"target":0},{"source":48,"target":38},{"source":48,"target":259},{"source":259,"target":38},{"source":49,"target":0},{"source":49,"target":45},{"source":49,"target":260},{"source":260,"target":45},{"source":50,"target":0},{"source":50,"target":82},{"source":50,"target":261},{"source":261,"target":82},{"source":51,"target":0},{"source":51,"target":162},{"source":51,"target":262},{"source":262,"target":162},{"source":52,"target":0},{"source":52,"target":192},{"source":52,"target":263},{"source":263,"target":192},{"source":53,"target":0},{"source":53,"target":21},{"source":53,"target":264},{"source":264,"target":21},{"source":54,"target":0},{"source":54,"target":135},{"source":54,"target":265},{"source":265,"target":135},{"source":55,"target":0},{"source":55,"target":143},{"source":55,"target":266},{"source":266,"target":143},{"source":56,"target":0},{"source":56,"target":29},{"source":56,"target":112},{"source":56,"target":267},{"source":56,"target":268},{"source":267,"target":29},{"source":268,"target":112},{"source":57,"target":0},{"source":57,"target":45},{"source":57,"target":269},{"source":269,"target":45},{"source":58,"target":0},{"source":58,"target":82},{"source":58,"target":270},{"source":270,"target":82},{"source":59,"target":0},{"source":59,"target":131},{"source":59,"target":65},{"source":59,"target":271},{"source":59,"target":272},{"source":271,"target":131},{"source":272,"target":65},{"source":60,"target":0},{"source":60,"target":189},{"source":60,"target":273},{"source":273,"target":189},{"source":61,"target":0},{"source":61,"target":85},{"source":61,"target":274},{"source":274,"target":85},{"source":62,"target":0},{"source":62,"target":147},{"source":62,"target":275},{"source":275,"target":147},{"source":63,"target":0},{"source":63,"target":24},{"source":63,"target":276},{"source":276,"target":24},{"source":64,"target":0},{"source":64,"target":84},{"source":64,"target":277},{"source":277,"target":84},{"source":65,"target":0},{"source":65,"target":82},{"source":65,"target":278},{"source":278,"target":82},{"source":66,"target":0},{"source":66,"target":93},{"source":66,"target":279},{"source":279,"target":93},{"source":67,"target":0},{"source":67,"target":132},{"source":67,"target":280},{"source":280,"target":132},{"source":68,"target":0},{"source":68,"target":136},{"source":68,"target":281},{"source":281,"target":136},{"source":69,"target":0},{"source":69,"target":162},{"source":69,"target":282},{"source":282,"target":162},{"source":70,"target":0},{"source":70,"target":136},{"source":70,"target":283},{"source":283,"target":136},{"source":71,"target":0},{"source":71,"target":19},{"source":71,"target":284},{"source":284,"target":19},{"source":72,"target":0},{"source":72,"target":60},{"source":72,"target":285},{"source":285,"target":60},{"source":73,"target":0},{"source":73,"target":31},{"source":73,"target":286},{"source":286,"target":31},{"source":74,"target":0},{"source":74,"target":19},{"source":74,"target":287},{"source":287,"target":19},{"source":75,"target":0},{"source":75,"target":158},{"source":75,"target":288},{"source":288,"target":158},{"source":76,"target":0},{"source":76,"target":112},{"source":76,"target":289},{"source":289,"target":112},{"source":77,"target":0},{"source":77,"target":160},{"source":77,"target":190},{"source":77,"target":290},{"source":77,"target":291},{"source":290,"target":160},{"source":291,"target":190},{"source":78,"target":0},{"source":78,"target":187},{"source":78,"target":292},{"source":292,"target":187},{"source":79,"target":0},{"source":79,"target":45},{"source":79,"target":293},{"source":293,"target":45},{"source":80,"target":0},{"source":80,"target":182},{"source":80,"target":294},{"source":294,"target":182},{"source":81,"target":0},{"source":81,"target":101},{"source":81,"target":295},{"source":295,"target":101},{"source":82,"target":0},{"source":82,"target":296},{"source":296,"target":1},{"source":296,"target":297},{"source":296,"target":82},{"source":297,"target":1},{"source":83,"target":0},{"source":83,"target":192},{"source":83,"target":298},{"source":298,"target":192},{"source":84,"target":0},{"source":84,"target":112},{"source":84,"target":299},{"source":299,"target":112},{"source":85,"target":0},{"source":85,"target":31},{"source":85,"target":300},{"source":300,"target":31},{"source":86,"target":0},{"source":86,"target":112},{"source":86,"target":301},{"source":301,"target":112},{"source":87,"target":0},{"source":87,"target":185},{"source":87,"target":302},{"source":302,"target":185},{"source":88,"target":0},{"source":88,"target":154},{"source":88,"target":303},{"source":303,"target":154},{"source":89,"target":0},{"source":89,"target":40},{"source":89,"target":304},{"source":304,"target":40},{"source":90,"target":0},{"source":90,"target":19},{"source":90,"target":305},{"source":305,"target":19},{"source":91,"target":0},{"source":91,"target":153},{"source":91,"target":306},{"source":306,"target":153},{"source":92,"target":0},{"source":92,"target":58},{"source":92,"target":190},{"source":92,"target":307},{"source":92,"target":308},{"source":307,"target":58},{"source":308,"target":190},{"source":93,"target":0},{"source":93,"target":118},{"source":93,"target":309},{"source":309,"target":118},{"source":94,"target":0},{"source":94,"target":19},{"source":94,"target":310},{"source":310,"target":19},{"source":95,"target":0},{"source":95,"target":114},{"source":95,"target":311},{"source":311,"target":114},{"source":96,"target":0},{"source":96,"target":66},{"source":96,"target":312},{"source":312,"target":66},{"source":97,"target":0},{"source":97,"target":189},{"source":97,"target":313},{"source":313,"target":189},{"source":98,"target":0},{"source":98,"target":129},{"source":98,"target":314},{"source":314,"target":129},{"source":99,"target":0},{"source":99,"target":131},{"source":99,"target":315},{"source":315,"target":131},{"source":100,"target":0},{"source":100,"target":82},{"source":100,"target":316},{"source":316,"target":82},{"source":101,"target":0},{"source":101,"target":82},{"source":101,"target":317},{"source":317,"target":82},{"source":102,"target":0},{"source":102,"target":158},{"source":102,"target":318},{"source":318,"target":158},{"source":103,"target":0},{"source":103,"target":112},{"source":103,"target":319},{"source":319,"target":112},{"source":104,"target":0},{"source":104,"target":69},{"source":104,"target":320},{"source":320,"target":69},{"source":105,"target":0},{"source":105,"target":45},{"source":105,"target":321},{"source":321,"target":45},{"source":106,"target":0},{"source":106,"target":153},{"source":106,"target":322},{"source":322,"target":153},{"source":107,"target":0},{"source":107,"target":40},{"source":107,"target":323},{"source":323,"target":40},{"source":108,"target":0},{"source":108,"target":45},{"source":108,"target":324},{"source":324,"target":45},{"source":109,"target":0},{"source":109,"target":19},{"source":109,"target":325},{"source":325,"target":19},{"source":110,"target":0},{"source":110,"target":56},{"source":110,"target":326},{"source":326,"target":56},{"source":111,"target":0},{"source":111,"target":82},{"source":111,"target":327},{"source":327,"target":82},{"source":112,"target":0},{"source":112,"target":82},{"source":112,"target":328},{"source":328,"target":82},{"source":113,"target":0},{"source":113,"target":131},{"source":113,"target":329},{"source":329,"target":131},{"source":114,"target":0},{"source":114,"target":112},{"source":114,"target":65},{"source":114,"target":138},{"source":114,"target":330},{"source":114,"target":331},{"source":114,"target":332},{"source":330,"target":112},{"source":331,"target":65},{"source":332,"target":138},{"source":115,"target":0},{"source":115,"target":52},{"source":115,"target":333},{"source":333,"target":52},{"source":116,"target":0},{"source":116,"target":160},{"source":116,"target":334},{"source":334,"target":160},{"source":117,"target":0},{"source":117,"target":153},{"source":117,"target":335},{"source":335,"target":153},{"source":118,"target":0},{"source":118,"target":133},{"source":118,"target":336},{"source":336,"target":133},{"source":119,"target":0},{"source":119,"target":131},{"source":119,"target":132},{"source":119,"target":337},{"source":119,"target":338},{"source":337,"target":131},{"source":338,"target":132},{"source":120,"target":0},{"source":120,"target":112},{"source":120,"target":339},{"source":339,"target":112},{"source":121,"target":0},{"source":121,"target":45},{"source":121,"target":340},{"source":340,"target":45},{"source":122,"target":0},{"source":122,"target":82},{"source":122,"target":341},{"source":341,"target":82},{"source":123,"target":0},{"source":123,"target":45},{"source":123,"target":342},{"source":342,"target":45},{"source":124,"target":0},{"source":124,"target":45},{"source":124,"target":343},{"source":343,"target":45},{"source":125,"target":0},{"source":125,"target":38},{"source":125,"target":344},{"source":344,"target":38},{"source":126,"target":0},{"source":126,"target":141},{"source":126,"target":345},{"source":345,"target":141},{"source":127,"target":0},{"source":127,"target":178},{"source":127,"target":346},{"source":346,"target":178},{"source":128,"target":0},{"source":128,"target":40},{"source":128,"target":347},{"source":347,"target":40},{"source":129,"target":0},{"source":129,"target":45},{"source":129,"target":348},{"source":348,"target":45},{"source":130,"target":0},{"source":130,"target":153},{"source":130,"target":349},{"source":349,"target":153},{"source":131,"target":0},{"source":131,"target":24},{"source":131,"target":10},{"source":131,"target":350},{"source":131,"target":351},{"source":350,"target":24},{"source":351,"target":10},{"source":132,"target":0},{"source":132,"target":19},{"source":132,"target":352},{"source":352,"target":19},{"source":133,"target":0},{"source":133,"target":82},{"source":133,"target":353},{"source":353,"target":82},{"source":134,"target":0},{"source":134,"target":82},{"source":134,"target":354},{"source":354,"target":82},{"source":135,"target":0},{"source":135,"target":133},{"source":135,"target":355},{"source":355,"target":133},{"source":136,"target":0},{"source":136,"target":19},{"source":136,"target":356},{"source":356,"target":19},{"source":137,"target":0},{"source":137,"target":93},{"source":137,"target":357},{"source":357,"target":93},{"source":138,"target":0},{"source":138,"target":82},{"source":138,"target":358},{"source":358,"target":82},{"source":139,"target":0},{"source":139,"target":24},{"source":139,"target":194},{"source":139,"target":359},{"source":139,"target":360},{"source":359,"target":24},{"source":360,"target":194},{"source":140,"target":0},{"source":140,"target":162},{"source":140,"target":361},{"source":361,"target":162},{"source":141,"target":0},{"source":141,"target":45},{"source":141,"target":29},{"source":141,"target":362},{"source":141,"target":363},{"source":362,"target":45},{"source":363,"target":29},{"source":142,"target":0},{"source":142,"target":162},{"source":142,"target":364},{"source":364,"target":162},{"source":143,"target":0},{"source":143,"target":147},{"source":143,"target":365},{"source":365,"target":147},{"source":144,"target":0},{"source":144,"target":101},{"source":144,"target":366},{"source":366,"target":101},{"source":145,"target":0},{"source":145,"target":29},{"source":145,"target":133},{"source":145,"target":367},{"source":145,"target":368},{"source":367,"target":29},{"source":368,"target":133},{"source":146,"target":0},{"source":146,"target":156},{"source":146,"target":369},{"source":369,"target":156},{"source":147,"target":0},{"source":147,"target":40},{"source":147,"target":370},{"source":370,"target":40},{"source":148,"target":0},{"source":148,"target":2},{"source":148,"target":371},{"source":371,"target":2},{"source":149,"target":0},{"source":149,"target":189},{"source":149,"target":372},{"source":372,"target":189},{"source":150,"target":0},{"source":150,"target":21},{"source":150,"target":373},{"source":373,"target":21},{"source":151,"target":0},{"source":151,"target":133},{"source":151,"target":374},{"source":374,"target":133},{"source":152,"target":0},{"source":152,"target":45},{"source":152,"target":375},{"source":375,"target":45},{"source":153,"target":0},{"source":153,"target":190},{"source":153,"target":376},{"source":376,"target":190},{"source":154,"target":0},{"source":154,"target":45},{"source":154,"target":377},{"source":377,"target":45},{"source":155,"target":0},{"source":155,"target":87},{"source":155,"target":378},{"source":378,"target":87},{"source":156,"target":0},{"source":156,"target":82},{"source":156,"target":379},{"source":379,"target":82},{"source":157,"target":0},{"source":157,"target":45},{"source":157,"target":380},{"source":380,"target":45},{"source":158,"target":0},{"source":158,"target":153},{"source":158,"target":381},{"source":381,"target":153},{"source":159,"target":0},{"source":159,"target":117},{"source":159,"target":382},{"source":382,"target":117},{"source":160,"target":0},{"source":160,"target":133},{"source":160,"target":383},{"source":383,"target":133},{"source":161,"target":0},{"source":161,"target":45},{"source":161,"target":384},{"source":384,"target":45},{"source":162,"target":0},{"source":162,"target":45},{"source":162,"target":385},{"source":385,"target":45},{"source":163,"target":0},{"source":163,"target":14},{"source":163,"target":386},{"source":386,"target":14},{"source":164,"target":0},{"source":164,"target":52},{"source":164,"target":387},{"source":387,"target":52},{"source":165,"target":0},{"source":165,"target":91},{"source":165,"target":388},{"source":388,"target":91},{"source":166,"target":0},{"source":166,"target":185},{"source":166,"target":389},{"source":389,"target":185},{"source":167,"target":0},{"source":167,"target":151},{"source":167,"target":390},{"source":390,"target":151},{"source":168,"target":0},{"source":168,"target":179},{"source":168,"target":391},{"source":391,"target":179},{"source":169,"target":0},{"source":169,"target":171},{"source":169,"target":392},{"source":392,"target":171},{"source":170,"target":0},{"source":170,"target":117},{"source":170,"target":393},{"source":393,"target":117},{"source":171,"target":0},{"source":171,"target":82},{"source":171,"target":394},{"source":394,"target":82},{"source":172,"target":0},{"source":172,"target":129},{"source":172,"target":395},{"source":395,"target":129},{"source":173,"target":0},{"source":173,"target":56},{"source":173,"target":396},{"source":396,"target":56},{"source":174,"target":0},{"source":174,"target":2},{"source":174,"target":397},{"source":397,"target":2},{"source":175,"target":0},{"source":175,"target":129},{"source":175,"target":398},{"source":398,"target":129},{"source":176,"target":0},{"source":176,"target":189},{"source":176,"target":399},{"source":399,"target":189},{"source":177,"target":0},{"source":177,"target":185},{"source":177,"target":400},{"source":400,"target":185},{"source":178,"target":0},{"source":178,"target":19},{"source":178,"target":138},{"source":178,"target":401},{"source":178,"target":402},{"source":401,"target":19},{"source":402,"target":138},{"source":179,"target":0},{"source":179,"target":77},{"source":179,"target":58},{"source":179,"target":65},{"source":179,"target":403},{"source":179,"target":404},{"source":179,"target":405},{"source":403,"target":77},{"source":404,"target":58},{"source":405,"target":65},{"source":180,"target":0},{"source":180,"target":82},{"source":180,"target":406},{"source":406,"target":82},{"source":181,"target":0},{"source":181,"target":59},{"source":181,"target":407},{"source":407,"target":59},{"source":182,"target":0},{"source":182,"target":171},{"source":182,"target":156},{"source":182,"target":408},{"source":182,"target":409},{"source":408,"target":171},{"source":409,"target":156},{"source":183,"target":0},{"source":183,"target":171},{"source":183,"target":410},{"source":410,"target":171},{"source":184,"target":0},{"source":184,"target":172},{"source":184,"target":411},{"source":411,"target":172},{"source":185,"target":0},{"source":185,"target":82},{"source":185,"target":412},{"source":412,"target":82},{"source":186,"target":0},{"source":186,"target":29},{"source":186,"target":171},{"source":186,"target":413},{"source":186,"target":414},{"source":413,"target":29},{"source":414,"target":171},{"source":187,"target":0},{"source":187,"target":29},{"source":187,"target":160},{"source":187,"target":415},{"source":187,"target":416},{"source":415,"target":29},{"source":416,"target":160},{"source":188,"target":0},{"source":188,"target":87},{"source":188,"target":417},{"source":417,"target":87},{"source":189,"target":0},{"source":189,"target":112},{"source":189,"target":418},{"source":418,"target":112},{"source":190,"target":0},{"source":190,"target":82},{"source":190,"target":419},{"source":419,"target":82},{"source":191,"target":0},{"source":191,"target":158},{"source":191,"target":420},{"source":420,"target":158},{"source":192,"target":0},{"source":192,"target":45},{"source":192,"target":421},{"source":421,"target":45},{"source":193,"target":0},{"source":193,"target":45},{"source":193,"target":422},{"source":422,"target":45},{"source":194,"target":0},{"source":194,"target":19},{"source":194,"target":423},{"source":423,"target":19},{"source":195,"target":0},{"source":195,"target":128},{"source":195,"target":424},{"source":424,"target":128},{"source":196,"target":0},{"source":196,"target":93},{"source":196,"target":425},{"source":425,"target":93},{"source":197,"target":0},{"source":197,"target":45},{"source":197,"target":426},{"source":426,"target":45},{"source":198,"target":0},{"source":198,"target":171},{"source":198,"target":427},{"source":427,"target":171}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="mapping" nsURI="http://www.polarsys.org/time4sys/mapping/1.0" nsPrefix="mapping"> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eOperations name="getUniqueSourceValue" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eParameters name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getUniqueTargetValue" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eParameters name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getSources" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eParameters name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getTargets" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eParameters name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getLinks" ordered="false" upperBound="-1" eType="#//Link"> <eParameters name="rule" eType="#//Context"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="subLinks" upperBound="-1" eType="#//Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rationale" eType="#//Context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sources" upperBound="-1" eType="#//MappableArtefact" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1" eType="#//MappableArtefact" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappableArtefact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//Link"> <eOperations name="getLinksForSource" upperBound="-1" eType="#//Link"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Return all sublinks where source appears as value in a sources MappableArtefact"/> </eAnnotations> <eParameters name="source" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Context" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subRules" upperBound="-1" eType="#//Context" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceArtefact" eSuperTypes="#//MappableArtefact"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EResource" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" lowerBound="1" eType="#//URI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URI" instanceClassName="org.eclipse.emf.common.util.URI"/> </ecore:EPackage>
github:ecore:/data/polarsys/time4sys/Time4Sys/plugins/org.polarsys.time4sys.mapping/model/mapping.ecore
ecore
mapping Link getUniqueSourceValue role getUniqueTargetValue role getSources role getTargets role getLinks rule subLinks rationale sources targets MappableArtefact name value Mapping getLinksForSource source rules Context name subRules ResourceArtefact resource uri URI org.eclipse.emf.common.util.URI org.eclipse.emf.common.util.URI
null
{"directed":true,"nodes":[{"nsPrefix":"mapping","nsURI":"http://www.polarsys.org/time4sys/mapping/1.0","name":"mapping","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappableArtefact","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceArtefact","instanceClass":null,"abstract":false,"id":5,"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":6,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUniqueSourceValue","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUniqueTargetValue","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getSources","lowerBound":0,"id":9,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTargets","lowerBound":0,"id":10,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getLinks","lowerBound":0,"id":11,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subLinks","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":"rationale","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":"sources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EParameter"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EParameter"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EParameter"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"role","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EParameter"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rule","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getLinksForSource","lowerBound":0,"id":39,"many":true,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"resource","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":7,"target":16},{"source":7,"target":1},{"source":7,"target":17},{"source":17,"target":18},{"source":17,"target":7},{"source":8,"target":19},{"source":8,"target":1},{"source":8,"target":20},{"source":20,"target":21},{"source":20,"target":8},{"source":9,"target":22},{"source":9,"target":1},{"source":9,"target":23},{"source":23,"target":24},{"source":23,"target":9},{"source":10,"target":25},{"source":10,"target":1},{"source":10,"target":26},{"source":26,"target":27},{"source":26,"target":10},{"source":11,"target":1},{"source":11,"target":28},{"source":11,"target":1},{"source":11,"target":29},{"source":28,"target":1},{"source":29,"target":4},{"source":29,"target":30},{"source":29,"target":11},{"source":30,"target":4},{"source":12,"target":1},{"source":12,"target":31},{"source":12,"target":1},{"source":31,"target":1},{"source":13,"target":4},{"source":13,"target":32},{"source":13,"target":1},{"source":32,"target":4},{"source":14,"target":2},{"source":14,"target":33},{"source":14,"target":1},{"source":33,"target":2},{"source":15,"target":2},{"source":15,"target":34},{"source":15,"target":1},{"source":34,"target":2},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":35,"target":37},{"source":35,"target":2},{"source":36,"target":38},{"source":36,"target":2},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":39,"target":1},{"source":39,"target":42},{"source":39,"target":3},{"source":39,"target":43},{"source":42,"target":1},{"source":43,"target":44},{"source":43,"target":39},{"source":40,"target":4},{"source":40,"target":45},{"source":40,"target":3},{"source":45,"target":4},{"source":41,"target":1},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":47},{"source":46,"target":48},{"source":46,"target":4},{"source":47,"target":4},{"source":47,"target":49},{"source":47,"target":4},{"source":49,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":50,"target":53},{"source":50,"target":5},{"source":51,"target":6},{"source":51,"target":54},{"source":51,"target":5},{"source":54,"target":6},{"source":52,"target":2},{"source":6,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="storedscript" nsURI="http://storedscript/1.0" nsPrefix="storedscript"> <eClassifiers xsi:type="ecore:EClass" name="StoredScriptRegistry"> <eOperations name="processNewOrChangedScript" lowerBound="1" eType="#//IStoredScript"> <eParameters name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="removeStoreScript"> <eParameters name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getStoredScript" lowerBound="1" eType="#//IStoredScript"> <eParameters name="uri" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getScriptType" eType="#//ScriptType"> <eParameters name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="scripts" upperBound="-1" eType="#//IStoredScript" containment="true" eOpposite="#//IStoredScript/registry"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scriptTypes" upperBound="-1" eType="#//ScriptType" containment="true" eOpposite="#//ScriptType/registry"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IStoredScript" abstract="true" interface="true"> <eAnnotations source=" http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="@implements org.eclipse.ease.storedscript.IContentProvider"/> </eAnnotations> <eOperations name="getMetadata" eType="#//ScriptMetadata"> <eParameters name="metadataName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metadatas" upperBound="-1" eType="#//ScriptMetadata" containment="true" eOpposite="#//ScriptMetadata/script"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scriptType" lowerBound="1" eType="#//ScriptType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="registry" lowerBound="1" eType="#//StoredScriptRegistry" eOpposite="#//StoredScriptRegistry/scripts"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StoredScript" eSuperTypes="#//IStoredScript"/> <eClassifiers xsi:type="ecore:EClass" name="ScriptMetadata"> <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" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="script" lowerBound="1" eType="#//IStoredScript" eOpposite="#//IStoredScript/metadatas"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="registry" lowerBound="1" eType="#//StoredScriptRegistry" eOpposite="#//StoredScriptRegistry/scriptTypes"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/DinisCruz/org.eclipse.e4.scripting/Plugins/core/org.eclipse.ease.storedscript/models/StoredScript.ecore
ecore
storedscript StoredScriptRegistry processNewOrChangedScript uri removeStoreScript uri getStoredScript uri getScriptType type scripts scriptTypes IStoredScript getMetadata metadataName uri metadatas scriptType registry StoredScript ScriptMetadata key value script ScriptType type extension registry
null
{"directed":true,"nodes":[{"nsPrefix":"storedscript","nsURI":"http://storedscript/1.0","name":"storedscript","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoredScriptRegistry","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IStoredScript","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StoredScript","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptMetadata","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"processNewOrChangedScript","lowerBound":1,"id":6,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeStoreScript","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStoredScript","lowerBound":1,"id":8,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getScriptType","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scripts","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":"scriptTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":1,"id":15,"many":false,"required":true,"eClass":"EParameter"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EParameter"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":21,"many":false,"required":true,"eClass":"EParameter"},{"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":"registry","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"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":"registry","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getMetadata","lowerBound":0,"id":27,"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":"uri","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":"metadatas","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":"scriptType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"metadataName","lowerBound":1,"id":32,"many":false,"required":true,"eClass":"EParameter"},{"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":"script","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":6,"target":2},{"source":6,"target":12},{"source":6,"target":1},{"source":6,"target":13},{"source":12,"target":2},{"source":13,"target":14},{"source":13,"target":6},{"source":7,"target":1},{"source":7,"target":15},{"source":15,"target":16},{"source":15,"target":7},{"source":8,"target":2},{"source":8,"target":17},{"source":8,"target":1},{"source":8,"target":18},{"source":17,"target":2},{"source":18,"target":19},{"source":18,"target":8},{"source":9,"target":5},{"source":9,"target":20},{"source":9,"target":1},{"source":9,"target":21},{"source":20,"target":5},{"source":21,"target":22},{"source":21,"target":9},{"source":10,"target":2},{"source":10,"target":23},{"source":10,"target":1},{"source":10,"target":24},{"source":23,"target":2},{"source":11,"target":5},{"source":11,"target":25},{"source":11,"target":1},{"source":11,"target":26},{"source":25,"target":5},{"source":2,"target":0},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":24},{"source":27,"target":4},{"source":27,"target":31},{"source":27,"target":2},{"source":27,"target":32},{"source":31,"target":4},{"source":32,"target":33},{"source":32,"target":27},{"source":28,"target":34},{"source":28,"target":2},{"source":29,"target":4},{"source":29,"target":35},{"source":29,"target":2},{"source":29,"target":36},{"source":35,"target":4},{"source":30,"target":5},{"source":30,"target":37},{"source":30,"target":2},{"source":37,"target":5},{"source":24,"target":1},{"source":24,"target":38},{"source":24,"target":2},{"source":24,"target":10},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":39},{"source":39,"target":2},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":36},{"source":40,"target":42},{"source":40,"target":4},{"source":41,"target":43},{"source":41,"target":4},{"source":36,"target":2},{"source":36,"target":44},{"source":36,"target":4},{"source":36,"target":29},{"source":44,"target":2},{"source":5,"target":0},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":26},{"source":45,"target":47},{"source":45,"target":5},{"source":46,"target":48},{"source":46,"target":5},{"source":26,"target":1},{"source":26,"target":49},{"source":26,"target":5},{"source":26,"target":11},{"source":49,"target":1}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore: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>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsMARTEownedElementHasVisibility.ecore
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
null
{"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}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="defaultname" nsURI="http://defaultname/1.0" nsPrefix="defaultname"> <eClassifiers xsi:type="ecore:EClass" name="HTML"> <eStructuralFeatures xsi:type="ecore:EReference" name="head" ordered="false" lowerBound="1" eType="#//HEAD" containment="true" eOpposite="#//HEAD/html"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//BODY" containment="true" eOpposite="#//BODY/html"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HTMLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false" upperBound="-1" eType="#//HTMLElement" eOpposite="#//HTMLElement/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" ordered="false" lowerBound="1" eType="#//HTMLElement" eOpposite="#//HTMLElement/children"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HEAD" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="headElements" ordered="false" upperBound="-1" eType="#//HEADElement" containment="true" eOpposite="#//HEADElement/head"/> <eStructuralFeatures xsi:type="ecore:EReference" name="html" ordered="false" lowerBound="1" eType="#//HTML" eOpposite="#//HTML/head"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HEADElement" abstract="true" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="head" ordered="false" lowerBound="1" eType="#//HEAD" eOpposite="#//HEAD/headElements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LINK" eSuperTypes="#//HEADElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rel" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ahref" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TITLE" eSuperTypes="#//HEADElement"/> <eClassifiers xsi:type="ecore:EClass" name="BODY" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bgcolor" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="link" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alink" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vlink" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyElements" ordered="false" upperBound="-1" eType="#//BODYElement" eOpposite="#//BODYElement/body"/> <eStructuralFeatures xsi:type="ecore:EReference" name="html" ordered="false" lowerBound="1" eType="#//HTML" eOpposite="#//HTML/body"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BODYElement" abstract="true" eSuperTypes="#//HTMLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//BODY" eOpposite="#//BODY/bodyElements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="H1" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="H2" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="H3" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="H4" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="EM" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="STRONG" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="B" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="I" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="TT" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="PRE" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="BIG" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="SMALL" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="SUB" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="SUP" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="STRIKE" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="FONT" eSuperTypes="#//BODYElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="face" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IMG" eSuperTypes="#//BODYElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alt" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vspace" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hspace" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ismap" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usemap" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="border" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BR" eSuperTypes="#//BODYElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clear" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MAP" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="AREA" eSuperTypes="#//BODYElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shape" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coords" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ahref" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="STYLE" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="EMBED" eSuperTypes="#//BODYElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vspace" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hspace" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="border" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NOEMBED" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="SPAN" eSuperTypes="#//BODYElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="style" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="A" eSuperTypes="#//BODYElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ahref" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DIV" eSuperTypes="#//BODYElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="P" eSuperTypes="#//BODYElement"/> <eClassifiers xsi:type="ecore:EClass" name="TABLEElement" abstract="true" eSuperTypes="#//BODYElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bgcolor" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="background" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TABLE" eSuperTypes="#//TABLEElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="border" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cellspacing" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cellpadding" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trs" ordered="false" upperBound="-1" eType="#//TR" containment="true" eOpposite="#//TR/table"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TR" eSuperTypes="#//TABLEElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" ordered="false" lowerBound="1" eType="#//TABLE" eOpposite="#//TABLE/trs"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tds" ordered="false" upperBound="-1" eType="#//TD" containment="true" eOpposite="#//TD/tr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TD" eSuperTypes="#//TABLEElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="colspan" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowspan" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valign" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tr" ordered="false" lowerBound="1" eType="#//TR" eOpposite="#//TR/tds"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TH" eSuperTypes="#//TD"/> <eClassifiers xsi:type="ecore:EClass" name="FORM"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="method" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="INPUT"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxlength" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checked" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputValue" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TEXTAREA"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cols" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SELECT"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiple" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OPTION"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="selected" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optionValue" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OL" eSuperTypes="#//ListElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="start" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UL" eSuperTypes="#//ListElement"/> <eClassifiers xsi:type="ecore:EClass" name="LI" eSuperTypes="#//ListElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="liValue" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DL"/> <eClassifiers xsi:type="ecore:EClass" name="DT"/> <eClassifiers xsi:type="ecore:EClass" name="DD"/> <eClassifiers xsi:type="ecore:EClass" name="APPLET"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applet" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="align" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PARAM"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paramValue" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OBJECT"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classid" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="standby" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FRAMESET"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cols" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="framespacing" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frameborder" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="border" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FRAME"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="src" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginwidth" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginheight" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scrolling" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noresize" ordered="false" unique="false" lowerBound="1" eType="#//PrimitiveTypes/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NOFRAME"/> <eClassifiers xsi:type="ecore:EClass" name="IFRAME" eSuperTypes="#//FRAME"/> <eSubpackages name="PrimitiveTypes" nsURI="html.primitivetype" nsPrefix="prim"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceTypeName="Boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceTypeName="String"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceTypeName="Integer"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/fpetitdemang/stage2014/workspace/emf.html/model/DefaultName.ecore
ecore
defaultname HTML head body HTMLElement value children parent HEAD headElements html HEADElement head LINK rel title ahref type TITLE BODY background bgcolor text link alink vlink bodyElements html BODYElement body H1 H2 H3 H4 EM STRONG B I TT PRE BIG SMALL SUB SUP STRIKE FONT color face size IMG src width height alt align vspace hspace ismap usemap border BR clear MAP AREA shape coords ahref STYLE EMBED src width height align vspace hspace border NOEMBED SPAN style A ahref name id DIV align P TABLEElement bgcolor background TABLE border width cellspacing cellpadding trs TR valign align table tds TD colspan rowspan valign align width tr TH FORM action method INPUT align maxlength size checked src inputValue name type TEXTAREA name rows cols SELECT multiple size name OPTION selected optionValue ListElement type OL start UL LI liValue DL DT DD APPLET applet class src align width height PARAM name paramValue OBJECT classid id data type standby FRAMESET rows cols framespacing frameborder border FRAME src name marginwidth marginheight scrolling noresize NOFRAME IFRAME PrimitiveTypes Boolean java.lang.Object Boolean String java.lang.Object String Integer java.lang.Object Integer
null
{"directed":true,"nodes":[{"nsPrefix":"defaultname","nsURI":"http://defaultname/1.0","name":"defaultname","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":"HEAD","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HEADElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LINK","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TITLE","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BODY","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BODYElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H1","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H2","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H3","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"H4","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EM","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STRONG","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"I","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TT","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PRE","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BIG","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SMALL","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SUB","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SUP","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STRIKE","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FONT","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IMG","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BR","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MAP","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AREA","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"STYLE","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EMBED","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NOEMBED","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SPAN","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DIV","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"P","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TABLEElement","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TABLE","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TR","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TD","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TH","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FORM","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"INPUT","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TEXTAREA","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SELECT","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OPTION","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListElement","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OL","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UL","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LI","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DL","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DT","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DD","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"APPLET","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PARAM","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OBJECT","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FRAMESET","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FRAME","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NOFRAME","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IFRAME","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"nsPrefix":"prim","nsURI":"html.primitivetype","name":"PrimitiveTypes","id":60,"eClass":"EPackage"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"head","changeable":true,"resolveProxies":true,"lowerBound":1,"id":61,"derived":false},{"container":false,"ordered":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":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"html","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"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":"html","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":67,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"instanceTypeName":"String","defaultValue":null,"instanceClassName":"java.lang.Object","name":"String","instanceClass":"java.lang.Object","id":70,"serializable":true,"eClass":"EDataType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"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":"headElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"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":"head","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"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":"rel","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ahref","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":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":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"background","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"bgcolor","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":"text","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"link","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"alink","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"vlink","changeable":true,"lowerBound":1,"iD":false,"id":96,"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":"bodyElements","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"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"color","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":"face","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":"size","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"src","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":133,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"height","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":"alt","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":"align","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"vspace","changeable":true,"lowerBound":1,"iD":false,"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":false,"name":"hspace","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":false,"name":"ismap","changeable":true,"lowerBound":1,"iD":false,"id":139,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"usemap","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"border","changeable":true,"lowerBound":1,"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"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"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":"clear","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"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":false,"name":"shape","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":false,"name":"coords","changeable":true,"lowerBound":1,"iD":false,"id":158,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ahref","changeable":true,"lowerBound":1,"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"src","changeable":true,"lowerBound":1,"iD":false,"id":165,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":166,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"align","changeable":true,"lowerBound":1,"iD":false,"id":168,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"vspace","changeable":true,"lowerBound":1,"iD":false,"id":169,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"hspace","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"border","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"style","changeable":true,"lowerBound":1,"iD":false,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ahref","changeable":true,"lowerBound":1,"iD":false,"id":184,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"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":"align","changeable":true,"lowerBound":1,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"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":"bgcolor","changeable":true,"lowerBound":1,"iD":false,"id":195,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"background","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"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":"border","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":201,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"cellspacing","changeable":true,"lowerBound":1,"iD":false,"id":202,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"cellpadding","changeable":true,"lowerBound":1,"iD":false,"id":203,"derived":false},{"container":false,"ordered":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":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":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":"table","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"valign","changeable":true,"lowerBound":1,"iD":false,"id":212,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"align","changeable":true,"lowerBound":1,"iD":false,"id":213,"derived":false},{"container":false,"ordered":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":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"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":"tr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"colspan","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rowspan","changeable":true,"lowerBound":1,"iD":false,"id":222,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"valign","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"align","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"action","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"method","changeable":true,"lowerBound":1,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"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":"align","changeable":true,"lowerBound":1,"iD":false,"id":238,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"maxlength","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":240,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"checked","changeable":true,"lowerBound":1,"iD":false,"id":241,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"src","changeable":true,"lowerBound":1,"iD":false,"id":242,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"inputValue","changeable":true,"lowerBound":1,"iD":false,"id":243,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":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":245,"derived":false},{"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"},{"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":254,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rows","changeable":true,"lowerBound":1,"iD":false,"id":255,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"cols","changeable":true,"lowerBound":1,"iD":false,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"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":"multiple","changeable":true,"lowerBound":1,"iD":false,"id":260,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"size","changeable":true,"lowerBound":1,"iD":false,"id":261,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"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":"selected","changeable":true,"lowerBound":1,"iD":false,"id":266,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"optionValue","changeable":true,"lowerBound":1,"iD":false,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":270,"derived":false},{"id":271,"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":"start","changeable":true,"lowerBound":1,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"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":"liValue","changeable":true,"lowerBound":1,"iD":false,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"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":"applet","changeable":true,"lowerBound":1,"iD":false,"id":279,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"class","changeable":true,"lowerBound":1,"iD":false,"id":280,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"src","changeable":true,"lowerBound":1,"iD":false,"id":281,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"align","changeable":true,"lowerBound":1,"iD":false,"id":282,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":291,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"paramValue","changeable":true,"lowerBound":1,"iD":false,"id":292,"derived":false},{"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":"classid","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":"id","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"data","changeable":true,"lowerBound":1,"iD":false,"id":297,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":298,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"standby","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"rows","changeable":true,"lowerBound":1,"iD":false,"id":305,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"cols","changeable":true,"lowerBound":1,"iD":false,"id":306,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"framespacing","changeable":true,"lowerBound":1,"iD":false,"id":307,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"frameborder","changeable":true,"lowerBound":1,"iD":false,"id":308,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"border","changeable":true,"lowerBound":1,"iD":false,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"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":"src","changeable":true,"lowerBound":1,"iD":false,"id":315,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":316,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"marginwidth","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"marginheight","changeable":true,"lowerBound":1,"iD":false,"id":318,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"scrolling","changeable":true,"lowerBound":1,"iD":false,"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":false,"name":"noresize","changeable":true,"lowerBound":1,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"instanceTypeName":"Boolean","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Boolean","instanceClass":"java.lang.Object","id":328,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"Integer","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Integer","instanceClass":"java.lang.Object","id":329,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":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":1,"target":0},{"source":1,"target":61},{"source":1,"target":62},{"source":61,"target":3},{"source":61,"target":63},{"source":61,"target":1},{"source":61,"target":64},{"source":63,"target":3},{"source":62,"target":7},{"source":62,"target":65},{"source":62,"target":1},{"source":62,"target":66},{"source":65,"target":7},{"source":2,"target":0},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":67,"target":70},{"source":67,"target":71},{"source":67,"target":2},{"source":71,"target":70},{"source":68,"target":2},{"source":68,"target":72},{"source":68,"target":2},{"source":68,"target":69},{"source":72,"target":2},{"source":69,"target":2},{"source":69,"target":73},{"source":69,"target":2},{"source":69,"target":68},{"source":73,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":74},{"source":3,"target":64},{"source":3,"target":75},{"source":74,"target":4},{"source":74,"target":76},{"source":74,"target":3},{"source":74,"target":77},{"source":76,"target":4},{"source":64,"target":1},{"source":64,"target":78},{"source":64,"target":3},{"source":64,"target":61},{"source":78,"target":1},{"source":75,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":77},{"source":4,"target":79},{"source":77,"target":3},{"source":77,"target":80},{"source":77,"target":4},{"source":77,"target":74},{"source":80,"target":3},{"source":79,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":81,"target":70},{"source":81,"target":86},{"source":81,"target":5},{"source":86,"target":70},{"source":82,"target":70},{"source":82,"target":87},{"source":82,"target":5},{"source":87,"target":70},{"source":83,"target":70},{"source":83,"target":88},{"source":83,"target":5},{"source":88,"target":70},{"source":84,"target":70},{"source":84,"target":89},{"source":84,"target":5},{"source":89,"target":70},{"source":85,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":90},{"source":90,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":66},{"source":7,"target":98},{"source":91,"target":70},{"source":91,"target":99},{"source":91,"target":7},{"source":99,"target":70},{"source":92,"target":70},{"source":92,"target":100},{"source":92,"target":7},{"source":100,"target":70},{"source":93,"target":70},{"source":93,"target":101},{"source":93,"target":7},{"source":101,"target":70},{"source":94,"target":70},{"source":94,"target":102},{"source":94,"target":7},{"source":102,"target":70},{"source":95,"target":70},{"source":95,"target":103},{"source":95,"target":7},{"source":103,"target":70},{"source":96,"target":70},{"source":96,"target":104},{"source":96,"target":7},{"source":104,"target":70},{"source":97,"target":8},{"source":97,"target":105},{"source":97,"target":7},{"source":97,"target":106},{"source":105,"target":8},{"source":66,"target":1},{"source":66,"target":107},{"source":66,"target":7},{"source":66,"target":62},{"source":107,"target":1},{"source":98,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":106},{"source":8,"target":108},{"source":106,"target":7},{"source":106,"target":109},{"source":106,"target":8},{"source":106,"target":97},{"source":109,"target":7},{"source":108,"target":2},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":110},{"source":110,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":111},{"source":111,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":112},{"source":112,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":113},{"source":113,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":114},{"source":114,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":115},{"source":115,"target":8},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":116},{"source":116,"target":8},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":117},{"source":117,"target":8},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":118},{"source":118,"target":8},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":119},{"source":119,"target":8},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":120},{"source":120,"target":8},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":121},{"source":121,"target":8},{"source":21,"target":0},{"source":21,"target":8},{"source":21,"target":122},{"source":122,"target":8},{"source":22,"target":0},{"source":22,"target":8},{"source":22,"target":123},{"source":123,"target":8},{"source":23,"target":0},{"source":23,"target":8},{"source":23,"target":124},{"source":124,"target":8},{"source":24,"target":0},{"source":24,"target":8},{"source":24,"target":125},{"source":24,"target":126},{"source":24,"target":127},{"source":24,"target":128},{"source":125,"target":70},{"source":125,"target":129},{"source":125,"target":24},{"source":129,"target":70},{"source":126,"target":70},{"source":126,"target":130},{"source":126,"target":24},{"source":130,"target":70},{"source":127,"target":70},{"source":127,"target":131},{"source":127,"target":24},{"source":131,"target":70},{"source":128,"target":8},{"source":25,"target":0},{"source":25,"target":8},{"source":25,"target":132},{"source":25,"target":133},{"source":25,"target":134},{"source":25,"target":135},{"source":25,"target":136},{"source":25,"target":137},{"source":25,"target":138},{"source":25,"target":139},{"source":25,"target":140},{"source":25,"target":141},{"source":25,"target":142},{"source":132,"target":70},{"source":132,"target":143},{"source":132,"target":25},{"source":143,"target":70},{"source":133,"target":70},{"source":133,"target":144},{"source":133,"target":25},{"source":144,"target":70},{"source":134,"target":70},{"source":134,"target":145},{"source":134,"target":25},{"source":145,"target":70},{"source":135,"target":70},{"source":135,"target":146},{"source":135,"target":25},{"source":146,"target":70},{"source":136,"target":70},{"source":136,"target":147},{"source":136,"target":25},{"source":147,"target":70},{"source":137,"target":70},{"source":137,"target":148},{"source":137,"target":25},{"source":148,"target":70},{"source":138,"target":70},{"source":138,"target":149},{"source":138,"target":25},{"source":149,"target":70},{"source":139,"target":70},{"source":139,"target":150},{"source":139,"target":25},{"source":150,"target":70},{"source":140,"target":70},{"source":140,"target":151},{"source":140,"target":25},{"source":151,"target":70},{"source":141,"target":70},{"source":141,"target":152},{"source":141,"target":25},{"source":152,"target":70},{"source":142,"target":8},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":153},{"source":26,"target":154},{"source":153,"target":70},{"source":153,"target":155},{"source":153,"target":26},{"source":155,"target":70},{"source":154,"target":8},{"source":27,"target":0},{"source":27,"target":8},{"source":27,"target":156},{"source":156,"target":8},{"source":28,"target":0},{"source":28,"target":8},{"source":28,"target":157},{"source":28,"target":158},{"source":28,"target":159},{"source":28,"target":160},{"source":157,"target":70},{"source":157,"target":161},{"source":157,"target":28},{"source":161,"target":70},{"source":158,"target":70},{"source":158,"target":162},{"source":158,"target":28},{"source":162,"target":70},{"source":159,"target":70},{"source":159,"target":163},{"source":159,"target":28},{"source":163,"target":70},{"source":160,"target":8},{"source":29,"target":0},{"source":29,"target":8},{"source":29,"target":164},{"source":164,"target":8},{"source":30,"target":0},{"source":30,"target":8},{"source":30,"target":165},{"source":30,"target":166},{"source":30,"target":167},{"source":30,"target":168},{"source":30,"target":169},{"source":30,"target":170},{"source":30,"target":171},{"source":30,"target":172},{"source":165,"target":70},{"source":165,"target":173},{"source":165,"target":30},{"source":173,"target":70},{"source":166,"target":70},{"source":166,"target":174},{"source":166,"target":30},{"source":174,"target":70},{"source":167,"target":70},{"source":167,"target":175},{"source":167,"target":30},{"source":175,"target":70},{"source":168,"target":70},{"source":168,"target":176},{"source":168,"target":30},{"source":176,"target":70},{"source":169,"target":70},{"source":169,"target":177},{"source":169,"target":30},{"source":177,"target":70},{"source":170,"target":70},{"source":170,"target":178},{"source":170,"target":30},{"source":178,"target":70},{"source":171,"target":70},{"source":171,"target":179},{"source":171,"target":30},{"source":179,"target":70},{"source":172,"target":8},{"source":31,"target":0},{"source":31,"target":8},{"source":31,"target":180},{"source":180,"target":8},{"source":32,"target":0},{"source":32,"target":8},{"source":32,"target":181},{"source":32,"target":182},{"source":181,"target":70},{"source":181,"target":183},{"source":181,"target":32},{"source":183,"target":70},{"source":182,"target":8},{"source":33,"target":0},{"source":33,"target":8},{"source":33,"target":184},{"source":33,"target":185},{"source":33,"target":186},{"source":33,"target":187},{"source":184,"target":70},{"source":184,"target":188},{"source":184,"target":33},{"source":188,"target":70},{"source":185,"target":70},{"source":185,"target":189},{"source":185,"target":33},{"source":189,"target":70},{"source":186,"target":70},{"source":186,"target":190},{"source":186,"target":33},{"source":190,"target":70},{"source":187,"target":8},{"source":34,"target":0},{"source":34,"target":8},{"source":34,"target":191},{"source":34,"target":192},{"source":191,"target":70},{"source":191,"target":193},{"source":191,"target":34},{"source":193,"target":70},{"source":192,"target":8},{"source":35,"target":0},{"source":35,"target":8},{"source":35,"target":194},{"source":194,"target":8},{"source":36,"target":0},{"source":36,"target":8},{"source":36,"target":195},{"source":36,"target":196},{"source":36,"target":197},{"source":195,"target":70},{"source":195,"target":198},{"source":195,"target":36},{"source":198,"target":70},{"source":196,"target":70},{"source":196,"target":199},{"source":196,"target":36},{"source":199,"target":70},{"source":197,"target":8},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":200},{"source":37,"target":201},{"source":37,"target":202},{"source":37,"target":203},{"source":37,"target":204},{"source":37,"target":205},{"source":200,"target":70},{"source":200,"target":206},{"source":200,"target":37},{"source":206,"target":70},{"source":201,"target":70},{"source":201,"target":207},{"source":201,"target":37},{"source":207,"target":70},{"source":202,"target":70},{"source":202,"target":208},{"source":202,"target":37},{"source":208,"target":70},{"source":203,"target":70},{"source":203,"target":209},{"source":203,"target":37},{"source":209,"target":70},{"source":204,"target":38},{"source":204,"target":210},{"source":204,"target":37},{"source":204,"target":211},{"source":210,"target":38},{"source":205,"target":36},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":212},{"source":38,"target":213},{"source":38,"target":211},{"source":38,"target":214},{"source":38,"target":215},{"source":212,"target":70},{"source":212,"target":216},{"source":212,"target":38},{"source":216,"target":70},{"source":213,"target":70},{"source":213,"target":217},{"source":213,"target":38},{"source":217,"target":70},{"source":211,"target":37},{"source":211,"target":218},{"source":211,"target":38},{"source":211,"target":204},{"source":218,"target":37},{"source":214,"target":39},{"source":214,"target":219},{"source":214,"target":38},{"source":214,"target":220},{"source":219,"target":39},{"source":215,"target":36},{"source":39,"target":0},{"source":39,"target":36},{"source":39,"target":221},{"source":39,"target":222},{"source":39,"target":223},{"source":39,"target":224},{"source":39,"target":225},{"source":39,"target":220},{"source":39,"target":226},{"source":221,"target":70},{"source":221,"target":227},{"source":221,"target":39},{"source":227,"target":70},{"source":222,"target":70},{"source":222,"target":228},{"source":222,"target":39},{"source":228,"target":70},{"source":223,"target":70},{"source":223,"target":229},{"source":223,"target":39},{"source":229,"target":70},{"source":224,"target":70},{"source":224,"target":230},{"source":224,"target":39},{"source":230,"target":70},{"source":225,"target":70},{"source":225,"target":231},{"source":225,"target":39},{"source":231,"target":70},{"source":220,"target":38},{"source":220,"target":232},{"source":220,"target":39},{"source":220,"target":214},{"source":232,"target":38},{"source":226,"target":36},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":233},{"source":233,"target":39},{"source":41,"target":0},{"source":41,"target":234},{"source":41,"target":235},{"source":234,"target":70},{"source":234,"target":236},{"source":234,"target":41},{"source":236,"target":70},{"source":235,"target":70},{"source":235,"target":237},{"source":235,"target":41},{"source":237,"target":70},{"source":42,"target":0},{"source":42,"target":238},{"source":42,"target":239},{"source":42,"target":240},{"source":42,"target":241},{"source":42,"target":242},{"source":42,"target":243},{"source":42,"target":244},{"source":42,"target":245},{"source":238,"target":70},{"source":238,"target":246},{"source":238,"target":42},{"source":246,"target":70},{"source":239,"target":70},{"source":239,"target":247},{"source":239,"target":42},{"source":247,"target":70},{"source":240,"target":70},{"source":240,"target":248},{"source":240,"target":42},{"source":248,"target":70},{"source":241,"target":70},{"source":241,"target":249},{"source":241,"target":42},{"source":249,"target":70},{"source":242,"target":70},{"source":242,"target":250},{"source":242,"target":42},{"source":250,"target":70},{"source":243,"target":70},{"source":243,"target":251},{"source":243,"target":42},{"source":251,"target":70},{"source":244,"target":70},{"source":244,"target":252},{"source":244,"target":42},{"source":252,"target":70},{"source":245,"target":70},{"source":245,"target":253},{"source":245,"target":42},{"source":253,"target":70},{"source":43,"target":0},{"source":43,"target":254},{"source":43,"target":255},{"source":43,"target":256},{"source":254,"target":70},{"source":254,"target":257},{"source":254,"target":43},{"source":257,"target":70},{"source":255,"target":70},{"source":255,"target":258},{"source":255,"target":43},{"source":258,"target":70},{"source":256,"target":70},{"source":256,"target":259},{"source":256,"target":43},{"source":259,"target":70},{"source":44,"target":0},{"source":44,"target":260},{"source":44,"target":261},{"source":44,"target":262},{"source":260,"target":70},{"source":260,"target":263},{"source":260,"target":44},{"source":263,"target":70},{"source":261,"target":70},{"source":261,"target":264},{"source":261,"target":44},{"source":264,"target":70},{"source":262,"target":70},{"source":262,"target":265},{"source":262,"target":44},{"source":265,"target":70},{"source":45,"target":0},{"source":45,"target":266},{"source":45,"target":267},{"source":266,"target":70},{"source":266,"target":268},{"source":266,"target":45},{"source":268,"target":70},{"source":267,"target":70},{"source":267,"target":269},{"source":267,"target":45},{"source":269,"target":70},{"source":46,"target":0},{"source":46,"target":270},{"source":270,"target":70},{"source":270,"target":271},{"source":270,"target":46},{"source":271,"target":70},{"source":47,"target":0},{"source":47,"target":46},{"source":47,"target":272},{"source":47,"target":273},{"source":272,"target":70},{"source":272,"target":274},{"source":272,"target":47},{"source":274,"target":70},{"source":273,"target":46},{"source":48,"target":0},{"source":48,"target":46},{"source":48,"target":275},{"source":275,"target":46},{"source":49,"target":0},{"source":49,"target":46},{"source":49,"target":276},{"source":49,"target":277},{"source":276,"target":70},{"source":276,"target":278},{"source":276,"target":49},{"source":278,"target":70},{"source":277,"target":46},{"source":50,"target":0},{"source":51,"target":0},{"source":52,"target":0},{"source":53,"target":0},{"source":53,"target":279},{"source":53,"target":280},{"source":53,"target":281},{"source":53,"target":282},{"source":53,"target":283},{"source":53,"target":284},{"source":279,"target":70},{"source":279,"target":285},{"source":279,"target":53},{"source":285,"target":70},{"source":280,"target":70},{"source":280,"target":286},{"source":280,"target":53},{"source":286,"target":70},{"source":281,"target":70},{"source":281,"target":287},{"source":281,"target":53},{"source":287,"target":70},{"source":282,"target":70},{"source":282,"target":288},{"source":282,"target":53},{"source":288,"target":70},{"source":283,"target":70},{"source":283,"target":289},{"source":283,"target":53},{"source":289,"target":70},{"source":284,"target":70},{"source":284,"target":290},{"source":284,"target":53},{"source":290,"target":70},{"source":54,"target":0},{"source":54,"target":291},{"source":54,"target":292},{"source":291,"target":70},{"source":291,"target":293},{"source":291,"target":54},{"source":293,"target":70},{"source":292,"target":70},{"source":292,"target":294},{"source":292,"target":54},{"source":294,"target":70},{"source":55,"target":0},{"source":55,"target":295},{"source":55,"target":296},{"source":55,"target":297},{"source":55,"target":298},{"source":55,"target":299},{"source":295,"target":70},{"source":295,"target":300},{"source":295,"target":55},{"source":300,"target":70},{"source":296,"target":70},{"source":296,"target":301},{"source":296,"target":55},{"source":301,"target":70},{"source":297,"target":70},{"source":297,"target":302},{"source":297,"target":55},{"source":302,"target":70},{"source":298,"target":70},{"source":298,"target":303},{"source":298,"target":55},{"source":303,"target":70},{"source":299,"target":70},{"source":299,"target":304},{"source":299,"target":55},{"source":304,"target":70},{"source":56,"target":0},{"source":56,"target":305},{"source":56,"target":306},{"source":56,"target":307},{"source":56,"target":308},{"source":56,"target":309},{"source":305,"target":70},{"source":305,"target":310},{"source":305,"target":56},{"source":310,"target":70},{"source":306,"target":70},{"source":306,"target":311},{"source":306,"target":56},{"source":311,"target":70},{"source":307,"target":70},{"source":307,"target":312},{"source":307,"target":56},{"source":312,"target":70},{"source":308,"target":70},{"source":308,"target":313},{"source":308,"target":56},{"source":313,"target":70},{"source":309,"target":70},{"source":309,"target":314},{"source":309,"target":56},{"source":314,"target":70},{"source":57,"target":0},{"source":57,"target":315},{"source":57,"target":316},{"source":57,"target":317},{"source":57,"target":318},{"source":57,"target":319},{"source":57,"target":320},{"source":315,"target":70},{"source":315,"target":321},{"source":315,"target":57},{"source":321,"target":70},{"source":316,"target":70},{"source":316,"target":322},{"source":316,"target":57},{"source":322,"target":70},{"source":317,"target":70},{"source":317,"target":323},{"source":317,"target":57},{"source":323,"target":70},{"source":318,"target":70},{"source":318,"target":324},{"source":318,"target":57},{"source":324,"target":70},{"source":319,"target":70},{"source":319,"target":325},{"source":319,"target":57},{"source":325,"target":70},{"source":320,"target":70},{"source":320,"target":326},{"source":320,"target":57},{"source":326,"target":70},{"source":58,"target":0},{"source":59,"target":0},{"source":59,"target":57},{"source":59,"target":327},{"source":327,"target":57},{"source":60,"target":328},{"source":60,"target":70},{"source":60,"target":329},{"source":60,"target":0},{"source":328,"target":60},{"source":70,"target":60},{"source":329,"target":60}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML" nsURI="http://www.eclipse.org/mmt/qvtd/UmlToRdbms#UML" nsPrefix="org.eclipse.mmt.qvtd.UmlToRdbms"> <eClassifiers xsi:type="ecore:EClass" name="Package"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" upperBound="-1" eType="#//Classifier" containment="true" eOpposite="#//Classifier/namespace"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" upperBound="-1" eType="#//Association" containment="true" eOpposite="#//Association/namespace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="general" eType="#//Class" eOpposite="#//Class/subclass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subclass" upperBound="-1" eType="#//Class" eOpposite="#//Class/general"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceOf" upperBound="-1" eType="#//Association" eOpposite="#//Association/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destinationOf" upperBound="-1" eType="#//Association" eOpposite="#//Association/destination"/> </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="owner" lowerBound="1" eType="#//Class" eOpposite="#//Class/attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/typeOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeOf" upperBound="-1" eType="#//Attribute" eOpposite="#//Attribute/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" lowerBound="1" eType="#//Package" eOpposite="#//Package/classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataType" eSuperTypes="#//Classifier"/> <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="namespace" lowerBound="1" eType="#//Package" eOpposite="#//Package/association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Class" eOpposite="#//Class/sourceOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1" eType="#//Class" eOpposite="#//Class/destinationOf"/> </eClassifiers> <!--eClassifiers xsi:type="ecore:EClass" name="dummy"> <eStructuralFeatures xsi:type="ecore:EReference" name="containsPackage" upperBound="-1" eType="#//Package" containment="true"/> </eClassifiers--> </ecore:EPackage>
github:ecore:/data/qvt/qvtr2coq/edu.kit.ipd.sdq.mdsd.qvtrelation2coq/model/UML.ecore
ecore
UML Package name classifier association Class kind attribute general subclass sourceOf destinationOf Attribute name owner type Classifier name typeOf namespace PrimitiveDataType Association name namespace source destination
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.mmt.qvtd.UmlToRdbms","nsURI":"http://www.eclipse.org/mmt/qvtd/UmlToRdbms#UML","name":"UML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","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":"classifier","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":"association","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":"namespace","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":"namespace","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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":"general","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":"subclass","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":"sourceOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":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":4},{"source":8,"target":11},{"source":8,"target":1},{"source":8,"target":12},{"source":11,"target":4},{"source":9,"target":6},{"source":9,"target":13},{"source":9,"target":1},{"source":9,"target":14},{"source":13,"target":6},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":15,"target":22},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":23},{"source":16,"target":2},{"source":16,"target":24},{"source":23,"target":3},{"source":17,"target":2},{"source":17,"target":25},{"source":17,"target":2},{"source":17,"target":18},{"source":25,"target":2},{"source":18,"target":2},{"source":18,"target":26},{"source":18,"target":2},{"source":18,"target":17},{"source":26,"target":2},{"source":19,"target":6},{"source":19,"target":27},{"source":19,"target":2},{"source":19,"target":28},{"source":27,"target":6},{"source":20,"target":6},{"source":20,"target":29},{"source":20,"target":2},{"source":20,"target":30},{"source":29,"target":6},{"source":21,"target":4},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":24},{"source":3,"target":32},{"source":31,"target":33},{"source":31,"target":3},{"source":24,"target":2},{"source":24,"target":34},{"source":24,"target":3},{"source":24,"target":16},{"source":34,"target":2},{"source":32,"target":4},{"source":32,"target":35},{"source":32,"target":3},{"source":32,"target":36},{"source":35,"target":4},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":36},{"source":4,"target":12},{"source":37,"target":38},{"source":37,"target":4},{"source":36,"target":3},{"source":36,"target":39},{"source":36,"target":4},{"source":36,"target":32},{"source":39,"target":3},{"source":12,"target":1},{"source":12,"target":40},{"source":12,"target":4},{"source":12,"target":8},{"source":40,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":41},{"source":41,"target":4},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":14},{"source":6,"target":28},{"source":6,"target":30},{"source":42,"target":43},{"source":42,"target":6},{"source":14,"target":1},{"source":14,"target":44},{"source":14,"target":6},{"source":14,"target":9},{"source":44,"target":1},{"source":28,"target":2},{"source":28,"target":45},{"source":28,"target":6},{"source":28,"target":19},{"source":45,"target":2},{"source":30,"target":2},{"source":30,"target":46},{"source":30,"target":6},{"source":30,"target":20},{"source":46,"target":2}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <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="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <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="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsFSMownedElementHasVisibility.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public GeneralOrdering TimeExpression ExpansionNode InstanceValue ConditionalNode ValueSpecification DeployedArtifact Profile Feature Classifier ProtocolTransition StructuredClassifier BehavioredClassifier LinkAction CreateLinkObjectAction ControlNode State Permission OpaqueExpression EncapsulatedClassifier StateInvariant ReadSelfAction Duration SendSignalAction Substitution DeploymentTarget ChangeTrigger ForkNode Include EnumerationLiteral ActivityPartition Signal ExtensionEnd AcceptCallAction Usage ClearStructuralFeatureAction Device Realization DataType ActivityNode ActivityFinalNode ReplyAction ExpansionRegion CallTrigger LiteralBoolean TimeConstraint AddStructuralFeatureValueAction SignalTrigger ActivityEdge EventOccurrence JoinNode ReadLinkAction VariableAction Activity UseCase ProtocolStateMachine Parameter StructuralFeatureAction Type SendObjectAction TimeTrigger TemplateableClassifier DurationObservationAction CommunicationPath Stereotype ExecutionEnvironment Stop FinalNode Model OutputPin Variable CreateObjectAction ReadIsClassifiedObjectAction Pin ActivityParameterNode Component IntervalConstraint DestroyLinkAction Constraint ControlFlow Abstraction RemoveVariableValueAction ObjectFlow BehavioralFeature InteractionFragment StartOwnedBehaviorAction ExecutableNode CentralBufferNode DecisionNode WriteLinkAction CallOperationAction ObjectNode Property Trigger Pseudostate AcceptEventAction Namespace member Interval Enumeration Collaboration ApplyFunctionAction PrimitiveFunction TestIdentityAction RedefinableTemplateSignature LoopNode Extend ReadLinkObjectEndQualifierAction Actor WriteVariableAction CallAction RedefinableElement InformationFlow TypedElement InteractionConstraint ReclassifyObjectAction CallBehaviorAction ReadLinkObjectEndAction Package InteractionOccurrence Transition InstanceSpecification TimeObservationAction Reception StateMachine ConnectionPointReference StructuralFeature RaiseExceptionAction Implementation Artifact CombinedFragment MessageTrigger Deployment LiteralSpecification DataStoreNode Interaction Message Expression FlowFinalNode Lifeline Operation ReadVariableAction TimeInterval ClearVariableAction Node InformationItem InvocationAction PartDecomposition Gate MessageEnd InputPin DeploymentSpecification ParameterSet Port ExtensionPoint AssociationClass RemoveStructuralFeatureValueAction PackageableElement Continuation InitialNode Extension DurationInterval Dependency GeneralizationSet ExecutionOccurrence WriteStructuralFeatureAction CollaborationOccurrence PrimitiveType Behavior LiteralUnlimitedNatural ClearAssociationAction ValuePin Action DestroyObjectAction AddVariableValueAction MergeNode InteractionOperand Interface AnyTrigger LiteralNull ReadExtentAction Vertex Class Region Manifestation NamedElement visibility ReadStructuralFeatureAction DurationConstraint FinalState CreateLinkAction ConnectableElement Association LiteralString Connector LiteralInteger StructuredActivityNode ParameterableClassifier BroadcastSignalAction
null
{"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":"GeneralOrdering","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","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":"Parameter","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","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":"Deployment","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","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":"InputPin","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"name":"package","id":199,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":200,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":201,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":202,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","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"},{"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"},{"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":413,"derived":false},{"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":186},{"source":2,"target":203},{"source":203,"target":186},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":204},{"source":204,"target":7},{"source":4,"target":0},{"source":4,"target":93},{"source":4,"target":205},{"source":205,"target":93},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":206},{"source":206,"target":7},{"source":6,"target":0},{"source":6,"target":196},{"source":6,"target":207},{"source":207,"target":196},{"source":7,"target":0},{"source":7,"target":114},{"source":7,"target":208},{"source":208,"target":114},{"source":8,"target":0},{"source":8,"target":186},{"source":8,"target":209},{"source":209,"target":186},{"source":9,"target":0},{"source":9,"target":119},{"source":9,"target":210},{"source":210,"target":119},{"source":10,"target":0},{"source":10,"target":112},{"source":10,"target":211},{"source":211,"target":112},{"source":11,"target":0},{"source":11,"target":98},{"source":11,"target":60},{"source":11,"target":112},{"source":11,"target":212},{"source":11,"target":213},{"source":11,"target":214},{"source":212,"target":98},{"source":213,"target":60},{"source":214,"target":112},{"source":12,"target":0},{"source":12,"target":121},{"source":12,"target":215},{"source":215,"target":121},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":216},{"source":216,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":217},{"source":217,"target":11},{"source":15,"target":0},{"source":15,"target":173},{"source":15,"target":218},{"source":218,"target":173},{"source":16,"target":0},{"source":16,"target":190},{"source":16,"target":219},{"source":219,"target":190},{"source":17,"target":0},{"source":17,"target":41},{"source":17,"target":220},{"source":220,"target":41},{"source":18,"target":0},{"source":18,"target":98},{"source":18,"target":112},{"source":18,"target":182},{"source":18,"target":221},{"source":18,"target":222},{"source":18,"target":223},{"source":221,"target":98},{"source":222,"target":112},{"source":223,"target":182},{"source":19,"target":0},{"source":19,"target":163},{"source":19,"target":224},{"source":224,"target":163},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":225},{"source":225,"target":7},{"source":21,"target":0},{"source":21,"target":13},{"source":21,"target":226},{"source":226,"target":13},{"source":22,"target":0},{"source":22,"target":86},{"source":22,"target":227},{"source":227,"target":86},{"source":23,"target":0},{"source":23,"target":173},{"source":23,"target":228},{"source":228,"target":173},{"source":24,"target":0},{"source":24,"target":7},{"source":24,"target":229},{"source":229,"target":7},{"source":25,"target":0},{"source":25,"target":147},{"source":25,"target":230},{"source":230,"target":147},{"source":26,"target":0},{"source":26,"target":39},{"source":26,"target":231},{"source":231,"target":39},{"source":27,"target":0},{"source":27,"target":186},{"source":27,"target":232},{"source":232,"target":186},{"source":28,"target":0},{"source":28,"target":95},{"source":28,"target":233},{"source":233,"target":95},{"source":29,"target":0},{"source":29,"target":17},{"source":29,"target":234},{"source":234,"target":17},{"source":30,"target":0},{"source":30,"target":186},{"source":30,"target":235},{"source":235,"target":186},{"source":31,"target":0},{"source":31,"target":122},{"source":31,"target":236},{"source":236,"target":122},{"source":32,"target":0},{"source":32,"target":186},{"source":32,"target":237},{"source":237,"target":186},{"source":33,"target":0},{"source":33,"target":11},{"source":33,"target":238},{"source":238,"target":11},{"source":34,"target":0},{"source":34,"target":94},{"source":34,"target":239},{"source":239,"target":94},{"source":35,"target":0},{"source":35,"target":97},{"source":35,"target":240},{"source":240,"target":97},{"source":36,"target":0},{"source":36,"target":163},{"source":36,"target":241},{"source":241,"target":163},{"source":37,"target":0},{"source":37,"target":59},{"source":37,"target":242},{"source":242,"target":59},{"source":38,"target":0},{"source":38,"target":145},{"source":38,"target":243},{"source":243,"target":145},{"source":39,"target":0},{"source":39,"target":82},{"source":39,"target":244},{"source":244,"target":82},{"source":40,"target":0},{"source":40,"target":11},{"source":40,"target":245},{"source":245,"target":11},{"source":41,"target":0},{"source":41,"target":112},{"source":41,"target":246},{"source":246,"target":112},{"source":42,"target":0},{"source":42,"target":69},{"source":42,"target":247},{"source":247,"target":69},{"source":43,"target":0},{"source":43,"target":173},{"source":43,"target":248},{"source":248,"target":173},{"source":44,"target":0},{"source":44,"target":196},{"source":44,"target":249},{"source":249,"target":196},{"source":45,"target":0},{"source":45,"target":132},{"source":45,"target":250},{"source":250,"target":132},{"source":46,"target":0},{"source":46,"target":134},{"source":46,"target":251},{"source":251,"target":134},{"source":47,"target":0},{"source":47,"target":78},{"source":47,"target":252},{"source":252,"target":78},{"source":48,"target":0},{"source":48,"target":166},{"source":48,"target":253},{"source":253,"target":166},{"source":49,"target":0},{"source":49,"target":132},{"source":49,"target":254},{"source":254,"target":132},{"source":50,"target":0},{"source":50,"target":112},{"source":50,"target":255},{"source":255,"target":112},{"source":51,"target":0},{"source":51,"target":86},{"source":51,"target":150},{"source":51,"target":256},{"source":51,"target":257},{"source":256,"target":86},{"source":257,"target":150},{"source":52,"target":0},{"source":52,"target":17},{"source":52,"target":258},{"source":258,"target":17},{"source":53,"target":0},{"source":53,"target":15},{"source":53,"target":259},{"source":259,"target":15},{"source":54,"target":0},{"source":54,"target":173},{"source":54,"target":260},{"source":260,"target":173},{"source":55,"target":0},{"source":55,"target":169},{"source":55,"target":261},{"source":261,"target":169},{"source":56,"target":0},{"source":56,"target":14},{"source":56,"target":262},{"source":262,"target":14},{"source":57,"target":0},{"source":57,"target":125},{"source":57,"target":263},{"source":263,"target":125},{"source":58,"target":0},{"source":58,"target":191},{"source":58,"target":114},{"source":58,"target":264},{"source":58,"target":265},{"source":264,"target":191},{"source":265,"target":114},{"source":59,"target":0},{"source":59,"target":173},{"source":59,"target":266},{"source":266,"target":173},{"source":60,"target":0},{"source":60,"target":158},{"source":60,"target":267},{"source":267,"target":158},{"source":61,"target":0},{"source":61,"target":147},{"source":61,"target":268},{"source":268,"target":147},{"source":62,"target":0},{"source":62,"target":95},{"source":62,"target":269},{"source":269,"target":95},{"source":63,"target":0},{"source":63,"target":11},{"source":63,"target":270},{"source":270,"target":11},{"source":64,"target":0},{"source":64,"target":166},{"source":64,"target":271},{"source":271,"target":166},{"source":65,"target":0},{"source":65,"target":192},{"source":65,"target":272},{"source":272,"target":192},{"source":66,"target":0},{"source":66,"target":183},{"source":66,"target":273},{"source":273,"target":183},{"source":67,"target":0},{"source":67,"target":145},{"source":67,"target":274},{"source":274,"target":145},{"source":68,"target":0},{"source":68,"target":51},{"source":68,"target":275},{"source":275,"target":51},{"source":69,"target":0},{"source":69,"target":17},{"source":69,"target":276},{"source":276,"target":17},{"source":70,"target":0},{"source":70,"target":119},{"source":70,"target":277},{"source":277,"target":119},{"source":71,"target":0},{"source":71,"target":75},{"source":71,"target":278},{"source":278,"target":75},{"source":72,"target":0},{"source":72,"target":191},{"source":72,"target":114},{"source":72,"target":279},{"source":72,"target":280},{"source":279,"target":191},{"source":280,"target":114},{"source":73,"target":0},{"source":73,"target":173},{"source":73,"target":281},{"source":281,"target":173},{"source":74,"target":0},{"source":74,"target":173},{"source":74,"target":282},{"source":282,"target":173},{"source":75,"target":0},{"source":75,"target":93},{"source":75,"target":283},{"source":283,"target":93},{"source":76,"target":0},{"source":76,"target":93},{"source":76,"target":284},{"source":284,"target":93},{"source":77,"target":0},{"source":77,"target":183},{"source":77,"target":285},{"source":285,"target":183},{"source":78,"target":0},{"source":78,"target":80},{"source":78,"target":286},{"source":286,"target":80},{"source":79,"target":0},{"source":79,"target":91},{"source":79,"target":287},{"source":287,"target":91},{"source":80,"target":0},{"source":80,"target":158},{"source":80,"target":288},{"source":288,"target":158},{"source":81,"target":0},{"source":81,"target":50},{"source":81,"target":289},{"source":289,"target":50},{"source":82,"target":0},{"source":82,"target":163},{"source":82,"target":290},{"source":290,"target":163},{"source":83,"target":0},{"source":83,"target":110},{"source":83,"target":291},{"source":291,"target":110},{"source":84,"target":0},{"source":84,"target":50},{"source":84,"target":292},{"source":292,"target":50},{"source":85,"target":0},{"source":85,"target":98},{"source":85,"target":10},{"source":85,"target":293},{"source":85,"target":294},{"source":293,"target":98},{"source":294,"target":10},{"source":86,"target":0},{"source":86,"target":186},{"source":86,"target":295},{"source":295,"target":186},{"source":87,"target":0},{"source":87,"target":173},{"source":87,"target":296},{"source":296,"target":173},{"source":88,"target":0},{"source":88,"target":41},{"source":88,"target":297},{"source":297,"target":41},{"source":89,"target":0},{"source":89,"target":93},{"source":89,"target":298},{"source":298,"target":93},{"source":90,"target":0},{"source":90,"target":17},{"source":90,"target":299},{"source":299,"target":17},{"source":91,"target":0},{"source":91,"target":15},{"source":91,"target":300},{"source":300,"target":15},{"source":92,"target":0},{"source":92,"target":111},{"source":92,"target":301},{"source":301,"target":111},{"source":93,"target":0},{"source":93,"target":41},{"source":93,"target":114},{"source":93,"target":302},{"source":93,"target":303},{"source":302,"target":41},{"source":303,"target":114},{"source":94,"target":0},{"source":94,"target":127},{"source":94,"target":191},{"source":94,"target":27},{"source":94,"target":304},{"source":94,"target":305},{"source":94,"target":306},{"source":304,"target":127},{"source":305,"target":191},{"source":306,"target":27},{"source":95,"target":0},{"source":95,"target":186},{"source":95,"target":307},{"source":307,"target":186},{"source":96,"target":0},{"source":96,"target":182},{"source":96,"target":308},{"source":308,"target":182},{"source":97,"target":0},{"source":97,"target":173},{"source":97,"target":309},{"source":309,"target":173},{"source":98,"target":0},{"source":98,"target":186},{"source":98,"target":310},{"source":98,"target":311},{"source":310,"target":186},{"source":310,"target":312},{"source":310,"target":98},{"source":312,"target":186},{"source":311,"target":186},{"source":99,"target":0},{"source":99,"target":7},{"source":99,"target":313},{"source":313,"target":7},{"source":100,"target":0},{"source":100,"target":40},{"source":100,"target":314},{"source":314,"target":40},{"source":101,"target":0},{"source":101,"target":14},{"source":101,"target":13},{"source":101,"target":315},{"source":101,"target":316},{"source":315,"target":14},{"source":316,"target":13},{"source":102,"target":0},{"source":102,"target":173},{"source":102,"target":317},{"source":317,"target":173},{"source":103,"target":0},{"source":103,"target":158},{"source":103,"target":318},{"source":318,"target":158},{"source":104,"target":0},{"source":104,"target":173},{"source":104,"target":319},{"source":319,"target":173},{"source":105,"target":0},{"source":105,"target":112},{"source":105,"target":320},{"source":320,"target":112},{"source":106,"target":0},{"source":106,"target":196},{"source":106,"target":321},{"source":321,"target":196},{"source":107,"target":0},{"source":107,"target":186},{"source":107,"target":322},{"source":322,"target":186},{"source":108,"target":0},{"source":108,"target":173},{"source":108,"target":323},{"source":323,"target":173},{"source":109,"target":0},{"source":109,"target":11},{"source":109,"target":324},{"source":324,"target":11},{"source":110,"target":0},{"source":110,"target":54},{"source":110,"target":325},{"source":325,"target":54},{"source":111,"target":0},{"source":111,"target":147},{"source":111,"target":326},{"source":326,"target":147},{"source":112,"target":0},{"source":112,"target":186},{"source":112,"target":327},{"source":327,"target":186},{"source":113,"target":0},{"source":113,"target":158},{"source":113,"target":328},{"source":328,"target":158},{"source":114,"target":0},{"source":114,"target":186},{"source":114,"target":329},{"source":329,"target":186},{"source":115,"target":0},{"source":115,"target":80},{"source":115,"target":330},{"source":330,"target":80},{"source":116,"target":0},{"source":116,"target":173},{"source":116,"target":331},{"source":331,"target":173},{"source":117,"target":0},{"source":117,"target":111},{"source":117,"target":332},{"source":332,"target":111},{"source":118,"target":0},{"source":118,"target":173},{"source":118,"target":333},{"source":333,"target":173},{"source":119,"target":0},{"source":119,"target":98},{"source":119,"target":158},{"source":119,"target":334},{"source":119,"target":335},{"source":334,"target":98},{"source":335,"target":158},{"source":120,"target":0},{"source":120,"target":86},{"source":120,"target":336},{"source":336,"target":86},{"source":121,"target":0},{"source":121,"target":112},{"source":121,"target":337},{"source":337,"target":112},{"source":122,"target":0},{"source":122,"target":158},{"source":122,"target":27},{"source":122,"target":8},{"source":122,"target":338},{"source":122,"target":339},{"source":122,"target":340},{"source":338,"target":158},{"source":339,"target":27},{"source":340,"target":8},{"source":123,"target":0},{"source":123,"target":166},{"source":123,"target":341},{"source":341,"target":166},{"source":124,"target":0},{"source":124,"target":85},{"source":124,"target":342},{"source":342,"target":85},{"source":125,"target":0},{"source":125,"target":169},{"source":125,"target":343},{"source":343,"target":169},{"source":126,"target":0},{"source":126,"target":182},{"source":126,"target":344},{"source":344,"target":182},{"source":127,"target":0},{"source":127,"target":10},{"source":127,"target":114},{"source":127,"target":345},{"source":127,"target":346},{"source":345,"target":10},{"source":346,"target":114},{"source":128,"target":0},{"source":128,"target":173},{"source":128,"target":347},{"source":347,"target":173},{"source":129,"target":0},{"source":129,"target":39},{"source":129,"target":348},{"source":348,"target":39},{"source":130,"target":0},{"source":130,"target":11},{"source":130,"target":8},{"source":130,"target":349},{"source":130,"target":350},{"source":349,"target":11},{"source":350,"target":8},{"source":131,"target":0},{"source":131,"target":86},{"source":131,"target":351},{"source":351,"target":86},{"source":132,"target":0},{"source":132,"target":95},{"source":132,"target":352},{"source":352,"target":95},{"source":133,"target":0},{"source":133,"target":163},{"source":133,"target":353},{"source":353,"target":163},{"source":134,"target":0},{"source":134,"target":7},{"source":134,"target":354},{"source":354,"target":7},{"source":135,"target":0},{"source":135,"target":89},{"source":135,"target":355},{"source":355,"target":89},{"source":136,"target":0},{"source":136,"target":169},{"source":136,"target":86},{"source":136,"target":356},{"source":136,"target":357},{"source":356,"target":169},{"source":357,"target":86},{"source":137,"target":0},{"source":137,"target":186},{"source":137,"target":358},{"source":358,"target":186},{"source":138,"target":0},{"source":138,"target":20},{"source":138,"target":359},{"source":359,"target":20},{"source":139,"target":0},{"source":139,"target":69},{"source":139,"target":360},{"source":360,"target":69},{"source":140,"target":0},{"source":140,"target":186},{"source":140,"target":361},{"source":361,"target":186},{"source":141,"target":0},{"source":141,"target":85},{"source":141,"target":114},{"source":141,"target":362},{"source":141,"target":363},{"source":362,"target":85},{"source":363,"target":114},{"source":142,"target":0},{"source":142,"target":54},{"source":142,"target":364},{"source":364,"target":54},{"source":143,"target":0},{"source":143,"target":99},{"source":143,"target":365},{"source":365,"target":99},{"source":144,"target":0},{"source":144,"target":54},{"source":144,"target":366},{"source":366,"target":54},{"source":145,"target":0},{"source":145,"target":183},{"source":145,"target":27},{"source":145,"target":367},{"source":145,"target":368},{"source":367,"target":183},{"source":368,"target":27},{"source":146,"target":0},{"source":146,"target":11},{"source":146,"target":369},{"source":369,"target":11},{"source":147,"target":0},{"source":147,"target":173},{"source":147,"target":370},{"source":370,"target":173},{"source":148,"target":0},{"source":148,"target":120},{"source":148,"target":371},{"source":371,"target":120},{"source":149,"target":0},{"source":149,"target":150},{"source":149,"target":372},{"source":372,"target":150},{"source":150,"target":0},{"source":150,"target":186},{"source":150,"target":373},{"source":373,"target":186},{"source":151,"target":0},{"source":151,"target":75},{"source":151,"target":374},{"source":374,"target":75},{"source":152,"target":0},{"source":152,"target":130},{"source":152,"target":375},{"source":375,"target":130},{"source":153,"target":0},{"source":153,"target":186},{"source":153,"target":376},{"source":376,"target":186},{"source":154,"target":0},{"source":154,"target":94},{"source":154,"target":377},{"source":377,"target":94},{"source":155,"target":0},{"source":155,"target":112},{"source":155,"target":378},{"source":378,"target":112},{"source":156,"target":0},{"source":156,"target":183},{"source":156,"target":192},{"source":156,"target":379},{"source":156,"target":380},{"source":379,"target":183},{"source":380,"target":192},{"source":157,"target":0},{"source":157,"target":166},{"source":157,"target":381},{"source":381,"target":166},{"source":158,"target":0},{"source":158,"target":186},{"source":158,"target":382},{"source":382,"target":186},{"source":159,"target":0},{"source":159,"target":86},{"source":159,"target":383},{"source":383,"target":86},{"source":160,"target":0},{"source":160,"target":17},{"source":160,"target":384},{"source":384,"target":17},{"source":161,"target":0},{"source":161,"target":192},{"source":161,"target":385},{"source":385,"target":192},{"source":162,"target":0},{"source":162,"target":99},{"source":162,"target":386},{"source":386,"target":99},{"source":163,"target":0},{"source":163,"target":158},{"source":163,"target":387},{"source":387,"target":158},{"source":164,"target":0},{"source":164,"target":158},{"source":164,"target":388},{"source":388,"target":158},{"source":165,"target":0},{"source":165,"target":86},{"source":165,"target":389},{"source":389,"target":86},{"source":166,"target":0},{"source":166,"target":59},{"source":166,"target":390},{"source":390,"target":59},{"source":167,"target":0},{"source":167,"target":186},{"source":167,"target":391},{"source":391,"target":186},{"source":168,"target":0},{"source":168,"target":40},{"source":168,"target":392},{"source":392,"target":40},{"source":169,"target":0},{"source":169,"target":183},{"source":169,"target":393},{"source":393,"target":183},{"source":170,"target":0},{"source":170,"target":134},{"source":170,"target":394},{"source":394,"target":134},{"source":171,"target":0},{"source":171,"target":173},{"source":171,"target":395},{"source":395,"target":173},{"source":172,"target":0},{"source":172,"target":151},{"source":172,"target":396},{"source":396,"target":151},{"source":173,"target":0},{"source":173,"target":88},{"source":173,"target":397},{"source":397,"target":88},{"source":174,"target":0},{"source":174,"target":173},{"source":174,"target":398},{"source":398,"target":173},{"source":175,"target":0},{"source":175,"target":110},{"source":175,"target":399},{"source":399,"target":110},{"source":176,"target":0},{"source":176,"target":17},{"source":176,"target":400},{"source":400,"target":17},{"source":177,"target":0},{"source":177,"target":98},{"source":177,"target":86},{"source":177,"target":401},{"source":177,"target":402},{"source":401,"target":98},{"source":402,"target":86},{"source":178,"target":0},{"source":178,"target":11},{"source":178,"target":403},{"source":403,"target":11},{"source":179,"target":0},{"source":179,"target":132},{"source":179,"target":404},{"source":404,"target":132},{"source":180,"target":0},{"source":180,"target":134},{"source":180,"target":405},{"source":405,"target":134},{"source":181,"target":0},{"source":181,"target":173},{"source":181,"target":406},{"source":406,"target":173},{"source":182,"target":0},{"source":182,"target":186},{"source":182,"target":407},{"source":407,"target":186},{"source":183,"target":0},{"source":183,"target":14},{"source":183,"target":21},{"source":183,"target":408},{"source":183,"target":409},{"source":408,"target":14},{"source":409,"target":21},{"source":184,"target":0},{"source":184,"target":98},{"source":184,"target":112},{"source":184,"target":410},{"source":184,"target":411},{"source":410,"target":98},{"source":411,"target":112},{"source":185,"target":0},{"source":185,"target":82},{"source":185,"target":412},{"source":412,"target":82},{"source":186,"target":0},{"source":186,"target":413},{"source":413,"target":1},{"source":413,"target":414},{"source":413,"target":186},{"source":414,"target":1},{"source":187,"target":0},{"source":187,"target":59},{"source":187,"target":415},{"source":415,"target":59},{"source":188,"target":0},{"source":188,"target":78},{"source":188,"target":416},{"source":416,"target":78},{"source":189,"target":0},{"source":189,"target":18},{"source":189,"target":417},{"source":417,"target":18},{"source":190,"target":0},{"source":190,"target":91},{"source":190,"target":418},{"source":418,"target":91},{"source":191,"target":0},{"source":191,"target":186},{"source":191,"target":419},{"source":419,"target":186},{"source":192,"target":0},{"source":192,"target":11},{"source":192,"target":420},{"source":420,"target":11},{"source":193,"target":0},{"source":193,"target":134},{"source":193,"target":421},{"source":421,"target":134},{"source":194,"target":0},{"source":194,"target":10},{"source":194,"target":422},{"source":422,"target":10},{"source":195,"target":0},{"source":195,"target":134},{"source":195,"target":423},{"source":423,"target":134},{"source":196,"target":0},{"source":196,"target":173},{"source":196,"target":98},{"source":196,"target":424},{"source":196,"target":425},{"source":424,"target":173},{"source":425,"target":98},{"source":197,"target":0},{"source":197,"target":11},{"source":197,"target":426},{"source":426,"target":11},{"source":198,"target":0},{"source":198,"target":147},{"source":198,"target":427},{"source":427,"target":147}],"multigraph":true}
true
<?xml version="1.0" encoding="ASCII"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="PetriNet" nsURI="http://www.eclipse.org/atl/atlTransformations/PetriNet" nsPrefix="PetriNet"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="/0/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNet" eSuperTypes="/0/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="true" upperBound="-1" eType="/0/Element" containment="true" eOpposite="/0/Element/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" ordered="true" upperBound="-1" eType="/0/Arc" containment="true" eOpposite="/0/Arc/net"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="/0/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="true" lowerBound="1" eType="/0/PetriNet" eOpposite="/0/PetriNet/elements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="/0/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false" upperBound="-1" eType="/0/TransitionToPlace" eOpposite="/0/TransitionToPlace/to"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false" upperBound="-1" eType="/0/PlaceToTransition" eOpposite="/0/PlaceToTransition/from"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="/0/Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false" lowerBound="1" upperBound="-1" eType="/0/PlaceToTransition" eOpposite="/0/PlaceToTransition/to"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false" lowerBound="1" upperBound="-1" eType="/0/TransitionToPlace" eOpposite="/0/TransitionToPlace/from"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true" eSuperTypes="/0/NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="true" lowerBound="1" eType="/0/PetriNet" eOpposite="/0/PetriNet/arcs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceToTransition" eSuperTypes="/0/Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="/0/Place" eOpposite="/0/Place/outgoingArc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="/0/Transition" eOpposite="/0/Transition/incomingArc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransitionToPlace" eSuperTypes="/0/Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="/0/Transition" eOpposite="/0/Transition/outgoingArc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="/0/Place" eOpposite="/0/Place/incomingArc"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/NMFCode/ATL2NMFS/resources/PetriNet2PNML/PetriNet.ecore
ecore
PetriNet LocatedElement location NamedElement name PetriNet elements arcs Element net Place incomingArc outgoingArc Transition incomingArc outgoingArc Arc weight net PlaceToTransition from to TransitionToPlace from to
null
{"directed":true,"nodes":[{"nsPrefix":"PetriNet","nsURI":"http://www.eclipse.org/atl/atlTransformations/PetriNet","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceToTransition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionToPlace","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":10,"target":11},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":14},{"source":12,"target":2},{"source":13,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":3},{"source":15,"target":19},{"source":18,"target":4},{"source":16,"target":7},{"source":16,"target":20},{"source":16,"target":3},{"source":16,"target":21},{"source":20,"target":7},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":19},{"source":4,"target":22},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":4},{"source":19,"target":15},{"source":23,"target":3},{"source":22,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":24,"target":9},{"source":24,"target":27},{"source":24,"target":5},{"source":24,"target":28},{"source":27,"target":9},{"source":25,"target":8},{"source":25,"target":29},{"source":25,"target":5},{"source":25,"target":30},{"source":29,"target":8},{"source":26,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":31,"target":8},{"source":31,"target":34},{"source":31,"target":6},{"source":31,"target":35},{"source":34,"target":8},{"source":32,"target":9},{"source":32,"target":36},{"source":32,"target":6},{"source":32,"target":37},{"source":36,"target":9},{"source":33,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":38},{"source":7,"target":21},{"source":7,"target":39},{"source":38,"target":40},{"source":38,"target":7},{"source":21,"target":3},{"source":21,"target":41},{"source":21,"target":7},{"source":21,"target":16},{"source":41,"target":3},{"source":39,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":30},{"source":8,"target":35},{"source":8,"target":42},{"source":30,"target":5},{"source":30,"target":43},{"source":30,"target":8},{"source":30,"target":25},{"source":43,"target":5},{"source":35,"target":6},{"source":35,"target":44},{"source":35,"target":8},{"source":35,"target":31},{"source":44,"target":6},{"source":42,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":37},{"source":9,"target":28},{"source":9,"target":45},{"source":37,"target":6},{"source":37,"target":46},{"source":37,"target":9},{"source":37,"target":32},{"source":46,"target":6},{"source":28,"target":5},{"source":28,"target":47},{"source":28,"target":9},{"source":28,"target":24},{"source":47,"target":5},{"source":45,"target":7}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="klt" nsURI="http://klt_new.ecore" nsPrefix="klt"> <eClassifiers xsi:type="ecore:EClass" name="Expr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pattern"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Def" 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="ProcDef" eSuperTypes="#//Def"> <eStructuralFeatures xsi:type="ecore:EReference" name="channelNames" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paramExprs" upperBound="-1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="proc" lowerBound="1" eType="#//Proc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="channels" upperBound="-1" eType="#//Name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FuncDef" eSuperTypes="#//Def"> <eStructuralFeatures xsi:type="ecore:EReference" name="varNames" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//Name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PythonRef" eSuperTypes="#//Name"/> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//ProcDef"> <eStructuralFeatures xsi:type="ecore:EReference" name="pythonref" upperBound="-1" eType="#//PythonRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proc" abstract="true" eSuperTypes="#//TopLevelElement"/> <eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="#//Proc"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="channel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Listen" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" lowerBound="1" upperBound="-1" eType="#//ListenBranch" containment="true" eOpposite="#//ListenBranch/listenProc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListenBranch"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="channel" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="match" eType="#//Pattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="after" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Proc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listenProc" eType="#//Listen" changeable="false" eOpposite="#//Listen/branches"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="New" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="channelNames" lowerBound="1" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Proc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="channels" lowerBound="1" upperBound="-1" eType="#//Name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="time" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Par" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="2" upperBound="-1" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParIndexed" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Proc" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="f" lowerBound="1" eType="#//Pattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="e" lowerBound="1" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Seq" eSuperTypes="#//Par"/> <eClassifiers xsi:type="ecore:EClass" name="Inst" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="channelNames" upperBound="-1" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="paramExprs" upperBound="-1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="channels" upperBound="-1" eType="#//Name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalDef" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="def" lowerBound="1" upperBound="-1" eType="#//Def" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ldProc" lowerBound="1" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition" eSuperTypes="#//Proc #//ConditionBranch"> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionBranch"> <eStructuralFeatures xsi:type="ecore:EReference" name="if" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionSet" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" lowerBound="1" upperBound="-1" eType="#//ConditionBranch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alternative" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Site"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="sites" upperBound="-1" eType="#//Site" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1" eType="#//Module" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Match" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="e" lowerBound="1" eType="#//Expr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" lowerBound="1" upperBound="-1" eType="#//MatchCase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="p" lowerBound="1" eType="#//Pattern" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="proc" lowerBound="1" eType="#//Proc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Print" eSuperTypes="#//Proc"> <eStructuralFeatures xsi:type="ecore:EReference" name="output" lowerBound="1" eType="#//Expr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RootElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//TopLevelElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopLevelElement"/> </ecore:EPackage>
github:ecore:/data/levilucio/SyVOLT/UMLRT2Kiltera_MM/metamodels/klt_new.ecore
ecore
klt Expr literal Pattern literal Def name ProcDef channelNames paramExprs proc channels FuncDef varNames expr vars PythonRef Module pythonref Proc Null Trigger channel output Listen branches ListenBranch channel match after p listenProc New channelNames p channels Delay time p Par p ParIndexed p f e Seq Inst name channelNames paramExprs channels LocalDef def ldProc Condition else ConditionBranch if then ConditionSet branches alternative Name literal Site name modules Model sites modules Match e cases MatchCase p proc Print output RootElement contains TopLevelElement
null
{"directed":true,"nodes":[{"nsPrefix":"klt","nsURI":"http://klt_new.ecore","name":"klt","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expr","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Def","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcDef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FuncDef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PythonRef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proc","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Listen","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListenBranch","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"New","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Par","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParIndexed","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Seq","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inst","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalDef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionBranch","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionSet","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Site","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Match","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchCase","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Print","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootElement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelElement","instanceClass":null,"abstract":false,"id":30,"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":"literal","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"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":"literal","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":35,"derived":false},{"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":"channelNames","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":"paramExprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"channels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"varNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"vars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pythonref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"channel","changeable":true,"lowerBound":1,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"branches","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":"listenProc","changeable":false,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"channel","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"match","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"after","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"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":"channelNames","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"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":"channels","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":2,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"f","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"channelNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"paramExprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"channels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"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":"def","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"ldProc","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"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":"branches","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternative","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"literal","changeable":true,"lowerBound":1,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sites","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"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":"cases","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"proc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"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":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":1,"target":0},{"source":1,"target":31},{"source":31,"target":32},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":33},{"source":33,"target":34},{"source":33,"target":2},{"source":3,"target":0},{"source":3,"target":35},{"source":35,"target":36},{"source":35,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":37,"target":23},{"source":37,"target":42},{"source":37,"target":4},{"source":42,"target":23},{"source":38,"target":1},{"source":38,"target":43},{"source":38,"target":4},{"source":43,"target":1},{"source":39,"target":8},{"source":39,"target":44},{"source":39,"target":4},{"source":44,"target":8},{"source":40,"target":23},{"source":40,"target":45},{"source":40,"target":4},{"source":45,"target":23},{"source":41,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":5,"target":49},{"source":46,"target":23},{"source":46,"target":50},{"source":46,"target":5},{"source":50,"target":23},{"source":47,"target":1},{"source":47,"target":51},{"source":47,"target":5},{"source":51,"target":1},{"source":48,"target":23},{"source":48,"target":52},{"source":48,"target":5},{"source":52,"target":23},{"source":49,"target":3},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":53},{"source":53,"target":23},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":54},{"source":7,"target":55},{"source":54,"target":6},{"source":54,"target":56},{"source":54,"target":7},{"source":56,"target":6},{"source":55,"target":4},{"source":8,"target":0},{"source":8,"target":30},{"source":8,"target":57},{"source":57,"target":30},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":58},{"source":58,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":59,"target":62},{"source":59,"target":10},{"source":60,"target":1},{"source":60,"target":63},{"source":60,"target":10},{"source":63,"target":1},{"source":61,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":64},{"source":11,"target":65},{"source":64,"target":12},{"source":64,"target":66},{"source":64,"target":11},{"source":64,"target":67},{"source":66,"target":12},{"source":65,"target":8},{"source":12,"target":0},{"source":12,"target":68},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":12,"target":67},{"source":68,"target":72},{"source":68,"target":12},{"source":69,"target":2},{"source":69,"target":73},{"source":69,"target":12},{"source":73,"target":2},{"source":70,"target":74},{"source":70,"target":12},{"source":71,"target":8},{"source":71,"target":75},{"source":71,"target":12},{"source":75,"target":8},{"source":67,"target":11},{"source":67,"target":76},{"source":67,"target":12},{"source":67,"target":64},{"source":76,"target":11},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":77,"target":23},{"source":77,"target":81},{"source":77,"target":13},{"source":81,"target":23},{"source":78,"target":8},{"source":78,"target":82},{"source":78,"target":13},{"source":82,"target":8},{"source":79,"target":23},{"source":79,"target":83},{"source":79,"target":13},{"source":83,"target":23},{"source":80,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":84},{"source":14,"target":85},{"source":14,"target":86},{"source":84,"target":1},{"source":84,"target":87},{"source":84,"target":14},{"source":87,"target":1},{"source":85,"target":8},{"source":85,"target":88},{"source":85,"target":14},{"source":88,"target":8},{"source":86,"target":8},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":89},{"source":15,"target":90},{"source":89,"target":8},{"source":89,"target":91},{"source":89,"target":15},{"source":91,"target":8},{"source":90,"target":8},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":92},{"source":16,"target":93},{"source":16,"target":94},{"source":16,"target":95},{"source":92,"target":8},{"source":92,"target":96},{"source":92,"target":16},{"source":96,"target":8},{"source":93,"target":2},{"source":93,"target":97},{"source":93,"target":16},{"source":97,"target":2},{"source":94,"target":1},{"source":94,"target":98},{"source":94,"target":16},{"source":98,"target":1},{"source":95,"target":8},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":99},{"source":99,"target":15},{"source":18,"target":0},{"source":18,"target":8},{"source":18,"target":100},{"source":18,"target":101},{"source":18,"target":102},{"source":18,"target":103},{"source":18,"target":104},{"source":100,"target":105},{"source":100,"target":18},{"source":101,"target":23},{"source":101,"target":106},{"source":101,"target":18},{"source":106,"target":23},{"source":102,"target":1},{"source":102,"target":107},{"source":102,"target":18},{"source":107,"target":1},{"source":103,"target":23},{"source":103,"target":108},{"source":103,"target":18},{"source":108,"target":23},{"source":104,"target":8},{"source":19,"target":0},{"source":19,"target":8},{"source":19,"target":109},{"source":19,"target":110},{"source":19,"target":111},{"source":109,"target":3},{"source":109,"target":112},{"source":109,"target":19},{"source":112,"target":3},{"source":110,"target":8},{"source":110,"target":113},{"source":110,"target":19},{"source":113,"target":8},{"source":111,"target":8},{"source":20,"target":0},{"source":20,"target":8},{"source":20,"target":21},{"source":20,"target":114},{"source":20,"target":115},{"source":20,"target":116},{"source":114,"target":8},{"source":114,"target":117},{"source":114,"target":20},{"source":117,"target":8},{"source":115,"target":8},{"source":116,"target":21},{"source":21,"target":0},{"source":21,"target":118},{"source":21,"target":119},{"source":118,"target":1},{"source":118,"target":120},{"source":118,"target":21},{"source":120,"target":1},{"source":119,"target":8},{"source":119,"target":121},{"source":119,"target":21},{"source":121,"target":8},{"source":22,"target":0},{"source":22,"target":8},{"source":22,"target":122},{"source":22,"target":123},{"source":22,"target":124},{"source":122,"target":21},{"source":122,"target":125},{"source":122,"target":22},{"source":125,"target":21},{"source":123,"target":8},{"source":123,"target":126},{"source":123,"target":22},{"source":126,"target":8},{"source":124,"target":8},{"source":23,"target":0},{"source":23,"target":127},{"source":127,"target":128},{"source":127,"target":23},{"source":24,"target":0},{"source":24,"target":129},{"source":24,"target":130},{"source":129,"target":131},{"source":129,"target":24},{"source":130,"target":7},{"source":130,"target":132},{"source":130,"target":24},{"source":132,"target":7},{"source":25,"target":0},{"source":25,"target":133},{"source":25,"target":134},{"source":133,"target":24},{"source":133,"target":135},{"source":133,"target":25},{"source":135,"target":24},{"source":134,"target":7},{"source":134,"target":136},{"source":134,"target":25},{"source":136,"target":7},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":137},{"source":26,"target":138},{"source":26,"target":139},{"source":137,"target":1},{"source":137,"target":140},{"source":137,"target":26},{"source":140,"target":1},{"source":138,"target":27},{"source":138,"target":141},{"source":138,"target":26},{"source":141,"target":27},{"source":139,"target":8},{"source":27,"target":0},{"source":27,"target":142},{"source":27,"target":143},{"source":142,"target":2},{"source":142,"target":144},{"source":142,"target":27},{"source":144,"target":2},{"source":143,"target":8},{"source":143,"target":145},{"source":143,"target":27},{"source":145,"target":8},{"source":28,"target":0},{"source":28,"target":8},{"source":28,"target":146},{"source":28,"target":147},{"source":146,"target":1},{"source":146,"target":148},{"source":146,"target":28},{"source":148,"target":1},{"source":147,"target":8},{"source":29,"target":0},{"source":29,"target":149},{"source":149,"target":30},{"source":149,"target":150},{"source":149,"target":29},{"source":150,"target":30},{"source":30,"target":0}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <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="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsER2MOFownedElementHasVisibility.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public Connector Port ApplyFunctionAction Realization ExecutableNode TimeInterval StateInvariant AssociationClass GeneralOrdering Message EnumerationLiteral PackageableElement Dependency StateMachine Manifestation ObjectNode Parameter Reception CombinedFragment ActivityPartition ExecutionOccurrence Signal ProtocolStateMachine CreateLinkAction StructuralFeatureAction ActivityNode WriteLinkAction NamedElement visibility Trigger Transition InformationItem TestIdentityAction OpaqueExpression Enumeration LiteralNull RedefinableElement PrimitiveType MessageEnd ConnectableElement DestroyLinkAction ObjectFlow OutputPin Abstraction UseCase LiteralString DataStoreNode SendObjectAction StructuredActivityNode LiteralBoolean ConnectionPointReference LiteralInteger ControlFlow AddVariableValueAction ReadSelfAction Include SendSignalAction ParameterSet DeploymentTarget Vertex DurationInterval Pin ExtensionEnd ForkNode DeploymentSpecification RaiseExceptionAction DestroyObjectAction DeployedArtifact Interval Collaboration DurationObservationAction ReadExtentAction DataType BehavioredClassifier AcceptCallAction Namespace member ConditionalNode JoinNode Device MessageTrigger Actor Association ReadLinkObjectEndQualifierAction Package StructuredClassifier ChangeTrigger Substitution Class Stereotype Region ReadVariableAction ReadIsClassifiedObjectAction ParameterableClassifier FinalNode Continuation Lifeline CallTrigger LiteralUnlimitedNatural PrimitiveFunction Activity Usage FlowFinalNode CreateLinkObjectAction AcceptEventAction Extend ClearVariableAction CollaborationOccurrence CallAction CallBehaviorAction TypedElement AnyTrigger LinkAction RemoveStructuralFeatureValueAction RedefinableTemplateSignature Constraint ValueSpecification InstanceSpecification ExpansionNode DecisionNode InputPin StartOwnedBehaviorAction InformationFlow TemplateableClassifier InteractionOperand Profile Artifact CallOperationAction ValuePin ExtensionPoint InteractionConstraint ControlNode ExecutionEnvironment Pseudostate TimeExpression ExpansionRegion IntervalConstraint Implementation StructuralFeature WriteVariableAction SignalTrigger Action Property Variable FinalState TimeTrigger ReadStructuralFeatureAction WriteStructuralFeatureAction MergeNode InteractionOccurrence LiteralSpecification Component Model Type ClearStructuralFeatureAction ReadLinkObjectEndAction Operation ClearAssociationAction LoopNode RemoveVariableValueAction TimeConstraint VariableAction State CentralBufferNode TimeObservationAction CreateObjectAction Behavior Duration Deployment InitialNode Interface Gate ProtocolTransition Interaction EncapsulatedClassifier ActivityFinalNode ActivityEdge EventOccurrence AddStructuralFeatureValueAction BroadcastSignalAction Permission Node DurationConstraint InvocationAction Feature BehavioralFeature CommunicationPath ActivityParameterNode Expression GeneralizationSet PartDecomposition InstanceValue InteractionFragment ReplyAction ReadLinkAction Extension Stop Classifier ReclassifyObjectAction
null
{"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":"Connector","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","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":"PackageableElement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","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":"LiteralNull","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","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":"ConditionalNode","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","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":"CallAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","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"},{"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":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":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":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"},{"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":184},{"source":2,"target":203},{"source":203,"target":184},{"source":3,"target":0},{"source":3,"target":142},{"source":3,"target":204},{"source":204,"target":142},{"source":4,"target":0},{"source":4,"target":141},{"source":4,"target":205},{"source":205,"target":141},{"source":5,"target":0},{"source":5,"target":44},{"source":5,"target":206},{"source":206,"target":44},{"source":6,"target":0},{"source":6,"target":27},{"source":6,"target":207},{"source":207,"target":27},{"source":7,"target":0},{"source":7,"target":69},{"source":7,"target":208},{"source":208,"target":69},{"source":8,"target":0},{"source":8,"target":192},{"source":8,"target":209},{"source":209,"target":192},{"source":9,"target":0},{"source":9,"target":88},{"source":9,"target":82},{"source":9,"target":210},{"source":9,"target":211},{"source":210,"target":88},{"source":211,"target":82},{"source":10,"target":0},{"source":10,"target":29},{"source":10,"target":212},{"source":212,"target":29},{"source":11,"target":0},{"source":11,"target":29},{"source":11,"target":213},{"source":213,"target":29},{"source":12,"target":0},{"source":12,"target":117},{"source":12,"target":214},{"source":214,"target":117},{"source":13,"target":0},{"source":13,"target":29},{"source":13,"target":215},{"source":215,"target":29},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":216},{"source":216,"target":13},{"source":15,"target":0},{"source":15,"target":166},{"source":15,"target":217},{"source":217,"target":166},{"source":16,"target":0},{"source":16,"target":44},{"source":16,"target":218},{"source":218,"target":44},{"source":17,"target":0},{"source":17,"target":27},{"source":17,"target":110},{"source":17,"target":219},{"source":17,"target":220},{"source":219,"target":27},{"source":220,"target":110},{"source":18,"target":0},{"source":18,"target":40},{"source":18,"target":110},{"source":18,"target":221},{"source":18,"target":222},{"source":221,"target":40},{"source":222,"target":110},{"source":19,"target":0},{"source":19,"target":185},{"source":19,"target":223},{"source":223,"target":185},{"source":20,"target":0},{"source":20,"target":192},{"source":20,"target":224},{"source":224,"target":192},{"source":21,"target":0},{"source":21,"target":29},{"source":21,"target":225},{"source":225,"target":29},{"source":22,"target":0},{"source":22,"target":192},{"source":22,"target":226},{"source":226,"target":192},{"source":23,"target":0},{"source":23,"target":197},{"source":23,"target":227},{"source":227,"target":197},{"source":24,"target":0},{"source":24,"target":15},{"source":24,"target":228},{"source":228,"target":15},{"source":25,"target":0},{"source":25,"target":28},{"source":25,"target":229},{"source":229,"target":28},{"source":26,"target":0},{"source":26,"target":141},{"source":26,"target":230},{"source":230,"target":141},{"source":27,"target":0},{"source":27,"target":37},{"source":27,"target":231},{"source":231,"target":37},{"source":28,"target":0},{"source":28,"target":112},{"source":28,"target":232},{"source":232,"target":112},{"source":29,"target":0},{"source":29,"target":233},{"source":233,"target":1},{"source":233,"target":234},{"source":233,"target":29},{"source":234,"target":1},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":235},{"source":235,"target":29},{"source":31,"target":0},{"source":31,"target":37},{"source":31,"target":236},{"source":236,"target":37},{"source":32,"target":0},{"source":32,"target":197},{"source":32,"target":237},{"source":237,"target":197},{"source":33,"target":0},{"source":33,"target":141},{"source":33,"target":238},{"source":238,"target":141},{"source":34,"target":0},{"source":34,"target":116},{"source":34,"target":239},{"source":239,"target":116},{"source":35,"target":0},{"source":35,"target":73},{"source":35,"target":240},{"source":240,"target":73},{"source":36,"target":0},{"source":36,"target":150},{"source":36,"target":241},{"source":241,"target":150},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":242},{"source":242,"target":29},{"source":38,"target":0},{"source":38,"target":73},{"source":38,"target":243},{"source":243,"target":73},{"source":39,"target":0},{"source":39,"target":29},{"source":39,"target":244},{"source":244,"target":29},{"source":40,"target":0},{"source":40,"target":29},{"source":40,"target":245},{"source":245,"target":29},{"source":41,"target":0},{"source":41,"target":28},{"source":41,"target":246},{"source":246,"target":28},{"source":42,"target":0},{"source":42,"target":176},{"source":42,"target":247},{"source":247,"target":176},{"source":43,"target":0},{"source":43,"target":62},{"source":43,"target":248},{"source":248,"target":62},{"source":44,"target":0},{"source":44,"target":14},{"source":44,"target":249},{"source":249,"target":14},{"source":45,"target":0},{"source":45,"target":74},{"source":45,"target":250},{"source":250,"target":74},{"source":46,"target":0},{"source":46,"target":150},{"source":46,"target":251},{"source":251,"target":150},{"source":47,"target":0},{"source":47,"target":163},{"source":47,"target":252},{"source":252,"target":163},{"source":48,"target":0},{"source":48,"target":183},{"source":48,"target":253},{"source":253,"target":183},{"source":49,"target":0},{"source":49,"target":141},{"source":49,"target":76},{"source":49,"target":254},{"source":49,"target":255},{"source":254,"target":141},{"source":255,"target":76},{"source":50,"target":0},{"source":50,"target":150},{"source":50,"target":256},{"source":256,"target":150},{"source":51,"target":0},{"source":51,"target":60},{"source":51,"target":257},{"source":257,"target":60},{"source":52,"target":0},{"source":52,"target":150},{"source":52,"target":258},{"source":258,"target":150},{"source":53,"target":0},{"source":53,"target":176},{"source":53,"target":259},{"source":259,"target":176},{"source":54,"target":0},{"source":54,"target":139},{"source":54,"target":260},{"source":260,"target":139},{"source":55,"target":0},{"source":55,"target":141},{"source":55,"target":261},{"source":261,"target":141},{"source":56,"target":0},{"source":56,"target":29},{"source":56,"target":262},{"source":262,"target":29},{"source":57,"target":0},{"source":57,"target":183},{"source":57,"target":263},{"source":263,"target":183},{"source":58,"target":0},{"source":58,"target":29},{"source":58,"target":264},{"source":264,"target":29},{"source":59,"target":0},{"source":59,"target":29},{"source":59,"target":265},{"source":265,"target":29},{"source":60,"target":0},{"source":60,"target":29},{"source":60,"target":266},{"source":266,"target":29},{"source":61,"target":0},{"source":61,"target":69},{"source":61,"target":267},{"source":267,"target":69},{"source":62,"target":0},{"source":62,"target":17},{"source":62,"target":268},{"source":268,"target":17},{"source":63,"target":0},{"source":63,"target":142},{"source":63,"target":269},{"source":269,"target":142},{"source":64,"target":0},{"source":64,"target":131},{"source":64,"target":270},{"source":270,"target":131},{"source":65,"target":0},{"source":65,"target":126},{"source":65,"target":271},{"source":271,"target":126},{"source":66,"target":0},{"source":66,"target":141},{"source":66,"target":272},{"source":272,"target":141},{"source":67,"target":0},{"source":67,"target":141},{"source":67,"target":273},{"source":273,"target":141},{"source":68,"target":0},{"source":68,"target":29},{"source":68,"target":274},{"source":274,"target":29},{"source":69,"target":0},{"source":69,"target":116},{"source":69,"target":275},{"source":275,"target":116},{"source":70,"target":0},{"source":70,"target":74},{"source":70,"target":85},{"source":70,"target":276},{"source":70,"target":277},{"source":276,"target":74},{"source":277,"target":85},{"source":71,"target":0},{"source":71,"target":147},{"source":71,"target":278},{"source":278,"target":147},{"source":72,"target":0},{"source":72,"target":141},{"source":72,"target":279},{"source":279,"target":141},{"source":73,"target":0},{"source":73,"target":197},{"source":73,"target":280},{"source":280,"target":197},{"source":74,"target":0},{"source":74,"target":197},{"source":74,"target":281},{"source":281,"target":197},{"source":75,"target":0},{"source":75,"target":104},{"source":75,"target":282},{"source":282,"target":104},{"source":76,"target":0},{"source":76,"target":29},{"source":76,"target":283},{"source":76,"target":284},{"source":283,"target":29},{"source":283,"target":285},{"source":283,"target":76},{"source":285,"target":29},{"source":284,"target":29},{"source":77,"target":0},{"source":77,"target":49},{"source":77,"target":286},{"source":286,"target":49},{"source":78,"target":0},{"source":78,"target":131},{"source":78,"target":287},{"source":287,"target":131},{"source":79,"target":0},{"source":79,"target":181},{"source":79,"target":288},{"source":288,"target":181},{"source":80,"target":0},{"source":80,"target":30},{"source":80,"target":289},{"source":289,"target":30},{"source":81,"target":0},{"source":81,"target":197},{"source":81,"target":290},{"source":290,"target":197},{"source":82,"target":0},{"source":82,"target":197},{"source":82,"target":291},{"source":291,"target":197},{"source":83,"target":0},{"source":83,"target":141},{"source":83,"target":292},{"source":292,"target":141},{"source":84,"target":0},{"source":84,"target":76},{"source":84,"target":13},{"source":84,"target":293},{"source":84,"target":294},{"source":293,"target":76},{"source":294,"target":13},{"source":85,"target":0},{"source":85,"target":197},{"source":85,"target":295},{"source":295,"target":197},{"source":86,"target":0},{"source":86,"target":30},{"source":86,"target":296},{"source":296,"target":30},{"source":87,"target":0},{"source":87,"target":5},{"source":87,"target":297},{"source":297,"target":5},{"source":88,"target":0},{"source":88,"target":74},{"source":88,"target":174},{"source":88,"target":298},{"source":88,"target":299},{"source":298,"target":74},{"source":299,"target":174},{"source":89,"target":0},{"source":89,"target":88},{"source":89,"target":300},{"source":300,"target":88},{"source":90,"target":0},{"source":90,"target":76},{"source":90,"target":37},{"source":90,"target":301},{"source":90,"target":302},{"source":301,"target":76},{"source":302,"target":37},{"source":91,"target":0},{"source":91,"target":161},{"source":91,"target":303},{"source":303,"target":161},{"source":92,"target":0},{"source":92,"target":141},{"source":92,"target":304},{"source":304,"target":141},{"source":93,"target":0},{"source":93,"target":197},{"source":93,"target":305},{"source":305,"target":197},{"source":94,"target":0},{"source":94,"target":131},{"source":94,"target":306},{"source":306,"target":131},{"source":95,"target":0},{"source":95,"target":192},{"source":95,"target":307},{"source":307,"target":192},{"source":96,"target":0},{"source":96,"target":29},{"source":96,"target":308},{"source":308,"target":29},{"source":97,"target":0},{"source":97,"target":80},{"source":97,"target":309},{"source":309,"target":80},{"source":98,"target":0},{"source":98,"target":150},{"source":98,"target":310},{"source":310,"target":150},{"source":99,"target":0},{"source":99,"target":13},{"source":99,"target":311},{"source":311,"target":13},{"source":100,"target":0},{"source":100,"target":166},{"source":100,"target":312},{"source":312,"target":166},{"source":101,"target":0},{"source":101,"target":14},{"source":101,"target":313},{"source":313,"target":14},{"source":102,"target":0},{"source":102,"target":94},{"source":102,"target":314},{"source":314,"target":94},{"source":103,"target":0},{"source":103,"target":25},{"source":103,"target":315},{"source":315,"target":25},{"source":104,"target":0},{"source":104,"target":141},{"source":104,"target":316},{"source":316,"target":141},{"source":105,"target":0},{"source":105,"target":29},{"source":105,"target":317},{"source":317,"target":29},{"source":106,"target":0},{"source":106,"target":161},{"source":106,"target":318},{"source":318,"target":161},{"source":107,"target":0},{"source":107,"target":29},{"source":107,"target":319},{"source":319,"target":29},{"source":108,"target":0},{"source":108,"target":183},{"source":108,"target":320},{"source":320,"target":183},{"source":109,"target":0},{"source":109,"target":108},{"source":109,"target":321},{"source":321,"target":108},{"source":110,"target":0},{"source":110,"target":29},{"source":110,"target":322},{"source":322,"target":29},{"source":111,"target":0},{"source":111,"target":80},{"source":111,"target":323},{"source":323,"target":80},{"source":112,"target":0},{"source":112,"target":141},{"source":112,"target":324},{"source":324,"target":141},{"source":113,"target":0},{"source":113,"target":147},{"source":113,"target":325},{"source":325,"target":147},{"source":114,"target":0},{"source":114,"target":37},{"source":114,"target":326},{"source":326,"target":37},{"source":115,"target":0},{"source":115,"target":13},{"source":115,"target":327},{"source":327,"target":13},{"source":116,"target":0},{"source":116,"target":110},{"source":116,"target":328},{"source":328,"target":110},{"source":117,"target":0},{"source":117,"target":13},{"source":117,"target":59},{"source":117,"target":68},{"source":117,"target":329},{"source":117,"target":330},{"source":117,"target":331},{"source":329,"target":13},{"source":330,"target":59},{"source":331,"target":68},{"source":118,"target":0},{"source":118,"target":17},{"source":118,"target":332},{"source":332,"target":17},{"source":119,"target":0},{"source":119,"target":131},{"source":119,"target":333},{"source":333,"target":131},{"source":120,"target":0},{"source":120,"target":62},{"source":120,"target":334},{"source":334,"target":62},{"source":121,"target":0},{"source":121,"target":141},{"source":121,"target":335},{"source":335,"target":141},{"source":122,"target":0},{"source":122,"target":13},{"source":122,"target":336},{"source":336,"target":13},{"source":123,"target":0},{"source":123,"target":197},{"source":123,"target":337},{"source":337,"target":197},{"source":124,"target":0},{"source":124,"target":76},{"source":124,"target":192},{"source":124,"target":338},{"source":124,"target":339},{"source":338,"target":76},{"source":339,"target":192},{"source":125,"target":0},{"source":125,"target":84},{"source":125,"target":340},{"source":340,"target":84},{"source":126,"target":0},{"source":126,"target":197},{"source":126,"target":68},{"source":126,"target":341},{"source":126,"target":342},{"source":341,"target":197},{"source":342,"target":68},{"source":127,"target":0},{"source":127,"target":108},{"source":127,"target":343},{"source":343,"target":108},{"source":128,"target":0},{"source":128,"target":120},{"source":128,"target":344},{"source":344,"target":120},{"source":129,"target":0},{"source":129,"target":37},{"source":129,"target":345},{"source":345,"target":37},{"source":130,"target":0},{"source":130,"target":115},{"source":130,"target":346},{"source":346,"target":115},{"source":131,"target":0},{"source":131,"target":27},{"source":131,"target":347},{"source":347,"target":27},{"source":132,"target":0},{"source":132,"target":181},{"source":132,"target":348},{"source":348,"target":181},{"source":133,"target":0},{"source":133,"target":60},{"source":133,"target":349},{"source":349,"target":60},{"source":134,"target":0},{"source":134,"target":116},{"source":134,"target":350},{"source":350,"target":116},{"source":135,"target":0},{"source":135,"target":49},{"source":135,"target":351},{"source":351,"target":49},{"source":136,"target":0},{"source":136,"target":115},{"source":136,"target":352},{"source":352,"target":115},{"source":137,"target":0},{"source":137,"target":5},{"source":137,"target":353},{"source":353,"target":5},{"source":138,"target":0},{"source":138,"target":184},{"source":138,"target":110},{"source":138,"target":354},{"source":138,"target":355},{"source":354,"target":184},{"source":355,"target":110},{"source":139,"target":0},{"source":139,"target":161},{"source":139,"target":356},{"source":356,"target":161},{"source":140,"target":0},{"source":140,"target":80},{"source":140,"target":357},{"source":357,"target":80},{"source":141,"target":0},{"source":141,"target":6},{"source":141,"target":358},{"source":358,"target":6},{"source":142,"target":0},{"source":142,"target":138},{"source":142,"target":40},{"source":142,"target":59},{"source":142,"target":359},{"source":142,"target":360},{"source":142,"target":361},{"source":359,"target":138},{"source":360,"target":40},{"source":361,"target":59},{"source":143,"target":0},{"source":143,"target":40},{"source":143,"target":110},{"source":143,"target":362},{"source":143,"target":363},{"source":362,"target":40},{"source":363,"target":110},{"source":144,"target":0},{"source":144,"target":162},{"source":144,"target":364},{"source":364,"target":162},{"source":145,"target":0},{"source":145,"target":30},{"source":145,"target":365},{"source":365,"target":30},{"source":146,"target":0},{"source":146,"target":26},{"source":146,"target":366},{"source":366,"target":26},{"source":147,"target":0},{"source":147,"target":26},{"source":147,"target":367},{"source":367,"target":26},{"source":148,"target":0},{"source":148,"target":131},{"source":148,"target":368},{"source":368,"target":131},{"source":149,"target":0},{"source":149,"target":192},{"source":149,"target":369},{"source":369,"target":192},{"source":150,"target":0},{"source":150,"target":116},{"source":150,"target":370},{"source":370,"target":116},{"source":151,"target":0},{"source":151,"target":88},{"source":151,"target":371},{"source":371,"target":88},{"source":152,"target":0},{"source":152,"target":84},{"source":152,"target":372},{"source":372,"target":84},{"source":153,"target":0},{"source":153,"target":13},{"source":153,"target":373},{"source":373,"target":13},{"source":154,"target":0},{"source":154,"target":26},{"source":154,"target":374},{"source":374,"target":26},{"source":155,"target":0},{"source":155,"target":141},{"source":155,"target":375},{"source":375,"target":141},{"source":156,"target":0},{"source":156,"target":185},{"source":156,"target":110},{"source":156,"target":376},{"source":156,"target":377},{"source":376,"target":185},{"source":377,"target":110},{"source":157,"target":0},{"source":157,"target":141},{"source":157,"target":378},{"source":378,"target":141},{"source":158,"target":0},{"source":158,"target":49},{"source":158,"target":379},{"source":379,"target":49},{"source":159,"target":0},{"source":159,"target":139},{"source":159,"target":380},{"source":380,"target":139},{"source":160,"target":0},{"source":160,"target":136},{"source":160,"target":381},{"source":381,"target":136},{"source":161,"target":0},{"source":161,"target":141},{"source":161,"target":382},{"source":382,"target":141},{"source":162,"target":0},{"source":162,"target":76},{"source":162,"target":37},{"source":162,"target":60},{"source":162,"target":383},{"source":162,"target":384},{"source":162,"target":385},{"source":383,"target":76},{"source":384,"target":37},{"source":385,"target":60},{"source":163,"target":0},{"source":163,"target":17},{"source":163,"target":386},{"source":386,"target":17},{"source":164,"target":0},{"source":164,"target":147},{"source":164,"target":387},{"source":387,"target":147},{"source":165,"target":0},{"source":165,"target":141},{"source":165,"target":388},{"source":388,"target":141},{"source":166,"target":0},{"source":166,"target":88},{"source":166,"target":389},{"source":389,"target":88},{"source":167,"target":0},{"source":167,"target":116},{"source":167,"target":390},{"source":390,"target":116},{"source":168,"target":0},{"source":168,"target":14},{"source":168,"target":391},{"source":391,"target":14},{"source":169,"target":0},{"source":169,"target":131},{"source":169,"target":392},{"source":392,"target":131},{"source":170,"target":0},{"source":170,"target":197},{"source":170,"target":393},{"source":393,"target":197},{"source":171,"target":0},{"source":171,"target":39},{"source":171,"target":394},{"source":394,"target":39},{"source":172,"target":0},{"source":172,"target":31},{"source":172,"target":395},{"source":395,"target":31},{"source":173,"target":0},{"source":173,"target":166},{"source":173,"target":192},{"source":173,"target":396},{"source":173,"target":397},{"source":396,"target":166},{"source":397,"target":192},{"source":174,"target":0},{"source":174,"target":85},{"source":174,"target":398},{"source":398,"target":85},{"source":175,"target":0},{"source":175,"target":94},{"source":175,"target":399},{"source":399,"target":94},{"source":176,"target":0},{"source":176,"target":37},{"source":176,"target":400},{"source":400,"target":37},{"source":177,"target":0},{"source":177,"target":192},{"source":177,"target":39},{"source":177,"target":401},{"source":177,"target":402},{"source":401,"target":192},{"source":402,"target":39},{"source":178,"target":0},{"source":178,"target":147},{"source":178,"target":403},{"source":403,"target":147},{"source":179,"target":0},{"source":179,"target":183},{"source":179,"target":404},{"source":404,"target":183},{"source":180,"target":0},{"source":180,"target":14},{"source":180,"target":405},{"source":405,"target":14},{"source":181,"target":0},{"source":181,"target":88},{"source":181,"target":59},{"source":181,"target":406},{"source":181,"target":407},{"source":406,"target":88},{"source":407,"target":59},{"source":182,"target":0},{"source":182,"target":136},{"source":182,"target":408},{"source":408,"target":136},{"source":183,"target":0},{"source":183,"target":141},{"source":183,"target":409},{"source":409,"target":141},{"source":184,"target":0},{"source":184,"target":37},{"source":184,"target":410},{"source":410,"target":37},{"source":185,"target":0},{"source":185,"target":76},{"source":185,"target":184},{"source":185,"target":411},{"source":185,"target":412},{"source":411,"target":76},{"source":412,"target":184},{"source":186,"target":0},{"source":186,"target":82},{"source":186,"target":413},{"source":413,"target":82},{"source":187,"target":0},{"source":187,"target":17},{"source":187,"target":414},{"source":414,"target":17},{"source":188,"target":0},{"source":188,"target":34},{"source":188,"target":415},{"source":415,"target":34},{"source":189,"target":0},{"source":189,"target":13},{"source":189,"target":416},{"source":416,"target":13},{"source":190,"target":0},{"source":190,"target":149},{"source":190,"target":417},{"source":417,"target":149},{"source":191,"target":0},{"source":191,"target":116},{"source":191,"target":418},{"source":418,"target":116},{"source":192,"target":0},{"source":192,"target":29},{"source":192,"target":419},{"source":419,"target":29},{"source":193,"target":0},{"source":193,"target":141},{"source":193,"target":420},{"source":420,"target":141},{"source":194,"target":0},{"source":194,"target":112},{"source":194,"target":421},{"source":421,"target":112},{"source":195,"target":0},{"source":195,"target":82},{"source":195,"target":422},{"source":422,"target":82},{"source":196,"target":0},{"source":196,"target":177},{"source":196,"target":423},{"source":423,"target":177},{"source":197,"target":0},{"source":197,"target":76},{"source":197,"target":153},{"source":197,"target":37},{"source":197,"target":424},{"source":197,"target":425},{"source":197,"target":426},{"source":424,"target":76},{"source":425,"target":153},{"source":426,"target":37},{"source":198,"target":0},{"source":198,"target":141},{"source":198,"target":427},{"source":427,"target":141}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="example" nsURI="http://www.example.org/examples/example.ecore" nsPrefix="ex"> <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="Employee"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="i1b"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="i1b" value="self.salary >= 0"/> </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="salary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" ordered="false" upperBound="-1" eType="#//Project" eOpposite="#//Project/employee"/> <eStructuralFeatures xsi:type="ecore:EReference" name="department" lowerBound="1" eType="#//Department" eOpposite="#//Department/employee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Department"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="i1a"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="i1a" value="self.budget >= 0"/> </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="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="budget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="project" ordered="false" upperBound="-1" eType="#//Project" containment="true" eOpposite="#//Project/department"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employee" ordered="false" upperBound="-1" eType="#//Employee" containment="true" eOpposite="#//Employee/department"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="i1c i4 i5"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="i1c" value="self.budget >= 0"/> <details key="i4" value="self.budget &lt;= self.department.budget"/> <details key="i5" value="self.department.employee->includesAll(self.employee)"/> </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="budget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="department" lowerBound="1" eType="#//Department" eOpposite="#//Department/project"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employee" ordered="false" upperBound="-1" eType="#//Employee" eOpposite="#//Employee/project"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/patricktjel/GROOVE/test/cases/_ecores/USE_case.ecore
ecore
example Employee name salary project department Department name location budget project employee Project name budget department employee
null
{"directed":true,"nodes":[{"nsPrefix":"ex","nsURI":"http://www.example.org/examples/example.ecore","name":"example","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Department","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"salary","changeable":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"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":"department","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"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":"employee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"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":"employee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"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":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":"budget","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"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":"department","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"budget","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":4,"target":8},{"source":4,"target":1},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":3},{"source":6,"target":10},{"source":6,"target":1},{"source":6,"target":11},{"source":10,"target":3},{"source":7,"target":2},{"source":7,"target":12},{"source":7,"target":1},{"source":7,"target":13},{"source":12,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":13},{"source":14,"target":18},{"source":14,"target":2},{"source":15,"target":19},{"source":15,"target":2},{"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":13,"target":1},{"source":13,"target":23},{"source":13,"target":2},{"source":13,"target":7},{"source":23,"target":1},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":22},{"source":3,"target":11},{"source":24,"target":26},{"source":24,"target":3},{"source":25,"target":27},{"source":25,"target":3},{"source":22,"target":2},{"source":22,"target":28},{"source":22,"target":3},{"source":22,"target":17},{"source":28,"target":2},{"source":11,"target":1},{"source":11,"target":29},{"source":11,"target":3},{"source":11,"target":6},{"source":29,"target":1}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="constraints" nsURI="http://constraints/1.0" nsPrefix="constraints"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operators" upperBound="-1" eType="#//Operator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeAttribute" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectElements" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="errorconstraints" upperBound="-1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" 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:EReference" name="localconstraints" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="localvariables" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EquationConstraint" eSuperTypes="#//Constraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="equation" upperBound="-1" eType="#//Equation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FoldConstraint" eSuperTypes="#//Constraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="containers" lowerBound="1" upperBound="-1" eType="#//Generator" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generator"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" upperBound="-1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="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:EAttribute" name="parameters" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Position"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equation" eSuperTypes="#//Position"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" lowerBound="1" eType="#//ComparisonOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//VariableReference" eOpposite="#//VariableReference/var"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" eSuperTypes="#//Position"> <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="ListNode" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//Node"> <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" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectNode" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="feature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableReference" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="var" lowerBound="1" eType="#//Variable" eOpposite="#//Variable/references"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="&quot;&quot;"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryNode" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" lowerBound="1" eType="#//BinOp" defaultValueLiteral="Addition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinOp"> <eLiterals name="Addition"/> <eLiterals name="Subtraction" value="1"/> <eLiterals name="Multiplication" value="2"/> <eLiterals name="Projection" value="3"/> <eLiterals name="Concatenation" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComparisonOperator"> <eLiterals name="Equal"/> <eLiterals name="LessEqual" value="1"/> <eLiterals name="Element" value="2"/> <eLiterals name="GreaterEqual" value="3"/> <eLiterals name="NotEqual" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Element" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Element" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndirectReference" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryNode" eSuperTypes="#//Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Element" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//UnOp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnOp"> <eLiterals name="Length"/> <eLiterals name="First" value="1"/> <eLiterals name="Last" value="2"/> <eLiterals name="Flatten" value="3"/> <eLiterals name="Pairs" value="4"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/APvanderMeer/EMF-TL/Constraints/model/constraints.ecore
ecore
constraints Program constraints variables root types operators typeAttribute objectElements errorconstraints Constraint name localconstraints localvariables EquationConstraint equation FoldConstraint containers Generator variables container Type name parameters Position line column Equation left right operation Node Variable type number references Element name ListNode values ObjectNode features Feature name value SelectNode feature object VariableReference var Literal value "" BinaryNode left right operation Addition BinOp Addition Addition Subtraction Subtraction Multiplication Multiplication Projection Projection Concatenation Concatenation ComparisonOperator Equal Equal LessEqual LessEqual Element Element GreaterEqual GreaterEqual NotEqual NotEqual Operator name lhs rhs constraints variables TypeFeature name type IndirectReference expression UnaryNode left operator UnOp Length Length First First Last Last Flatten Flatten Pairs Pairs
null
{"directed":true,"nodes":[{"nsPrefix":"constraints","nsURI":"http://constraints/1.0","name":"constraints","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquationConstraint","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FoldConstraint","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generator","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryNode","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinOp","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonOperator","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeFeature","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndirectReference","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryNode","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnOp","instanceClass":null,"id":25,"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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"root","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":"types","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":"operators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeAttribute","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"objectElements","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errorconstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"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":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localconstraints","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":"localvariables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"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":"line","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"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":"number","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"var","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"lowerBound":1,"iD":false,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Addition","unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"name":"Addition","id":111,"value":0,"literal":"Addition","eClass":"EEnumLiteral"},{"name":"Subtraction","id":112,"value":1,"literal":"Subtraction","eClass":"EEnumLiteral"},{"name":"Multiplication","id":113,"value":2,"literal":"Multiplication","eClass":"EEnumLiteral"},{"name":"Projection","id":114,"value":3,"literal":"Projection","eClass":"EEnumLiteral"},{"name":"Concatenation","id":115,"value":4,"literal":"Concatenation","eClass":"EEnumLiteral"},{"name":"Equal","id":116,"value":0,"literal":"Equal","eClass":"EEnumLiteral"},{"name":"LessEqual","id":117,"value":1,"literal":"LessEqual","eClass":"EEnumLiteral"},{"name":"Element","id":118,"value":2,"literal":"Element","eClass":"EEnumLiteral"},{"name":"GreaterEqual","id":119,"value":3,"literal":"GreaterEqual","eClass":"EEnumLiteral"},{"name":"NotEqual","id":120,"value":4,"literal":"NotEqual","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":121,"derived":false},{"container":false,"ordered":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":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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"name":"Length","id":143,"value":0,"literal":"Length","eClass":"EEnumLiteral"},{"name":"First","id":144,"value":1,"literal":"First","eClass":"EEnumLiteral"},{"name":"Last","id":145,"value":2,"literal":"Last","eClass":"EEnumLiteral"},{"name":"Flatten","id":146,"value":3,"literal":"Flatten","eClass":"EEnumLiteral"},{"name":"Pairs","id":147,"value":4,"literal":"Pairs","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":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":26,"target":2},{"source":26,"target":34},{"source":26,"target":1},{"source":34,"target":2},{"source":27,"target":10},{"source":27,"target":35},{"source":27,"target":1},{"source":35,"target":10},{"source":28,"target":10},{"source":28,"target":36},{"source":28,"target":1},{"source":36,"target":10},{"source":29,"target":6},{"source":29,"target":37},{"source":29,"target":1},{"source":37,"target":6},{"source":30,"target":21},{"source":30,"target":38},{"source":30,"target":1},{"source":38,"target":21},{"source":31,"target":39},{"source":31,"target":1},{"source":32,"target":40},{"source":32,"target":1},{"source":33,"target":2},{"source":33,"target":41},{"source":33,"target":1},{"source":41,"target":2},{"source":2,"target":0},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":42,"target":45},{"source":42,"target":2},{"source":43,"target":2},{"source":43,"target":46},{"source":43,"target":2},{"source":46,"target":2},{"source":44,"target":10},{"source":44,"target":47},{"source":44,"target":2},{"source":47,"target":10},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":48},{"source":3,"target":49},{"source":48,"target":8},{"source":48,"target":50},{"source":48,"target":3},{"source":50,"target":8},{"source":49,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":51},{"source":4,"target":52},{"source":51,"target":5},{"source":51,"target":53},{"source":51,"target":4},{"source":53,"target":5},{"source":52,"target":2},{"source":5,"target":0},{"source":5,"target":54},{"source":5,"target":55},{"source":54,"target":10},{"source":54,"target":56},{"source":54,"target":5},{"source":56,"target":10},{"source":55,"target":11},{"source":55,"target":57},{"source":55,"target":5},{"source":57,"target":11},{"source":6,"target":0},{"source":6,"target":58},{"source":6,"target":59},{"source":58,"target":60},{"source":58,"target":6},{"source":59,"target":61},{"source":59,"target":6},{"source":7,"target":0},{"source":7,"target":62},{"source":7,"target":63},{"source":62,"target":64},{"source":62,"target":7},{"source":63,"target":65},{"source":63,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":66,"target":9},{"source":66,"target":70},{"source":66,"target":8},{"source":70,"target":9},{"source":67,"target":9},{"source":67,"target":71},{"source":67,"target":8},{"source":71,"target":9},{"source":68,"target":20},{"source":68,"target":72},{"source":68,"target":8},{"source":72,"target":20},{"source":69,"target":7},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":73},{"source":73,"target":11},{"source":10,"target":0},{"source":10,"target":74},{"source":10,"target":75},{"source":10,"target":76},{"source":74,"target":6},{"source":74,"target":77},{"source":74,"target":10},{"source":77,"target":6},{"source":75,"target":78},{"source":75,"target":10},{"source":76,"target":16},{"source":76,"target":79},{"source":76,"target":10},{"source":76,"target":80},{"source":79,"target":16},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":81},{"source":11,"target":82},{"source":81,"target":83},{"source":81,"target":11},{"source":82,"target":7},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":84},{"source":12,"target":85},{"source":84,"target":11},{"source":84,"target":86},{"source":84,"target":12},{"source":86,"target":11},{"source":85,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":87},{"source":13,"target":88},{"source":87,"target":14},{"source":87,"target":89},{"source":87,"target":13},{"source":89,"target":14},{"source":88,"target":9},{"source":14,"target":0},{"source":14,"target":90},{"source":14,"target":91},{"source":90,"target":92},{"source":90,"target":14},{"source":91,"target":11},{"source":91,"target":93},{"source":91,"target":14},{"source":93,"target":11},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":94,"target":97},{"source":94,"target":15},{"source":95,"target":10},{"source":95,"target":98},{"source":95,"target":15},{"source":98,"target":10},{"source":96,"target":9},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":80},{"source":16,"target":99},{"source":80,"target":10},{"source":80,"target":100},{"source":80,"target":16},{"source":80,"target":76},{"source":100,"target":10},{"source":99,"target":9},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":101},{"source":17,"target":102},{"source":101,"target":103},{"source":101,"target":17},{"source":102,"target":9},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":104},{"source":18,"target":105},{"source":18,"target":106},{"source":18,"target":107},{"source":104,"target":9},{"source":104,"target":108},{"source":104,"target":18},{"source":108,"target":9},{"source":105,"target":9},{"source":105,"target":109},{"source":105,"target":18},{"source":109,"target":9},{"source":106,"target":19},{"source":106,"target":110},{"source":106,"target":18},{"source":110,"target":19},{"source":107,"target":9},{"source":19,"target":0},{"source":19,"target":111},{"source":19,"target":112},{"source":19,"target":113},{"source":19,"target":114},{"source":19,"target":115},{"source":111,"target":19},{"source":112,"target":19},{"source":113,"target":19},{"source":114,"target":19},{"source":115,"target":19},{"source":20,"target":0},{"source":20,"target":116},{"source":20,"target":117},{"source":20,"target":118},{"source":20,"target":119},{"source":20,"target":120},{"source":116,"target":20},{"source":117,"target":20},{"source":118,"target":20},{"source":119,"target":20},{"source":120,"target":20},{"source":21,"target":0},{"source":21,"target":121},{"source":21,"target":122},{"source":21,"target":123},{"source":21,"target":124},{"source":21,"target":125},{"source":121,"target":126},{"source":121,"target":21},{"source":122,"target":11},{"source":122,"target":127},{"source":122,"target":21},{"source":127,"target":11},{"source":123,"target":11},{"source":123,"target":128},{"source":123,"target":21},{"source":128,"target":11},{"source":124,"target":2},{"source":124,"target":129},{"source":124,"target":21},{"source":129,"target":2},{"source":125,"target":10},{"source":125,"target":130},{"source":125,"target":21},{"source":130,"target":10},{"source":22,"target":0},{"source":22,"target":131},{"source":22,"target":132},{"source":131,"target":133},{"source":131,"target":22},{"source":132,"target":134},{"source":132,"target":22},{"source":23,"target":0},{"source":23,"target":9},{"source":23,"target":135},{"source":23,"target":136},{"source":135,"target":11},{"source":135,"target":137},{"source":135,"target":23},{"source":137,"target":11},{"source":136,"target":9},{"source":24,"target":0},{"source":24,"target":9},{"source":24,"target":138},{"source":24,"target":139},{"source":24,"target":140},{"source":138,"target":11},{"source":138,"target":141},{"source":138,"target":24},{"source":141,"target":11},{"source":139,"target":25},{"source":139,"target":142},{"source":139,"target":24},{"source":142,"target":25},{"source":140,"target":9},{"source":25,"target":0},{"source":25,"target":143},{"source":25,"target":144},{"source":25,"target":145},{"source":25,"target":146},{"source":25,"target":147},{"source":143,"target":25},{"source":144,"target":25},{"source":145,"target":25},{"source":146,"target":25},{"source":147,"target":25}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage name="MavenMaven"> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eStructuralFeatures xsi:type="ecore:EReference" name="xmlns" ordered="false" upperBound="-1" eType="/0/Xmlns" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="/0/Goal"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" ordered="false" eType="/0/Path" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="/0/AntProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="taskdefs" ordered="false" upperBound="-1" eType="/0/AntTaskDef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="prePostGoals" ordered="false" upperBound="-1" eType="/0/PrePostGoal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goals" ordered="false" lowerBound="1" upperBound="-1" eType="/0/Goal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Xmlns"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AntProperty" abstract="true" eSuperTypes="/0/ContentsGoal"/> <eClassifiers xsi:type="ecore:EClass" name="AntPropertyName" abstract="true" eSuperTypes="/0/AntProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AntPropertyValue" eSuperTypes="/0/AntPropertyName"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AntPropertyLocation" eSuperTypes="/0/AntPropertyName"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AntPropertyFile" eSuperTypes="/0/AntProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AntPropertyEnv" eSuperTypes="/0/AntProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="environment" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JellyCommand" abstract="true" eSuperTypes="/0/ContentsGoal"/> <eClassifiers xsi:type="ecore:EClass" name="JellySet" eSuperTypes="/0/JellyCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="var" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JellyForEach" eSuperTypes="/0/JellyCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="items" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="var" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexVar" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" ordered="false" lowerBound="1" eType="/0/ContentsGoal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractGoal" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="contentsGoal" lowerBound="1" upperBound="-1" eType="/0/ContentsGoal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContentsGoal" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AttainGoal" eSuperTypes="/0/ContentsGoal"> <eStructuralFeatures xsi:type="ecore:EReference" name="attainGoal" ordered="false" lowerBound="1" eType="/0/Goal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrePostGoal" abstract="true" eSuperTypes="/0/AbstractGoal"/> <eClassifiers xsi:type="ecore:EClass" name="PreGoal" eSuperTypes="/0/PrePostGoal"> <eStructuralFeatures xsi:type="ecore:EReference" name="centralGoal" ordered="false" lowerBound="1" eType="/0/Goal" eOpposite="/0/Goal/preGoal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostGoal" eSuperTypes="/0/PrePostGoal"> <eStructuralFeatures xsi:type="ecore:EReference" name="centralGoal" ordered="false" lowerBound="1" eType="/0/Goal" eOpposite="/0/Goal/postGoal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="/0/AbstractGoal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preGoal" ordered="false" eType="/0/PreGoal" eOpposite="/0/PreGoal/centralGoal"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postGoal" ordered="false" eType="/0/PostGoal" eOpposite="/0/PostGoal/centralGoal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pattern" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Basic" abstract="true" eSuperTypes="/0/Pattern"/> <eClassifiers xsi:type="ecore:EClass" name="Mapper" eSuperTypes="/0/Basic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classpath" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classpathref" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="from" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InExcludes" abstract="true" eSuperTypes="/0/Basic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ifCondition" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unless" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Includes" eSuperTypes="/0/InExcludes"/> <eClassifiers xsi:type="ecore:EClass" name="Excludes" eSuperTypes="/0/InExcludes"/> <eClassifiers xsi:type="ecore:EClass" name="IncludesFile" eSuperTypes="/0/InExcludes"/> <eClassifiers xsi:type="ecore:EClass" name="ExcludesFile" eSuperTypes="/0/InExcludes"/> <eClassifiers xsi:type="ecore:EClass" name="FileList" eSuperTypes="/0/Basic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="files" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Filter" eSuperTypes="/0/Basic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FiltersFile" eSuperTypes="/0/Basic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PathElement" eSuperTypes="/0/Basic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Set" abstract="true" eSuperTypes="/0/Pattern"/> <eClassifiers xsi:type="ecore:EClass" name="PatternSet" eSuperTypes="/0/Set"> <eStructuralFeatures xsi:type="ecore:EReference" name="inexcludes" ordered="false" lowerBound="1" upperBound="-1" eType="/0/InExcludes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileSet" eSuperTypes="/0/Set"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternset" ordered="false" upperBound="-1" eType="/0/PatternSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="include" ordered="false" upperBound="-1" eType="/0/Includes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exclude" ordered="false" upperBound="-1" eType="/0/Excludes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterSet" eSuperTypes="/0/Set"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="starttoken" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endtoken" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false" upperBound="-1" eType="/0/Filter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filtersfile" ordered="false" upperBound="-1" eType="/0/FiltersFile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Path" eSuperTypes="/0/Set"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refid" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="path" ordered="false" eType="/0/Path" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathElement" ordered="false" upperBound="-1" eType="/0/PathElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileset" ordered="false" upperBound="-1" eType="/0/FileSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassPath" eSuperTypes="/0/Set"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="refid" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pathElement" ordered="false" upperBound="-1" eType="/0/PathElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileset" ordered="false" upperBound="-1" eType="/0/FileSet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" abstract="true" eSuperTypes="/0/ContentsGoal"/> <eClassifiers xsi:type="ecore:EClass" name="AntTaskDef" eSuperTypes="/0/ContentsGoal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewTask" eSuperTypes="/0/Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="taskName" ordered="false" lowerBound="1" eType="/0/AntTaskDef"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" ordered="false" upperBound="-1" eType="/0/Attribut" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribut"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PreDefinedTask" abstract="true" eSuperTypes="/0/Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="taskname" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutionTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/> <eClassifiers xsi:type="ecore:EClass" name="Exec" eSuperTypes="/0/ExecutionTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executable" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Java" eSuperTypes="/0/ExecutionTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classname" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jar" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fork" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classPath" ordered="false" eType="/0/ClassPath" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MiscellaneousTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/> <eClassifiers xsi:type="ecore:EClass" name="Echo" eSuperTypes="/0/MiscellaneousTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="append" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tstamp" eSuperTypes="/0/MiscellaneousTask"> <eStructuralFeatures xsi:type="ecore:EReference" name="format" ordered="false" upperBound="-1" eType="/0/FormatTstamp" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormatTstamp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="property" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locale" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompileTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/> <eClassifiers xsi:type="ecore:EClass" name="Javac" eSuperTypes="/0/CompileTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="srcdir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destdir" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="debug" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fork" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="optimize" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deprecation" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inExcludes" ordered="false" upperBound="-1" eType="/0/InExcludes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classPath" ordered="false" eType="/0/ClassPath" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentationTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/> <eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="/0/DocumentationTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourcepath" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destdir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packagenames" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultexcludes" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="author" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="use" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowtitle" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArchiveTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/> <eClassifiers xsi:type="ecore:EClass" name="Jar" eSuperTypes="/0/ArchiveTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jarfile" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="basedir" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compress" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="encoding" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="manifest" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileTask" abstract="true" eSuperTypes="/0/PreDefinedTask"/> <eClassifiers xsi:type="ecore:EClass" name="Mkdir" eSuperTypes="/0/FileTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" lowerBound="1" eType="/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Copy" eSuperTypes="/0/FileTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presservelastmodified" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tofile" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="todir" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="overwrite" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filtering" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="flatten" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeEmptyDirs" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fileset" ordered="false" eType="/0/FileSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filterset" ordered="false" eType="/0/FilterSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapper" ordered="false" eType="/0/Mapper" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delete" eSuperTypes="/0/FileTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dir" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verbose" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quiet" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failonerror" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includeEmptyDirs" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includes" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="includesfile" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excludes" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excludesfile" ordered="false" unique="false" eType="/1/String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultexcludes" ordered="false" unique="false" eType="/1/String"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="String"/> </ecore:EPackage> </xmi:XMI>
github:ecore:/data/NUIM-FM/asmig/test/MavenMaven.ecore
ecore
MavenMaven Project xmlns default path properties taskdefs prePostGoals goals Xmlns name value AntProperty AntPropertyName name AntPropertyValue value AntPropertyLocation location AntPropertyFile file AntPropertyEnv environment JellyCommand JellySet var value JellyForEach items var indexVar contents AbstractGoal contentsGoal ContentsGoal AttainGoal attainGoal PrePostGoal PreGoal centralGoal PostGoal centralGoal Goal name preGoal postGoal Pattern Basic Mapper type classname classpath classpathref from to InExcludes name ifCondition unless Includes Excludes IncludesFile ExcludesFile FileList dir files Filter token value FiltersFile file PathElement path location Set PatternSet inexcludes FileSet dir patternset include exclude FilterSet starttoken endtoken filter filtersfile Path id refid path pathElement fileset ClassPath refid pathElement fileset Task AntTaskDef name classname NewTask taskName attributes Attribut name value PreDefinedTask id taskname description ExecutionTask Exec executable dir Java classname jar fork classPath MiscellaneousTask Echo message file append Tstamp format FormatTstamp property pattern offset unit locale CompileTask Javac srcdir destdir debug fork optimize deprecation inExcludes classPath DocumentationTask Javadoc sourcepath destdir packagenames defaultexcludes author version use windowtitle ArchiveTask Jar jarfile basedir compress encoding manifest FileTask Mkdir dir Copy file presservelastmodified tofile todir overwrite filtering flatten includeEmptyDirs fileset filterset mapper Delete file dir verbose quiet failonerror includeEmptyDirs includes includesfile excludes excludesfile defaultexcludes PrimitiveTypes String
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"MavenMaven","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xmlns","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AntProperty","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AntPropertyName","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AntPropertyValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AntPropertyLocation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AntPropertyFile","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AntPropertyEnv","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JellyCommand","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JellySet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JellyForEach","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractGoal","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentsGoal","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttainGoal","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrePostGoal","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreGoal","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostGoal","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Basic","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapper","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InExcludes","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Includes","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Excludes","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludesFile","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExcludesFile","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileList","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FiltersFile","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PathElement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternSet","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileSet","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterSet","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassPath","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AntTaskDef","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewTask","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribut","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreDefinedTask","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionTask","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exec","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiscellaneousTask","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Echo","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tstamp","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormatTstamp","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompileTask","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javac","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationTask","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchiveTask","instanceClass":null,"abstract":true,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Jar","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileTask","instanceClass":null,"abstract":true,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mkdir","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copy","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delete","instanceClass":null,"abstract":false,"id":58,"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":"xmlns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"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":60,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"taskdefs","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":"prePostGoals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"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":"goals","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":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":73,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":74,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":75,"serializable":true,"eClass":"EDataType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"file","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"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":"environment","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"var","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"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":"items","changeable":true,"lowerBound":1,"iD":false,"id":100,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"var","changeable":true,"lowerBound":1,"iD":false,"id":101,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"indexVar","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentsGoal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"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":"attainGoal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"centralGoal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"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":"preGoal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"centralGoal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"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":"postGoal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":129,"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":"classname","changeable":true,"lowerBound":0,"iD":false,"id":130,"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":"classpath","changeable":true,"lowerBound":0,"iD":false,"id":131,"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":"classpathref","changeable":true,"lowerBound":0,"iD":false,"id":132,"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":"from","changeable":true,"lowerBound":0,"iD":false,"id":133,"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":"to","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"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":142,"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":"ifCondition","changeable":true,"lowerBound":0,"iD":false,"id":143,"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":"unless","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"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":"dir","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"files","changeable":true,"lowerBound":1,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"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":158,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"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":"file","changeable":true,"lowerBound":1,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"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":166,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inexcludes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dir","changeable":true,"lowerBound":1,"iD":false,"id":175,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"patternset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":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":177,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exclude","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"starttoken","changeable":true,"lowerBound":0,"iD":false,"id":184,"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":"endtoken","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filtersfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":193,"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":"refid","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"refid","changeable":true,"lowerBound":1,"iD":false,"id":204,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pathElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fileset","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":212,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"classname","changeable":true,"lowerBound":1,"iD":false,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"taskName","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"container":false,"ordered":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":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"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":222,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":226,"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":"taskname","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"executable","changeable":true,"lowerBound":1,"iD":false,"id":234,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dir","changeable":true,"lowerBound":1,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"classname","changeable":true,"lowerBound":1,"iD":false,"id":239,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"jar","changeable":true,"lowerBound":0,"iD":false,"id":240,"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":"fork","changeable":true,"lowerBound":0,"iD":false,"id":241,"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":"classPath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"message","changeable":true,"lowerBound":1,"iD":false,"id":249,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"file","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"append","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"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":"format","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"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":"property","changeable":true,"lowerBound":1,"iD":false,"id":259,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pattern","changeable":true,"lowerBound":1,"iD":false,"id":260,"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":"offset","changeable":true,"lowerBound":0,"iD":false,"id":261,"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":"unit","changeable":true,"lowerBound":0,"iD":false,"id":262,"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":"locale","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"srcdir","changeable":true,"lowerBound":1,"iD":false,"id":270,"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":"destdir","changeable":true,"lowerBound":0,"iD":false,"id":271,"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":"debug","changeable":true,"lowerBound":0,"iD":false,"id":272,"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":"fork","changeable":true,"lowerBound":0,"iD":false,"id":273,"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":"optimize","changeable":true,"lowerBound":0,"iD":false,"id":274,"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":"deprecation","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inExcludes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"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":"classPath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"sourcepath","changeable":true,"lowerBound":1,"iD":false,"id":288,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"destdir","changeable":true,"lowerBound":1,"iD":false,"id":289,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"packagenames","changeable":true,"lowerBound":1,"iD":false,"id":290,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"defaultexcludes","changeable":true,"lowerBound":1,"iD":false,"id":291,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"author","changeable":true,"lowerBound":1,"iD":false,"id":292,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"version","changeable":true,"lowerBound":1,"iD":false,"id":293,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"use","changeable":true,"lowerBound":1,"iD":false,"id":294,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"windowtitle","changeable":true,"lowerBound":1,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"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":"jarfile","changeable":true,"lowerBound":1,"iD":false,"id":306,"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":"basedir","changeable":true,"lowerBound":0,"iD":false,"id":307,"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":"compress","changeable":true,"lowerBound":0,"iD":false,"id":308,"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":"encoding","changeable":true,"lowerBound":0,"iD":false,"id":309,"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":"manifest","changeable":true,"lowerBound":0,"iD":false,"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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"dir","changeable":true,"lowerBound":1,"iD":false,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"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":"file","changeable":true,"lowerBound":0,"iD":false,"id":321,"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":"presservelastmodified","changeable":true,"lowerBound":0,"iD":false,"id":322,"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":"tofile","changeable":true,"lowerBound":0,"iD":false,"id":323,"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":"todir","changeable":true,"lowerBound":0,"iD":false,"id":324,"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":"overwrite","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"filtering","changeable":true,"lowerBound":0,"iD":false,"id":326,"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":"flatten","changeable":true,"lowerBound":0,"iD":false,"id":327,"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":"includeEmptyDirs","changeable":true,"lowerBound":0,"iD":false,"id":328,"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":"fileset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"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":"filterset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"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":"mapper","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"file","changeable":true,"lowerBound":0,"iD":false,"id":344,"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":"dir","changeable":true,"lowerBound":0,"iD":false,"id":345,"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":"verbose","changeable":true,"lowerBound":0,"iD":false,"id":346,"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":"quiet","changeable":true,"lowerBound":0,"iD":false,"id":347,"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":"failonerror","changeable":true,"lowerBound":0,"iD":false,"id":348,"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":"includeEmptyDirs","changeable":true,"lowerBound":0,"iD":false,"id":349,"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":"includes","changeable":true,"lowerBound":0,"iD":false,"id":350,"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":"includesfile","changeable":true,"lowerBound":0,"iD":false,"id":351,"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":"excludes","changeable":true,"lowerBound":0,"iD":false,"id":352,"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":"excludesfile","changeable":true,"lowerBound":0,"iD":false,"id":353,"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":"defaultexcludes","changeable":true,"lowerBound":0,"iD":false,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":367,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":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":1,"target":0},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":59,"target":2},{"source":59,"target":66},{"source":59,"target":1},{"source":66,"target":2},{"source":60,"target":18},{"source":60,"target":67},{"source":60,"target":1},{"source":67,"target":18},{"source":61,"target":35},{"source":61,"target":68},{"source":61,"target":1},{"source":68,"target":35},{"source":62,"target":3},{"source":62,"target":69},{"source":62,"target":1},{"source":69,"target":3},{"source":63,"target":38},{"source":63,"target":70},{"source":63,"target":1},{"source":70,"target":38},{"source":64,"target":15},{"source":64,"target":71},{"source":64,"target":1},{"source":71,"target":15},{"source":65,"target":18},{"source":65,"target":72},{"source":65,"target":1},{"source":72,"target":18},{"source":2,"target":0},{"source":2,"target":73},{"source":2,"target":74},{"source":73,"target":75},{"source":73,"target":76},{"source":73,"target":2},{"source":76,"target":75},{"source":74,"target":75},{"source":74,"target":77},{"source":74,"target":2},{"source":77,"target":75},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":78},{"source":78,"target":13},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":79},{"source":4,"target":80},{"source":79,"target":75},{"source":79,"target":81},{"source":79,"target":4},{"source":81,"target":75},{"source":80,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":82},{"source":5,"target":83},{"source":82,"target":75},{"source":82,"target":84},{"source":82,"target":5},{"source":84,"target":75},{"source":83,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":85},{"source":6,"target":86},{"source":85,"target":75},{"source":85,"target":87},{"source":85,"target":6},{"source":87,"target":75},{"source":86,"target":4},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":88},{"source":7,"target":89},{"source":88,"target":75},{"source":88,"target":90},{"source":88,"target":7},{"source":90,"target":75},{"source":89,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":91},{"source":8,"target":92},{"source":91,"target":75},{"source":91,"target":93},{"source":91,"target":8},{"source":93,"target":75},{"source":92,"target":3},{"source":9,"target":0},{"source":9,"target":13},{"source":9,"target":94},{"source":94,"target":13},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":95,"target":75},{"source":95,"target":98},{"source":95,"target":10},{"source":98,"target":75},{"source":96,"target":75},{"source":96,"target":99},{"source":96,"target":10},{"source":99,"target":75},{"source":97,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":100},{"source":11,"target":101},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":100,"target":75},{"source":100,"target":105},{"source":100,"target":11},{"source":105,"target":75},{"source":101,"target":75},{"source":101,"target":106},{"source":101,"target":11},{"source":106,"target":75},{"source":102,"target":75},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":75},{"source":103,"target":13},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":13},{"source":104,"target":9},{"source":12,"target":0},{"source":12,"target":109},{"source":109,"target":13},{"source":109,"target":110},{"source":109,"target":12},{"source":110,"target":13},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":111},{"source":14,"target":112},{"source":111,"target":18},{"source":111,"target":113},{"source":111,"target":14},{"source":113,"target":18},{"source":112,"target":13},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":114},{"source":114,"target":12},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":115},{"source":16,"target":116},{"source":115,"target":18},{"source":115,"target":117},{"source":115,"target":16},{"source":115,"target":118},{"source":117,"target":18},{"source":116,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":119},{"source":17,"target":120},{"source":119,"target":18},{"source":119,"target":121},{"source":119,"target":17},{"source":119,"target":122},{"source":121,"target":18},{"source":120,"target":15},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":123},{"source":18,"target":118},{"source":18,"target":122},{"source":18,"target":124},{"source":123,"target":75},{"source":123,"target":125},{"source":123,"target":18},{"source":125,"target":75},{"source":118,"target":16},{"source":118,"target":126},{"source":118,"target":18},{"source":118,"target":115},{"source":126,"target":16},{"source":122,"target":17},{"source":122,"target":127},{"source":122,"target":18},{"source":122,"target":119},{"source":127,"target":17},{"source":124,"target":12},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":128},{"source":128,"target":19},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":129},{"source":21,"target":130},{"source":21,"target":131},{"source":21,"target":132},{"source":21,"target":133},{"source":21,"target":134},{"source":21,"target":135},{"source":129,"target":75},{"source":129,"target":136},{"source":129,"target":21},{"source":136,"target":75},{"source":130,"target":75},{"source":130,"target":137},{"source":130,"target":21},{"source":137,"target":75},{"source":131,"target":75},{"source":131,"target":138},{"source":131,"target":21},{"source":138,"target":75},{"source":132,"target":75},{"source":132,"target":139},{"source":132,"target":21},{"source":139,"target":75},{"source":133,"target":75},{"source":133,"target":140},{"source":133,"target":21},{"source":140,"target":75},{"source":134,"target":75},{"source":134,"target":141},{"source":134,"target":21},{"source":141,"target":75},{"source":135,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":142},{"source":22,"target":143},{"source":22,"target":144},{"source":22,"target":145},{"source":142,"target":75},{"source":142,"target":146},{"source":142,"target":22},{"source":146,"target":75},{"source":143,"target":75},{"source":143,"target":147},{"source":143,"target":22},{"source":147,"target":75},{"source":144,"target":75},{"source":144,"target":148},{"source":144,"target":22},{"source":148,"target":75},{"source":145,"target":20},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":149},{"source":149,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":150},{"source":150,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":151},{"source":151,"target":22},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":152},{"source":152,"target":22},{"source":27,"target":0},{"source":27,"target":20},{"source":27,"target":153},{"source":27,"target":154},{"source":27,"target":155},{"source":153,"target":75},{"source":153,"target":156},{"source":153,"target":27},{"source":156,"target":75},{"source":154,"target":75},{"source":154,"target":157},{"source":154,"target":27},{"source":157,"target":75},{"source":155,"target":20},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":158},{"source":28,"target":159},{"source":28,"target":160},{"source":158,"target":75},{"source":158,"target":161},{"source":158,"target":28},{"source":161,"target":75},{"source":159,"target":75},{"source":159,"target":162},{"source":159,"target":28},{"source":162,"target":75},{"source":160,"target":20},{"source":29,"target":0},{"source":29,"target":20},{"source":29,"target":163},{"source":29,"target":164},{"source":163,"target":75},{"source":163,"target":165},{"source":163,"target":29},{"source":165,"target":75},{"source":164,"target":20},{"source":30,"target":0},{"source":30,"target":20},{"source":30,"target":166},{"source":30,"target":167},{"source":30,"target":168},{"source":166,"target":75},{"source":166,"target":169},{"source":166,"target":30},{"source":169,"target":75},{"source":167,"target":75},{"source":167,"target":170},{"source":167,"target":30},{"source":170,"target":75},{"source":168,"target":20},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":171},{"source":171,"target":19},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":172},{"source":32,"target":173},{"source":172,"target":22},{"source":172,"target":174},{"source":172,"target":32},{"source":174,"target":22},{"source":173,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":175},{"source":33,"target":176},{"source":33,"target":177},{"source":33,"target":178},{"source":33,"target":179},{"source":175,"target":75},{"source":175,"target":180},{"source":175,"target":33},{"source":180,"target":75},{"source":176,"target":32},{"source":176,"target":181},{"source":176,"target":33},{"source":181,"target":32},{"source":177,"target":23},{"source":177,"target":182},{"source":177,"target":33},{"source":182,"target":23},{"source":178,"target":24},{"source":178,"target":183},{"source":178,"target":33},{"source":183,"target":24},{"source":179,"target":31},{"source":34,"target":0},{"source":34,"target":31},{"source":34,"target":184},{"source":34,"target":185},{"source":34,"target":186},{"source":34,"target":187},{"source":34,"target":188},{"source":184,"target":75},{"source":184,"target":189},{"source":184,"target":34},{"source":189,"target":75},{"source":185,"target":75},{"source":185,"target":190},{"source":185,"target":34},{"source":190,"target":75},{"source":186,"target":28},{"source":186,"target":191},{"source":186,"target":34},{"source":191,"target":28},{"source":187,"target":29},{"source":187,"target":192},{"source":187,"target":34},{"source":192,"target":29},{"source":188,"target":31},{"source":35,"target":0},{"source":35,"target":31},{"source":35,"target":193},{"source":35,"target":194},{"source":35,"target":195},{"source":35,"target":196},{"source":35,"target":197},{"source":35,"target":198},{"source":193,"target":75},{"source":193,"target":199},{"source":193,"target":35},{"source":199,"target":75},{"source":194,"target":75},{"source":194,"target":200},{"source":194,"target":35},{"source":200,"target":75},{"source":195,"target":35},{"source":195,"target":201},{"source":195,"target":35},{"source":201,"target":35},{"source":196,"target":30},{"source":196,"target":202},{"source":196,"target":35},{"source":202,"target":30},{"source":197,"target":33},{"source":197,"target":203},{"source":197,"target":35},{"source":203,"target":33},{"source":198,"target":31},{"source":36,"target":0},{"source":36,"target":31},{"source":36,"target":204},{"source":36,"target":205},{"source":36,"target":206},{"source":36,"target":207},{"source":204,"target":75},{"source":204,"target":208},{"source":204,"target":36},{"source":208,"target":75},{"source":205,"target":30},{"source":205,"target":209},{"source":205,"target":36},{"source":209,"target":30},{"source":206,"target":33},{"source":206,"target":210},{"source":206,"target":36},{"source":210,"target":33},{"source":207,"target":31},{"source":37,"target":0},{"source":37,"target":13},{"source":37,"target":211},{"source":211,"target":13},{"source":38,"target":0},{"source":38,"target":13},{"source":38,"target":212},{"source":38,"target":213},{"source":38,"target":214},{"source":212,"target":75},{"source":212,"target":215},{"source":212,"target":38},{"source":215,"target":75},{"source":213,"target":75},{"source":213,"target":216},{"source":213,"target":38},{"source":216,"target":75},{"source":214,"target":13},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":217},{"source":39,"target":218},{"source":39,"target":219},{"source":217,"target":38},{"source":217,"target":220},{"source":217,"target":39},{"source":220,"target":38},{"source":218,"target":40},{"source":218,"target":221},{"source":218,"target":39},{"source":221,"target":40},{"source":219,"target":37},{"source":40,"target":0},{"source":40,"target":222},{"source":40,"target":223},{"source":222,"target":75},{"source":222,"target":224},{"source":222,"target":40},{"source":224,"target":75},{"source":223,"target":75},{"source":223,"target":225},{"source":223,"target":40},{"source":225,"target":75},{"source":41,"target":0},{"source":41,"target":37},{"source":41,"target":226},{"source":41,"target":227},{"source":41,"target":228},{"source":41,"target":229},{"source":226,"target":75},{"source":226,"target":230},{"source":226,"target":41},{"source":230,"target":75},{"source":227,"target":75},{"source":227,"target":231},{"source":227,"target":41},{"source":231,"target":75},{"source":228,"target":75},{"source":228,"target":232},{"source":228,"target":41},{"source":232,"target":75},{"source":229,"target":37},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":233},{"source":233,"target":41},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":234},{"source":43,"target":235},{"source":43,"target":236},{"source":234,"target":75},{"source":234,"target":237},{"source":234,"target":43},{"source":237,"target":75},{"source":235,"target":75},{"source":235,"target":238},{"source":235,"target":43},{"source":238,"target":75},{"source":236,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":239},{"source":44,"target":240},{"source":44,"target":241},{"source":44,"target":242},{"source":44,"target":243},{"source":239,"target":75},{"source":239,"target":244},{"source":239,"target":44},{"source":244,"target":75},{"source":240,"target":75},{"source":240,"target":245},{"source":240,"target":44},{"source":245,"target":75},{"source":241,"target":75},{"source":241,"target":246},{"source":241,"target":44},{"source":246,"target":75},{"source":242,"target":36},{"source":242,"target":247},{"source":242,"target":44},{"source":247,"target":36},{"source":243,"target":42},{"source":45,"target":0},{"source":45,"target":41},{"source":45,"target":248},{"source":248,"target":41},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":249},{"source":46,"target":250},{"source":46,"target":251},{"source":46,"target":252},{"source":249,"target":75},{"source":249,"target":253},{"source":249,"target":46},{"source":253,"target":75},{"source":250,"target":75},{"source":250,"target":254},{"source":250,"target":46},{"source":254,"target":75},{"source":251,"target":75},{"source":251,"target":255},{"source":251,"target":46},{"source":255,"target":75},{"source":252,"target":45},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":256},{"source":47,"target":257},{"source":256,"target":48},{"source":256,"target":258},{"source":256,"target":47},{"source":258,"target":48},{"source":257,"target":45},{"source":48,"target":0},{"source":48,"target":259},{"source":48,"target":260},{"source":48,"target":261},{"source":48,"target":262},{"source":48,"target":263},{"source":259,"target":75},{"source":259,"target":264},{"source":259,"target":48},{"source":264,"target":75},{"source":260,"target":75},{"source":260,"target":265},{"source":260,"target":48},{"source":265,"target":75},{"source":261,"target":75},{"source":261,"target":266},{"source":261,"target":48},{"source":266,"target":75},{"source":262,"target":75},{"source":262,"target":267},{"source":262,"target":48},{"source":267,"target":75},{"source":263,"target":75},{"source":263,"target":268},{"source":263,"target":48},{"source":268,"target":75},{"source":49,"target":0},{"source":49,"target":41},{"source":49,"target":269},{"source":269,"target":41},{"source":50,"target":0},{"source":50,"target":49},{"source":50,"target":270},{"source":50,"target":271},{"source":50,"target":272},{"source":50,"target":273},{"source":50,"target":274},{"source":50,"target":275},{"source":50,"target":276},{"source":50,"target":277},{"source":50,"target":278},{"source":270,"target":75},{"source":270,"target":279},{"source":270,"target":50},{"source":279,"target":75},{"source":271,"target":75},{"source":271,"target":280},{"source":271,"target":50},{"source":280,"target":75},{"source":272,"target":75},{"source":272,"target":281},{"source":272,"target":50},{"source":281,"target":75},{"source":273,"target":75},{"source":273,"target":282},{"source":273,"target":50},{"source":282,"target":75},{"source":274,"target":75},{"source":274,"target":283},{"source":274,"target":50},{"source":283,"target":75},{"source":275,"target":75},{"source":275,"target":284},{"source":275,"target":50},{"source":284,"target":75},{"source":276,"target":22},{"source":276,"target":285},{"source":276,"target":50},{"source":285,"target":22},{"source":277,"target":36},{"source":277,"target":286},{"source":277,"target":50},{"source":286,"target":36},{"source":278,"target":49},{"source":51,"target":0},{"source":51,"target":41},{"source":51,"target":287},{"source":287,"target":41},{"source":52,"target":0},{"source":52,"target":51},{"source":52,"target":288},{"source":52,"target":289},{"source":52,"target":290},{"source":52,"target":291},{"source":52,"target":292},{"source":52,"target":293},{"source":52,"target":294},{"source":52,"target":295},{"source":52,"target":296},{"source":288,"target":75},{"source":288,"target":297},{"source":288,"target":52},{"source":297,"target":75},{"source":289,"target":75},{"source":289,"target":298},{"source":289,"target":52},{"source":298,"target":75},{"source":290,"target":75},{"source":290,"target":299},{"source":290,"target":52},{"source":299,"target":75},{"source":291,"target":75},{"source":291,"target":300},{"source":291,"target":52},{"source":300,"target":75},{"source":292,"target":75},{"source":292,"target":301},{"source":292,"target":52},{"source":301,"target":75},{"source":293,"target":75},{"source":293,"target":302},{"source":293,"target":52},{"source":302,"target":75},{"source":294,"target":75},{"source":294,"target":303},{"source":294,"target":52},{"source":303,"target":75},{"source":295,"target":75},{"source":295,"target":304},{"source":295,"target":52},{"source":304,"target":75},{"source":296,"target":51},{"source":53,"target":0},{"source":53,"target":41},{"source":53,"target":305},{"source":305,"target":41},{"source":54,"target":0},{"source":54,"target":53},{"source":54,"target":306},{"source":54,"target":307},{"source":54,"target":308},{"source":54,"target":309},{"source":54,"target":310},{"source":54,"target":311},{"source":306,"target":75},{"source":306,"target":312},{"source":306,"target":54},{"source":312,"target":75},{"source":307,"target":75},{"source":307,"target":313},{"source":307,"target":54},{"source":313,"target":75},{"source":308,"target":75},{"source":308,"target":314},{"source":308,"target":54},{"source":314,"target":75},{"source":309,"target":75},{"source":309,"target":315},{"source":309,"target":54},{"source":315,"target":75},{"source":310,"target":75},{"source":310,"target":316},{"source":310,"target":54},{"source":316,"target":75},{"source":311,"target":53},{"source":55,"target":0},{"source":55,"target":41},{"source":55,"target":317},{"source":317,"target":41},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":318},{"source":56,"target":319},{"source":318,"target":75},{"source":318,"target":320},{"source":318,"target":56},{"source":320,"target":75},{"source":319,"target":55},{"source":57,"target":0},{"source":57,"target":55},{"source":57,"target":321},{"source":57,"target":322},{"source":57,"target":323},{"source":57,"target":324},{"source":57,"target":325},{"source":57,"target":326},{"source":57,"target":327},{"source":57,"target":328},{"source":57,"target":329},{"source":57,"target":330},{"source":57,"target":331},{"source":57,"target":332},{"source":321,"target":75},{"source":321,"target":333},{"source":321,"target":57},{"source":333,"target":75},{"source":322,"target":75},{"source":322,"target":334},{"source":322,"target":57},{"source":334,"target":75},{"source":323,"target":75},{"source":323,"target":335},{"source":323,"target":57},{"source":335,"target":75},{"source":324,"target":75},{"source":324,"target":336},{"source":324,"target":57},{"source":336,"target":75},{"source":325,"target":75},{"source":325,"target":337},{"source":325,"target":57},{"source":337,"target":75},{"source":326,"target":75},{"source":326,"target":338},{"source":326,"target":57},{"source":338,"target":75},{"source":327,"target":75},{"source":327,"target":339},{"source":327,"target":57},{"source":339,"target":75},{"source":328,"target":75},{"source":328,"target":340},{"source":328,"target":57},{"source":340,"target":75},{"source":329,"target":33},{"source":329,"target":341},{"source":329,"target":57},{"source":341,"target":33},{"source":330,"target":34},{"source":330,"target":342},{"source":330,"target":57},{"source":342,"target":34},{"source":331,"target":21},{"source":331,"target":343},{"source":331,"target":57},{"source":343,"target":21},{"source":332,"target":55},{"source":58,"target":0},{"source":58,"target":55},{"source":58,"target":344},{"source":58,"target":345},{"source":58,"target":346},{"source":58,"target":347},{"source":58,"target":348},{"source":58,"target":349},{"source":58,"target":350},{"source":58,"target":351},{"source":58,"target":352},{"source":58,"target":353},{"source":58,"target":354},{"source":58,"target":355},{"source":344,"target":75},{"source":344,"target":356},{"source":344,"target":58},{"source":356,"target":75},{"source":345,"target":75},{"source":345,"target":357},{"source":345,"target":58},{"source":357,"target":75},{"source":346,"target":75},{"source":346,"target":358},{"source":346,"target":58},{"source":358,"target":75},{"source":347,"target":75},{"source":347,"target":359},{"source":347,"target":58},{"source":359,"target":75},{"source":348,"target":75},{"source":348,"target":360},{"source":348,"target":58},{"source":360,"target":75},{"source":349,"target":75},{"source":349,"target":361},{"source":349,"target":58},{"source":361,"target":75},{"source":350,"target":75},{"source":350,"target":362},{"source":350,"target":58},{"source":362,"target":75},{"source":351,"target":75},{"source":351,"target":363},{"source":351,"target":58},{"source":363,"target":75},{"source":352,"target":75},{"source":352,"target":364},{"source":352,"target":58},{"source":364,"target":75},{"source":353,"target":75},{"source":353,"target":365},{"source":353,"target":58},{"source":365,"target":75},{"source":354,"target":75},{"source":354,"target":366},{"source":354,"target":58},{"source":366,"target":75},{"source":355,"target":55},{"source":367,"target":75},{"source":75,"target":367}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="errormanypov" nsURI="http://errormanypov" nsPrefix="_errormanypov"> <eClassifiers xsi:type="ecore:EClass" name="A" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=bs" value=""/> <details key="cref=es" value=""/> <details key="cref=js" value=""/> <details key="pov" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bs" upperBound="-1" eType="#//B" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="es" upperBound="-1" eType="#//E" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="js" upperBound="-1" eType="#//J" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="B" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=cs" value=""/> <details key="nav:theBView" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="cs" upperBound="-1" eType="#//C" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="C" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Named"> <eAnnotations source="diagraph"> <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="E" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=fs" value=""/> <details key="nav:theEView" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fs" upperBound="-1" eType="#//F" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="F" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="J" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=jks:theJJ" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="jks" upperBound="-1" eType="#//JK" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="K" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=ms" value=""/> <details key="pov=theKView" value=""/> <details key="ref=cs" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ms" upperBound="-1" eType="#//M" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cs" eType="#//C"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JK" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="cref=ks:theJKcont" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ks" upperBound="-1" eType="#//K" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="M" eSuperTypes="#//Named"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/errormanypov.ecore
ecore
errormanypov A bs es js B cs C Named name E fs F J jks K ms cs JK ks M
null
{"directed":true,"nodes":[{"nsPrefix":"_errormanypov","nsURI":"http://errormanypov","name":"errormanypov","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"E","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"F","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"J","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"K","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JK","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"M","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bs","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":"es","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":"js","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cs","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fs","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":true,"unsettable":false,"transient":false,"unique":true,"name":"jks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cs","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":"ks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":11,"target":2},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":2},{"source":12,"target":5},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":5},{"source":13,"target":7},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":7},{"source":14,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":18},{"source":2,"target":19},{"source":18,"target":3},{"source":18,"target":20},{"source":18,"target":2},{"source":20,"target":3},{"source":19,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":21},{"source":21,"target":4},{"source":4,"target":0},{"source":4,"target":22},{"source":22,"target":23},{"source":22,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":25},{"source":24,"target":6},{"source":24,"target":26},{"source":24,"target":5},{"source":26,"target":6},{"source":25,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":27},{"source":27,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":28},{"source":7,"target":29},{"source":28,"target":9},{"source":28,"target":30},{"source":28,"target":7},{"source":30,"target":9},{"source":29,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":31},{"source":8,"target":32},{"source":8,"target":33},{"source":31,"target":10},{"source":31,"target":34},{"source":31,"target":8},{"source":34,"target":10},{"source":32,"target":3},{"source":32,"target":35},{"source":32,"target":8},{"source":35,"target":3},{"source":33,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":36},{"source":9,"target":37},{"source":36,"target":8},{"source":36,"target":38},{"source":36,"target":9},{"source":38,"target":8},{"source":37,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":39},{"source":39,"target":4}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <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="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsDataSet1ownedElementHasVisibility.ecore
ecore
UML2 VisibilityKind package package private private protected protected public public ClearVariableAction CommunicationPath Stereotype CombinedFragment ExecutionEnvironment CallAction ApplyFunctionAction ReadExtentAction Permission Lifeline DataStoreNode FinalNode FlowFinalNode CollaborationOccurrence TypedElement IntervalConstraint Manifestation BehavioralFeature Namespace member ReadLinkAction StructuralFeatureAction ExpansionRegion LoopNode LiteralNull DeploymentTarget AcceptCallAction EncapsulatedClassifier SendObjectAction PartDecomposition ExtensionPoint FinalState ControlFlow ObjectNode Substitution Class MergeNode Parameter CreateLinkObjectAction DurationConstraint StructuredActivityNode TimeTrigger OutputPin NamedElement visibility WriteVariableAction InteractionOccurrence CreateObjectAction ReadLinkObjectEndAction ValuePin AddStructuralFeatureValueAction Usage InstanceValue Actor Message TemplateableClassifier Extend Trigger ExtensionEnd ProtocolStateMachine CallBehaviorAction InvocationAction Classifier MessageTrigger Deployment TimeObservationAction ClearAssociationAction InformationFlow PackageableElement LiteralInteger GeneralOrdering Continuation RemoveVariableValueAction TimeExpression Interval Type UseCase Enumeration ExecutionOccurrence StructuralFeature Dependency Behavior ConditionalNode CentralBufferNode EnumerationLiteral CallOperationAction RaiseExceptionAction Operation AcceptEventAction Feature ForkNode ProtocolTransition DurationInterval MessageEnd ReclassifyObjectAction DestroyObjectAction JoinNode DecisionNode LiteralUnlimitedNatural Pin ChangeTrigger TimeInterval PrimitiveFunction Include Transition Extension RemoveStructuralFeatureValueAction DeployedArtifact Expression InteractionConstraint Pseudostate Variable LiteralSpecification Node ValueSpecification ConnectionPointReference ReplyAction TimeConstraint Signal VariableAction InstanceSpecification ReadLinkObjectEndQualifierAction ActivityEdge StructuredClassifier ReadIsClassifiedObjectAction RedefinableTemplateSignature Device Profile GeneralizationSet InteractionOperand Port AnyTrigger Gate StateMachine RedefinableElement Association ReadVariableAction ExecutableNode Stop ConnectableElement InitialNode Package Connector ObjectFlow Property InteractionFragment DestroyLinkAction DataType InputPin Component SendSignalAction DurationObservationAction Activity PrimitiveType LiteralBoolean ReadSelfAction Interface AssociationClass ActivityFinalNode Action Vertex Artifact WriteLinkAction ActivityParameterNode EventOccurrence CallTrigger Implementation Collaboration Model OpaqueExpression BroadcastSignalAction BehavioredClassifier TestIdentityAction CreateLinkAction Abstraction ControlNode StartOwnedBehaviorAction ReadStructuralFeatureAction Region State Realization InformationItem ParameterableClassifier ActivityPartition LinkAction Reception Constraint ParameterSet DeploymentSpecification StateInvariant Interaction Duration WriteStructuralFeatureAction ExpansionNode SignalTrigger LiteralString ActivityNode ClearStructuralFeatureAction AddVariableValueAction
null
{"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":"ClearVariableAction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","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":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","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":"Action","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","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":"Interaction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","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"},{"container":false,"ordered":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":222,"derived":false},{"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"},{"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":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":119},{"source":2,"target":203},{"source":203,"target":119},{"source":3,"target":0},{"source":3,"target":135},{"source":3,"target":204},{"source":204,"target":135},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":205},{"source":205,"target":36},{"source":5,"target":0},{"source":5,"target":145},{"source":5,"target":206},{"source":206,"target":145},{"source":6,"target":0},{"source":6,"target":113},{"source":6,"target":207},{"source":207,"target":113},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":208},{"source":208,"target":61},{"source":8,"target":0},{"source":8,"target":159},{"source":8,"target":209},{"source":209,"target":159},{"source":9,"target":0},{"source":9,"target":159},{"source":9,"target":210},{"source":210,"target":159},{"source":10,"target":0},{"source":10,"target":80},{"source":10,"target":211},{"source":211,"target":80},{"source":11,"target":0},{"source":11,"target":44},{"source":11,"target":212},{"source":212,"target":44},{"source":12,"target":0},{"source":12,"target":83},{"source":12,"target":213},{"source":213,"target":83},{"source":13,"target":0},{"source":13,"target":175},{"source":13,"target":214},{"source":214,"target":175},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":215},{"source":215,"target":13},{"source":15,"target":0},{"source":15,"target":44},{"source":15,"target":216},{"source":216,"target":44},{"source":16,"target":0},{"source":16,"target":44},{"source":16,"target":217},{"source":217,"target":44},{"source":17,"target":0},{"source":17,"target":186},{"source":17,"target":218},{"source":218,"target":186},{"source":18,"target":0},{"source":18,"target":174},{"source":18,"target":219},{"source":219,"target":174},{"source":19,"target":0},{"source":19,"target":20},{"source":19,"target":89},{"source":19,"target":220},{"source":19,"target":221},{"source":220,"target":20},{"source":221,"target":89},{"source":20,"target":0},{"source":20,"target":44},{"source":20,"target":222},{"source":20,"target":223},{"source":222,"target":44},{"source":222,"target":224},{"source":222,"target":20},{"source":224,"target":44},{"source":223,"target":44},{"source":21,"target":0},{"source":21,"target":184},{"source":21,"target":225},{"source":225,"target":184},{"source":22,"target":0},{"source":22,"target":159},{"source":22,"target":226},{"source":226,"target":159},{"source":23,"target":0},{"source":23,"target":41},{"source":23,"target":227},{"source":227,"target":41},{"source":24,"target":0},{"source":24,"target":41},{"source":24,"target":228},{"source":228,"target":41},{"source":25,"target":0},{"source":25,"target":112},{"source":25,"target":229},{"source":229,"target":112},{"source":26,"target":0},{"source":26,"target":44},{"source":26,"target":230},{"source":230,"target":44},{"source":27,"target":0},{"source":27,"target":88},{"source":27,"target":231},{"source":231,"target":88},{"source":28,"target":0},{"source":28,"target":123},{"source":28,"target":232},{"source":232,"target":123},{"source":29,"target":0},{"source":29,"target":61},{"source":29,"target":233},{"source":233,"target":61},{"source":30,"target":0},{"source":30,"target":46},{"source":30,"target":234},{"source":234,"target":46},{"source":31,"target":0},{"source":31,"target":134},{"source":31,"target":235},{"source":235,"target":134},{"source":32,"target":0},{"source":32,"target":179},{"source":32,"target":236},{"source":236,"target":179},{"source":33,"target":0},{"source":33,"target":122},{"source":33,"target":237},{"source":237,"target":122},{"source":34,"target":0},{"source":34,"target":196},{"source":34,"target":16},{"source":34,"target":238},{"source":34,"target":239},{"source":238,"target":196},{"source":239,"target":16},{"source":35,"target":0},{"source":35,"target":180},{"source":35,"target":240},{"source":240,"target":180},{"source":36,"target":0},{"source":36,"target":171},{"source":36,"target":28},{"source":36,"target":241},{"source":36,"target":242},{"source":241,"target":171},{"source":242,"target":28},{"source":37,"target":0},{"source":37,"target":175},{"source":37,"target":243},{"source":243,"target":175},{"source":38,"target":0},{"source":38,"target":139},{"source":38,"target":16},{"source":38,"target":244},{"source":38,"target":245},{"source":244,"target":139},{"source":245,"target":16},{"source":39,"target":0},{"source":39,"target":173},{"source":39,"target":246},{"source":246,"target":173},{"source":40,"target":0},{"source":40,"target":17},{"source":40,"target":247},{"source":247,"target":17},{"source":41,"target":0},{"source":41,"target":159},{"source":41,"target":20},{"source":41,"target":248},{"source":41,"target":249},{"source":248,"target":159},{"source":249,"target":20},{"source":42,"target":0},{"source":42,"target":57},{"source":42,"target":250},{"source":250,"target":57},{"source":43,"target":0},{"source":43,"target":99},{"source":43,"target":251},{"source":251,"target":99},{"source":44,"target":0},{"source":44,"target":252},{"source":252,"target":1},{"source":252,"target":253},{"source":252,"target":44},{"source":253,"target":1},{"source":45,"target":0},{"source":45,"target":119},{"source":45,"target":254},{"source":254,"target":119},{"source":46,"target":0},{"source":46,"target":145},{"source":46,"target":255},{"source":255,"target":145},{"source":47,"target":0},{"source":47,"target":159},{"source":47,"target":256},{"source":256,"target":159},{"source":48,"target":0},{"source":48,"target":159},{"source":48,"target":257},{"source":257,"target":159},{"source":49,"target":0},{"source":49,"target":148},{"source":49,"target":258},{"source":258,"target":148},{"source":50,"target":0},{"source":50,"target":192},{"source":50,"target":259},{"source":259,"target":192},{"source":51,"target":0},{"source":51,"target":80},{"source":51,"target":260},{"source":260,"target":80},{"source":52,"target":0},{"source":52,"target":114},{"source":52,"target":261},{"source":261,"target":114},{"source":53,"target":0},{"source":53,"target":62},{"source":53,"target":262},{"source":262,"target":62},{"source":54,"target":0},{"source":54,"target":44},{"source":54,"target":263},{"source":263,"target":44},{"source":55,"target":0},{"source":55,"target":62},{"source":55,"target":264},{"source":264,"target":62},{"source":56,"target":0},{"source":56,"target":44},{"source":56,"target":265},{"source":265,"target":44},{"source":57,"target":0},{"source":57,"target":44},{"source":57,"target":266},{"source":266,"target":44},{"source":58,"target":0},{"source":58,"target":144},{"source":58,"target":267},{"source":267,"target":144},{"source":59,"target":0},{"source":59,"target":133},{"source":59,"target":268},{"source":268,"target":133},{"source":60,"target":0},{"source":60,"target":7},{"source":60,"target":269},{"source":269,"target":7},{"source":61,"target":0},{"source":61,"target":159},{"source":61,"target":270},{"source":270,"target":159},{"source":62,"target":0},{"source":62,"target":20},{"source":62,"target":75},{"source":62,"target":134},{"source":62,"target":271},{"source":62,"target":272},{"source":62,"target":273},{"source":271,"target":20},{"source":272,"target":75},{"source":273,"target":134},{"source":63,"target":0},{"source":63,"target":57},{"source":63,"target":274},{"source":274,"target":57},{"source":64,"target":0},{"source":64,"target":80},{"source":64,"target":275},{"source":275,"target":80},{"source":65,"target":0},{"source":65,"target":192},{"source":65,"target":276},{"source":276,"target":192},{"source":66,"target":0},{"source":66,"target":159},{"source":66,"target":277},{"source":277,"target":159},{"source":67,"target":0},{"source":67,"target":68},{"source":67,"target":278},{"source":278,"target":68},{"source":68,"target":0},{"source":68,"target":44},{"source":68,"target":279},{"source":279,"target":44},{"source":69,"target":0},{"source":69,"target":112},{"source":69,"target":280},{"source":280,"target":112},{"source":70,"target":0},{"source":70,"target":44},{"source":70,"target":281},{"source":281,"target":44},{"source":71,"target":0},{"source":71,"target":145},{"source":71,"target":282},{"source":282,"target":145},{"source":72,"target":0},{"source":72,"target":45},{"source":72,"target":283},{"source":283,"target":45},{"source":73,"target":0},{"source":73,"target":114},{"source":73,"target":284},{"source":284,"target":114},{"source":74,"target":0},{"source":74,"target":114},{"source":74,"target":285},{"source":285,"target":114},{"source":75,"target":0},{"source":75,"target":68},{"source":75,"target":286},{"source":286,"target":68},{"source":76,"target":0},{"source":76,"target":171},{"source":76,"target":287},{"source":287,"target":171},{"source":77,"target":0},{"source":77,"target":147},{"source":77,"target":288},{"source":288,"target":147},{"source":78,"target":0},{"source":78,"target":145},{"source":78,"target":289},{"source":289,"target":145},{"source":79,"target":0},{"source":79,"target":89},{"source":79,"target":16},{"source":79,"target":290},{"source":79,"target":291},{"source":290,"target":89},{"source":291,"target":16},{"source":80,"target":0},{"source":80,"target":68},{"source":80,"target":292},{"source":292,"target":68},{"source":81,"target":0},{"source":81,"target":36},{"source":81,"target":293},{"source":293,"target":36},{"source":82,"target":0},{"source":82,"target":41},{"source":82,"target":294},{"source":294,"target":41},{"source":83,"target":0},{"source":83,"target":34},{"source":83,"target":295},{"source":295,"target":34},{"source":84,"target":0},{"source":84,"target":120},{"source":84,"target":296},{"source":296,"target":120},{"source":85,"target":0},{"source":85,"target":7},{"source":85,"target":297},{"source":297,"target":7},{"source":86,"target":0},{"source":86,"target":159},{"source":86,"target":298},{"source":298,"target":159},{"source":87,"target":0},{"source":87,"target":19},{"source":87,"target":16},{"source":87,"target":299},{"source":87,"target":300},{"source":299,"target":19},{"source":300,"target":16},{"source":88,"target":0},{"source":88,"target":159},{"source":88,"target":301},{"source":301,"target":159},{"source":89,"target":0},{"source":89,"target":134},{"source":89,"target":302},{"source":302,"target":134},{"source":90,"target":0},{"source":90,"target":175},{"source":90,"target":303},{"source":303,"target":175},{"source":91,"target":0},{"source":91,"target":104},{"source":91,"target":304},{"source":304,"target":104},{"source":92,"target":0},{"source":92,"target":74},{"source":92,"target":305},{"source":305,"target":74},{"source":93,"target":0},{"source":93,"target":44},{"source":93,"target":306},{"source":306,"target":44},{"source":94,"target":0},{"source":94,"target":159},{"source":94,"target":307},{"source":307,"target":159},{"source":95,"target":0},{"source":95,"target":159},{"source":95,"target":308},{"source":308,"target":159},{"source":96,"target":0},{"source":96,"target":175},{"source":96,"target":309},{"source":309,"target":175},{"source":97,"target":0},{"source":97,"target":175},{"source":97,"target":310},{"source":310,"target":175},{"source":98,"target":0},{"source":98,"target":112},{"source":98,"target":311},{"source":311,"target":112},{"source":99,"target":0},{"source":99,"target":34},{"source":99,"target":312},{"source":312,"target":34},{"source":100,"target":0},{"source":100,"target":57},{"source":100,"target":313},{"source":313,"target":57},{"source":101,"target":0},{"source":101,"target":74},{"source":101,"target":314},{"source":314,"target":74},{"source":102,"target":0},{"source":102,"target":68},{"source":102,"target":315},{"source":315,"target":68},{"source":103,"target":0},{"source":103,"target":44},{"source":103,"target":316},{"source":316,"target":44},{"source":104,"target":0},{"source":104,"target":134},{"source":104,"target":317},{"source":317,"target":134},{"source":105,"target":0},{"source":105,"target":135},{"source":105,"target":318},{"source":318,"target":135},{"source":106,"target":0},{"source":106,"target":192},{"source":106,"target":319},{"source":319,"target":192},{"source":107,"target":0},{"source":107,"target":44},{"source":107,"target":320},{"source":320,"target":44},{"source":108,"target":0},{"source":108,"target":169},{"source":108,"target":321},{"source":321,"target":169},{"source":109,"target":0},{"source":109,"target":186},{"source":109,"target":322},{"source":322,"target":186},{"source":110,"target":0},{"source":110,"target":160},{"source":110,"target":323},{"source":323,"target":160},{"source":111,"target":0},{"source":111,"target":139},{"source":111,"target":16},{"source":111,"target":324},{"source":111,"target":325},{"source":324,"target":139},{"source":325,"target":16},{"source":112,"target":0},{"source":112,"target":114},{"source":112,"target":326},{"source":326,"target":114},{"source":113,"target":0},{"source":113,"target":36},{"source":113,"target":26},{"source":113,"target":327},{"source":113,"target":328},{"source":327,"target":36},{"source":328,"target":26},{"source":114,"target":0},{"source":114,"target":16},{"source":114,"target":329},{"source":329,"target":16},{"source":115,"target":0},{"source":115,"target":160},{"source":115,"target":330},{"source":330,"target":160},{"source":116,"target":0},{"source":116,"target":159},{"source":116,"target":331},{"source":331,"target":159},{"source":117,"target":0},{"source":117,"target":17},{"source":117,"target":332},{"source":332,"target":17},{"source":118,"target":0},{"source":118,"target":62},{"source":118,"target":333},{"source":333,"target":62},{"source":119,"target":0},{"source":119,"target":159},{"source":119,"target":334},{"source":334,"target":159},{"source":120,"target":0},{"source":120,"target":68},{"source":120,"target":26},{"source":120,"target":107},{"source":120,"target":335},{"source":120,"target":336},{"source":120,"target":337},{"source":335,"target":68},{"source":336,"target":26},{"source":337,"target":107},{"source":121,"target":0},{"source":121,"target":159},{"source":121,"target":338},{"source":338,"target":159},{"source":122,"target":0},{"source":122,"target":134},{"source":122,"target":339},{"source":339,"target":134},{"source":123,"target":0},{"source":123,"target":62},{"source":123,"target":340},{"source":340,"target":62},{"source":124,"target":0},{"source":124,"target":159},{"source":124,"target":341},{"source":341,"target":159},{"source":125,"target":0},{"source":125,"target":134},{"source":125,"target":342},{"source":342,"target":134},{"source":126,"target":0},{"source":126,"target":113},{"source":126,"target":343},{"source":343,"target":113},{"source":127,"target":0},{"source":127,"target":141},{"source":127,"target":344},{"source":344,"target":141},{"source":128,"target":0},{"source":128,"target":68},{"source":128,"target":345},{"source":345,"target":68},{"source":129,"target":0},{"source":129,"target":20},{"source":129,"target":145},{"source":129,"target":346},{"source":129,"target":347},{"source":346,"target":20},{"source":347,"target":145},{"source":130,"target":0},{"source":130,"target":144},{"source":130,"target":348},{"source":348,"target":144},{"source":131,"target":0},{"source":131,"target":63},{"source":131,"target":349},{"source":349,"target":63},{"source":132,"target":0},{"source":132,"target":93},{"source":132,"target":350},{"source":350,"target":93},{"source":133,"target":0},{"source":133,"target":81},{"source":133,"target":351},{"source":351,"target":81},{"source":134,"target":0},{"source":134,"target":44},{"source":134,"target":352},{"source":352,"target":44},{"source":135,"target":0},{"source":135,"target":62},{"source":135,"target":353},{"source":353,"target":62},{"source":136,"target":0},{"source":136,"target":119},{"source":136,"target":354},{"source":354,"target":119},{"source":137,"target":0},{"source":137,"target":196},{"source":137,"target":355},{"source":355,"target":196},{"source":138,"target":0},{"source":138,"target":164},{"source":138,"target":356},{"source":356,"target":164},{"source":139,"target":0},{"source":139,"target":44},{"source":139,"target":357},{"source":357,"target":44},{"source":140,"target":0},{"source":140,"target":175},{"source":140,"target":358},{"source":358,"target":175},{"source":141,"target":0},{"source":141,"target":20},{"source":141,"target":68},{"source":141,"target":359},{"source":141,"target":360},{"source":359,"target":20},{"source":360,"target":68},{"source":142,"target":0},{"source":142,"target":89},{"source":142,"target":361},{"source":361,"target":89},{"source":143,"target":0},{"source":143,"target":122},{"source":143,"target":362},{"source":362,"target":122},{"source":144,"target":0},{"source":144,"target":79},{"source":144,"target":139},{"source":144,"target":26},{"source":144,"target":363},{"source":144,"target":364},{"source":144,"target":365},{"source":363,"target":79},{"source":364,"target":139},{"source":365,"target":26},{"source":145,"target":0},{"source":145,"target":44},{"source":145,"target":366},{"source":366,"target":44},{"source":146,"target":0},{"source":146,"target":162},{"source":146,"target":367},{"source":367,"target":162},{"source":147,"target":0},{"source":147,"target":62},{"source":147,"target":368},{"source":368,"target":62},{"source":148,"target":0},{"source":148,"target":99},{"source":148,"target":369},{"source":369,"target":99},{"source":149,"target":0},{"source":149,"target":36},{"source":149,"target":370},{"source":370,"target":36},{"source":150,"target":0},{"source":150,"target":61},{"source":150,"target":371},{"source":371,"target":61},{"source":151,"target":0},{"source":151,"target":192},{"source":151,"target":372},{"source":372,"target":192},{"source":152,"target":0},{"source":152,"target":81},{"source":152,"target":373},{"source":373,"target":81},{"source":153,"target":0},{"source":153,"target":147},{"source":153,"target":374},{"source":374,"target":147},{"source":154,"target":0},{"source":154,"target":112},{"source":154,"target":375},{"source":375,"target":112},{"source":155,"target":0},{"source":155,"target":159},{"source":155,"target":376},{"source":376,"target":159},{"source":156,"target":0},{"source":156,"target":62},{"source":156,"target":377},{"source":377,"target":62},{"source":157,"target":0},{"source":157,"target":36},{"source":157,"target":135},{"source":157,"target":378},{"source":157,"target":379},{"source":378,"target":36},{"source":379,"target":135},{"source":158,"target":0},{"source":158,"target":13},{"source":158,"target":380},{"source":380,"target":13},{"source":159,"target":0},{"source":159,"target":137},{"source":159,"target":381},{"source":381,"target":137},{"source":160,"target":0},{"source":160,"target":44},{"source":160,"target":382},{"source":382,"target":44},{"source":161,"target":0},{"source":161,"target":62},{"source":161,"target":107},{"source":161,"target":383},{"source":161,"target":384},{"source":383,"target":62},{"source":384,"target":107},{"source":162,"target":0},{"source":162,"target":184},{"source":162,"target":385},{"source":385,"target":184},{"source":163,"target":0},{"source":163,"target":34},{"source":163,"target":386},{"source":386,"target":34},{"source":164,"target":0},{"source":164,"target":145},{"source":164,"target":93},{"source":164,"target":387},{"source":164,"target":388},{"source":387,"target":145},{"source":388,"target":93},{"source":165,"target":0},{"source":165,"target":63},{"source":165,"target":389},{"source":389,"target":63},{"source":166,"target":0},{"source":166,"target":180},{"source":166,"target":390},{"source":390,"target":180},{"source":167,"target":0},{"source":167,"target":171},{"source":167,"target":123},{"source":167,"target":391},{"source":167,"target":392},{"source":391,"target":171},{"source":392,"target":123},{"source":168,"target":0},{"source":168,"target":141},{"source":168,"target":393},{"source":393,"target":141},{"source":169,"target":0},{"source":169,"target":114},{"source":169,"target":394},{"source":394,"target":114},{"source":170,"target":0},{"source":170,"target":61},{"source":170,"target":395},{"source":395,"target":61},{"source":171,"target":0},{"source":171,"target":62},{"source":171,"target":396},{"source":396,"target":62},{"source":172,"target":0},{"source":172,"target":159},{"source":172,"target":397},{"source":397,"target":159},{"source":173,"target":0},{"source":173,"target":162},{"source":173,"target":398},{"source":398,"target":162},{"source":174,"target":0},{"source":174,"target":80},{"source":174,"target":399},{"source":399,"target":80},{"source":175,"target":0},{"source":175,"target":196},{"source":175,"target":400},{"source":400,"target":196},{"source":176,"target":0},{"source":176,"target":159},{"source":176,"target":401},{"source":401,"target":159},{"source":177,"target":0},{"source":177,"target":22},{"source":177,"target":402},{"source":402,"target":22},{"source":178,"target":0},{"source":178,"target":20},{"source":178,"target":134},{"source":178,"target":403},{"source":178,"target":404},{"source":403,"target":20},{"source":404,"target":134},{"source":179,"target":0},{"source":179,"target":20},{"source":179,"target":134},{"source":179,"target":160},{"source":179,"target":405},{"source":179,"target":406},{"source":179,"target":407},{"source":405,"target":20},{"source":406,"target":134},{"source":407,"target":160},{"source":180,"target":0},{"source":180,"target":174},{"source":180,"target":408},{"source":408,"target":174},{"source":181,"target":0},{"source":181,"target":62},{"source":181,"target":409},{"source":409,"target":62},{"source":182,"target":0},{"source":182,"target":62},{"source":182,"target":410},{"source":410,"target":62},{"source":183,"target":0},{"source":183,"target":44},{"source":183,"target":411},{"source":411,"target":44},{"source":184,"target":0},{"source":184,"target":159},{"source":184,"target":412},{"source":412,"target":159},{"source":185,"target":0},{"source":185,"target":19},{"source":185,"target":413},{"source":413,"target":19},{"source":186,"target":0},{"source":186,"target":68},{"source":186,"target":414},{"source":414,"target":68},{"source":187,"target":0},{"source":187,"target":44},{"source":187,"target":415},{"source":415,"target":44},{"source":188,"target":0},{"source":188,"target":161},{"source":188,"target":416},{"source":416,"target":161},{"source":189,"target":0},{"source":189,"target":145},{"source":189,"target":417},{"source":417,"target":145},{"source":190,"target":0},{"source":190,"target":81},{"source":190,"target":145},{"source":190,"target":418},{"source":190,"target":419},{"source":418,"target":81},{"source":419,"target":145},{"source":191,"target":0},{"source":191,"target":114},{"source":191,"target":420},{"source":420,"target":114},{"source":192,"target":0},{"source":192,"target":22},{"source":192,"target":421},{"source":421,"target":22},{"source":193,"target":0},{"source":193,"target":34},{"source":193,"target":422},{"source":422,"target":34},{"source":194,"target":0},{"source":194,"target":63},{"source":194,"target":423},{"source":423,"target":63},{"source":195,"target":0},{"source":195,"target":112},{"source":195,"target":424},{"source":424,"target":112},{"source":196,"target":0},{"source":196,"target":134},{"source":196,"target":425},{"source":425,"target":134},{"source":197,"target":0},{"source":197,"target":22},{"source":197,"target":426},{"source":426,"target":22},{"source":198,"target":0},{"source":198,"target":45},{"source":198,"target":427},{"source":427,"target":45}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="etl" nsURI="http://www.b2international.com/snowowl/snomed/etl/Etl" nsPrefix="etl"> <eClassifiers xsi:type="ecore:EClass" name="ExpressionTemplate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primitive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" eType="#//TokenReplacementSlot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//SubExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubExpression" eSuperTypes="#//AttributeValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="focusConcepts" upperBound="-1" eType="#//FocusConcept" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refinement" eType="#//Refinement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FocusConcept"> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" eType="#//TemplateInformationSlot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concept" eType="#//ConceptReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Refinement"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//AttributeGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeGroup"> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" eType="#//TemplateInformationSlot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" eType="#//TemplateInformationSlot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//ConceptReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//AttributeValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValue"/> <eClassifiers xsi:type="ecore:EClass" name="ConceptIdReplacementSlot" eSuperTypes="#//ConceptReplacementSlot"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionReplacementSlot" eSuperTypes="#//ConceptReplacementSlot"/> <eClassifiers xsi:type="ecore:EClass" name="TokenReplacementSlot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokens" 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="TemplateInformationSlot"> <eStructuralFeatures xsi:type="ecore:EReference" name="cardinality" eType="#//EtlCardinality" 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="ConcreteValueReplacementSlot" eSuperTypes="#//AttributeValue"> <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="StringReplacementSlot" eSuperTypes="#//ConcreteValueReplacementSlot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerReplacementSlot" eSuperTypes="#//ConcreteValueReplacementSlot"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//SlotInteger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DecimalReplacementSlot" eSuperTypes="#//ConcreteValueReplacementSlot"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//SlotDecimal" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EtlCardinality"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConceptReplacementSlot"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraint" eType="ecore:EClass platform:/resource/com.b2international.snowowl.snomed.ecl/model/generated/Ecl.ecore#//ExpressionConstraint" 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="ConceptReference" eSuperTypes="#//AttributeValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="slot" eType="#//ConceptReplacementSlot" 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="term" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//AttributeValue"> <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="IntegerValue" eSuperTypes="#//AttributeValue"> <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="DecimalValue" eSuperTypes="#//AttributeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlotInteger"/> <eClassifiers xsi:type="ecore:EClass" name="SlotIntegerValue" eSuperTypes="#//SlotInteger"> <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="SlotIntegerRange" eSuperTypes="#//SlotInteger"> <eStructuralFeatures xsi:type="ecore:EReference" name="minimum" eType="#//SlotIntegerMinimumValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maximum" eType="#//SlotIntegerMaximumValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlotIntegerMinimumValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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="SlotIntegerMaximumValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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="SlotDecimal"/> <eClassifiers xsi:type="ecore:EClass" name="SlotDecimalValue" eSuperTypes="#//SlotDecimal"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlotDecimalRange" eSuperTypes="#//SlotDecimal"> <eStructuralFeatures xsi:type="ecore:EReference" name="minimum" eType="#//SlotDecimalMinimumValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maximum" eType="#//SlotDecimalMaximumValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlotDecimalMinimumValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SlotDecimalMaximumValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/b2ihealthcare/snow-owl/snomed/com.b2international.snowowl.snomed.etl/model/generated/Etl.ecore
ecore
etl ExpressionTemplate primitive slot expression SubExpression focusConcepts refinement FocusConcept slot concept Refinement attributes groups AttributeGroup slot attributes Attribute slot name value AttributeValue ConceptIdReplacementSlot ExpressionReplacementSlot TokenReplacementSlot tokens name TemplateInformationSlot cardinality name ConcreteValueReplacementSlot name StringReplacementSlot values IntegerReplacementSlot values DecimalReplacementSlot values EtlCardinality min max ConceptReplacementSlot constraint name ConceptReference slot id term StringValue value IntegerValue value DecimalValue value SlotInteger SlotIntegerValue value SlotIntegerRange minimum maximum SlotIntegerMinimumValue exclusive value SlotIntegerMaximumValue exclusive value SlotDecimal SlotDecimalValue value SlotDecimalRange minimum maximum SlotDecimalMinimumValue exclusive value SlotDecimalMaximumValue exclusive value
null
{"directed":true,"nodes":[{"nsPrefix":"etl","nsURI":"http://www.b2international.com/snowowl/snomed/etl/Etl","name":"etl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionTemplate","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubExpression","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FocusConcept","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refinement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeGroup","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":"AttributeValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptIdReplacementSlot","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionReplacementSlot","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenReplacementSlot","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateInformationSlot","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteValueReplacementSlot","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringReplacementSlot","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerReplacementSlot","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalReplacementSlot","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EtlCardinality","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptReplacementSlot","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptReference","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecimalValue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotInteger","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotIntegerValue","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotIntegerRange","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotIntegerMinimumValue","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotIntegerMaximumValue","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotDecimal","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotDecimalValue","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotDecimalRange","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotDecimalMinimumValue","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlotDecimalMaximumValue","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primitive","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":true,"unsettable":false,"transient":false,"unique":true,"name":"slot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"focusConcepts","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":"refinement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concept","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tokens","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"term","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"},{"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":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"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":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"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":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minimum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maximum","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":"exclusive","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"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":"exclusive","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minimum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maximum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclusive","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"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":"exclusive","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":32,"target":35},{"source":32,"target":1},{"source":33,"target":10},{"source":33,"target":36},{"source":33,"target":1},{"source":36,"target":10},{"source":34,"target":2},{"source":34,"target":37},{"source":34,"target":1},{"source":37,"target":2},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":38,"target":3},{"source":38,"target":41},{"source":38,"target":2},{"source":41,"target":3},{"source":39,"target":4},{"source":39,"target":42},{"source":39,"target":2},{"source":42,"target":4},{"source":40,"target":7},{"source":3,"target":0},{"source":3,"target":43},{"source":3,"target":44},{"source":43,"target":11},{"source":43,"target":45},{"source":43,"target":3},{"source":45,"target":11},{"source":44,"target":18},{"source":44,"target":46},{"source":44,"target":3},{"source":46,"target":18},{"source":4,"target":0},{"source":4,"target":47},{"source":4,"target":48},{"source":47,"target":6},{"source":47,"target":49},{"source":47,"target":4},{"source":49,"target":6},{"source":48,"target":5},{"source":48,"target":50},{"source":48,"target":4},{"source":50,"target":5},{"source":5,"target":0},{"source":5,"target":51},{"source":5,"target":52},{"source":51,"target":11},{"source":51,"target":53},{"source":51,"target":5},{"source":53,"target":11},{"source":52,"target":6},{"source":52,"target":54},{"source":52,"target":5},{"source":54,"target":6},{"source":6,"target":0},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":55,"target":11},{"source":55,"target":58},{"source":55,"target":6},{"source":58,"target":11},{"source":56,"target":18},{"source":56,"target":59},{"source":56,"target":6},{"source":59,"target":18},{"source":57,"target":7},{"source":57,"target":60},{"source":57,"target":6},{"source":60,"target":7},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":17},{"source":8,"target":61},{"source":61,"target":17},{"source":9,"target":0},{"source":9,"target":17},{"source":9,"target":62},{"source":62,"target":17},{"source":10,"target":0},{"source":10,"target":63},{"source":10,"target":64},{"source":63,"target":65},{"source":63,"target":10},{"source":64,"target":66},{"source":64,"target":10},{"source":11,"target":0},{"source":11,"target":67},{"source":11,"target":68},{"source":67,"target":16},{"source":67,"target":69},{"source":67,"target":11},{"source":69,"target":16},{"source":68,"target":70},{"source":68,"target":11},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":71},{"source":12,"target":72},{"source":71,"target":73},{"source":71,"target":12},{"source":72,"target":7},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":74},{"source":13,"target":75},{"source":74,"target":76},{"source":74,"target":13},{"source":75,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":77},{"source":14,"target":78},{"source":77,"target":22},{"source":77,"target":79},{"source":77,"target":14},{"source":79,"target":22},{"source":78,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":80},{"source":15,"target":81},{"source":80,"target":27},{"source":80,"target":82},{"source":80,"target":15},{"source":82,"target":27},{"source":81,"target":12},{"source":16,"target":0},{"source":16,"target":83},{"source":16,"target":84},{"source":83,"target":85},{"source":83,"target":16},{"source":84,"target":86},{"source":84,"target":16},{"source":17,"target":0},{"source":17,"target":87},{"source":17,"target":88},{"source":87,"target":89},{"source":87,"target":17},{"source":88,"target":90},{"source":88,"target":17},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":91},{"source":18,"target":92},{"source":18,"target":93},{"source":18,"target":94},{"source":91,"target":17},{"source":91,"target":95},{"source":91,"target":18},{"source":95,"target":17},{"source":92,"target":96},{"source":92,"target":18},{"source":93,"target":97},{"source":93,"target":18},{"source":94,"target":7},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":98},{"source":19,"target":99},{"source":98,"target":100},{"source":98,"target":19},{"source":99,"target":7},{"source":20,"target":0},{"source":20,"target":7},{"source":20,"target":101},{"source":20,"target":102},{"source":101,"target":103},{"source":101,"target":20},{"source":102,"target":7},{"source":21,"target":0},{"source":21,"target":7},{"source":21,"target":104},{"source":21,"target":105},{"source":104,"target":106},{"source":104,"target":21},{"source":105,"target":7},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":107},{"source":23,"target":108},{"source":107,"target":109},{"source":107,"target":23},{"source":108,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":110},{"source":24,"target":111},{"source":24,"target":112},{"source":110,"target":25},{"source":110,"target":113},{"source":110,"target":24},{"source":113,"target":25},{"source":111,"target":26},{"source":111,"target":114},{"source":111,"target":24},{"source":114,"target":26},{"source":112,"target":22},{"source":25,"target":0},{"source":25,"target":115},{"source":25,"target":116},{"source":115,"target":117},{"source":115,"target":25},{"source":116,"target":118},{"source":116,"target":25},{"source":26,"target":0},{"source":26,"target":119},{"source":26,"target":120},{"source":119,"target":121},{"source":119,"target":26},{"source":120,"target":122},{"source":120,"target":26},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":123},{"source":28,"target":124},{"source":123,"target":125},{"source":123,"target":28},{"source":124,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":126},{"source":29,"target":127},{"source":29,"target":128},{"source":126,"target":30},{"source":126,"target":129},{"source":126,"target":29},{"source":129,"target":30},{"source":127,"target":31},{"source":127,"target":130},{"source":127,"target":29},{"source":130,"target":31},{"source":128,"target":27},{"source":30,"target":0},{"source":30,"target":131},{"source":30,"target":132},{"source":131,"target":133},{"source":131,"target":30},{"source":132,"target":134},{"source":132,"target":30},{"source":31,"target":0},{"source":31,"target":135},{"source":31,"target":136},{"source":135,"target":137},{"source":135,"target":31},{"source":136,"target":138},{"source":136,"target":31}],"multigraph":true}